Hey guys, I’m using FFMPEG to stream video to my Wowza server running on my local machine. I’m getting about a 30 second delay from what is shows in the DASH player vs what is seen from my cam. Any ideas on how to improve this?
I’ve tried changing the GOP size in ffmpeg to be lower, but it didn’t seem to help. Here’s my FFMPEG command:
I’ve noticed that Wowza seems to maintain about 4 chunks at a time. Each looking like the duration is around 10000 (10 sec). I’m guessing that’s the reason I’m getting a ‘delay’? I’m just seeing the older chunks as opposed to the newest one?
All HTTP clients have a delay, Wowza has to create chunks from the live stream and the device will require a set number of chunks before it’s able to play the stream.
With Apple iOS devices the requirement is 3 chunks which have a 10 seconds duration by default, leaving you with approximately 30 seconds of delay.
This will be similar for MPEG-DASH however we can’t alter the chunk duration for MPEG-DASH at this time meaning the delay currently can’t be reduced.
30 seconds is an expected delay for a HTTP client without adjusting the packetization.
All HTTP clients have a delay, Wowza has to create chunks from the live stream and the device will require a set number of chunks before it’s able to play the stream.
With Apple iOS devices the requirement is 3 chunks which have a 10 seconds duration by default, leaving you with approximately 30 seconds of delay.
This will be similar for MPEG-DASH however we can’t alter the chunk duration for MPEG-DASH at this time meaning the delay currently can’t be reduced.
30 seconds is an expected delay for a HTTP client without adjusting the packetization.
Jason
Hello,
is there alredy a solution for this question? Is Wowza just allow to alter the chunck duration for a minimum acceptable?
You can set the chunk duration target for MPEG-DASH packetization since Wowza Streaming Engine 4.0.1. Please see the release notes for more information. You can also check the streaming guide for MPEG-DASH packetization on how to configure this property.
All HTTP clients have a delay, Wowza has to create chunks from the live stream and the device will require a set number of chunks before it’s able to play the stream.
With Apple iOS devices the requirement is 3 chunks which have a 10 seconds duration by default, leaving you with approximately 30 seconds of delay.
This will be similar for MPEG-DASH however we can’t alter the chunk duration for MPEG-DASH at this time meaning the delay currently can’t be reduced.
30 seconds is an expected delay for a HTTP client without adjusting the packetization.
Jason
Hi,
Are you still working on chunk duration for MPEG-DASH?