parsa-epfl / cloudsuite

A Benchmark Suite for Cloud Services.
http://cloudsuite.ch
Other
209 stars 121 forks source link

media-streaming dataset error #437

Open mona-mp opened 1 year ago

mona-mp commented 1 year ago

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 commented 1 year ago

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 commented 10 months ago

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 commented 10 months ago

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 commented 10 months ago

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

xusine commented 10 months ago

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 commented 6 months ago

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 commented 6 months ago

oh, I'm sorry. I got it!