-
Notifications
You must be signed in to change notification settings - Fork 121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
media-streaming dataset error #437
Comments
Hello, Thanks for opening this issue. Your question is duplicated with #431 . It seems that this is the bug of ffmpeg, which is fixed in its later major release. The Ubuntu 22.04 image is still using its old version, so it exists. However, it should not influence the generated file, so you can ignore it. Best, |
What do you mean by ignoring it? docker run --name streaming_dataset cloudsuite/media-streaming:dataset [mp4 @ 0x55a0ac7fc480] Application provided duration: -9223372036854775808 / timestamp: -9223372036854775808 is out of range for mov/mp4 format So, how can I ignore this? |
Hello, The container exits because it finishes its task. You should be able to continue to run the benchmark and ignore the error. |
How can I continue to run this? |
You can follow the document of Media Streaming to see how to continue to run the benchmark: https://github.com/parsa-epfl/cloudsuite/blob/main/docs/benchmarks/media-streaming.md There are also parameters for you to adjust the dataset size. |
I'm sorry, I meet this problem, too. Here is the result, and the dataset container exited.
|
oh, I'm sorry. I got it! |
I want to use media-streaming, but when I want to run the dataset, I get this error, and the container is exited:
[mp4 @ 0x55a0ac7fc480] Application provided duration: -9223372036854775808 / timestamp: -9223372036854775808 is out of range for mov/mp4 format
The text was updated successfully, but these errors were encountered: