cloudsuite icon indicating copy to clipboard operation
cloudsuite copied to clipboard

media-streaming dataset error

Open mona-mp opened this issue 2 years ago • 7 comments

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

mona-mp avatar Jul 27 '23 13:07 mona-mp

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,

xusine avatar Aug 02 '23 09:08 xusine

#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?

mona-mp avatar Oct 15 '23 09:10 mona-mp

Hello,

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

xusine avatar Oct 15 '23 17:10 xusine

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

mona-mp avatar Oct 17 '23 22:10 mona-mp

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.

xusine avatar Oct 18 '23 09:10 xusine

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 avatar Mar 05 '24 07:03 Xuefeng-2000

oh, I'm sorry. I got it!

Xuefeng-2000 avatar Mar 05 '24 08:03 Xuefeng-2000