Skip to content
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

Open
mona-mp opened this issue Jul 27, 2023 · 7 comments
Open

media-streaming dataset error #437

mona-mp opened this issue Jul 27, 2023 · 7 comments

Comments

@mona-mp
Copy link

mona-mp commented Jul 27, 2023

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

@xusine
Copy link
Contributor

xusine commented Aug 2, 2023

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,

@mona-mp
Copy link
Author

mona-mp commented Oct 15, 2023

#431

What do you mean by ignoring it?
Because when I run the dataset container, I get this error, and the container exited:

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?

@xusine
Copy link
Contributor

xusine commented Oct 15, 2023

Hello,

The container exits because it finishes its task. You should be able to continue to run the benchmark and ignore the error.

@mona-mp
Copy link
Author

mona-mp commented Oct 17, 2023

How can I continue to run this?
Is it possible by increasing the dataset size when I run the container?

@xusine
Copy link
Contributor

xusine commented Oct 18, 2023

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.

@Xuefeng-2000
Copy link

Xuefeng-2000 commented Mar 5, 2024

I'm sorry, I meet this problem, too.
I meet the same error when I use this command to prepare dataset.
docker run -it --name streaming_dataset cloudsuite/media-streaming:dataset

Here is the result, and the dataset container exited.
In the step3 Starting the Client You need to copy the session lists from the dataset container. The dataset container has exited, How can I continue to run this?

[mp4 @ 0x55e5f5dbfd40] Application provided duration: -9223372036854775808 / timestamp: -9223372036854775808 is out of range for mov/mp4 format [mp4 @ 0x55cdcf297940] Application provided duration: -9223372036854775808 / timestamp: -9223372036854775808 is out of range for mov/mp4 format

@Xuefeng-2000
Copy link

oh, I'm sorry. I got it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants