Is there api to populate http chunks with our own? So stream can be initialized for playback without 30sec delay.
Is there api to populate http chunks with our own? So stream can be initialized for playback without 30sec delay.
Take a look at this guide:
http://www.wowza.com/forums/content....rameters-(iOS)
If you set the stream's key frame frequency and adjust cupertinoChunkDuration you can reduce start time. Try 2 second key frame frequency and cupertinoChunkDurationTarget set to "2000"
Richard
I can try it.
Is there a way I can set packetizer from one mediastream to another? Can I clone mediastream with http packetizer?
This parameters didn't work now. Release 3.1.2
Understand that you have to adjust the key frame frequency of the stream to work with these settings (esp cupertinoChunkDurationTarget) effectively, which is a setting in your encoder.
Richard
You confirm it works on last release?
I can confirm it works.
Yes I did some result. Not helping though. Realy need just clone chunks from one stream to another.
Is the goal still to reduce the 30 second delay? The above methods are all we have to do this with. Cloning chunks won't help and is not supported.Realy need just clone chunks from one stream to another.
Richard
Goal was initialize. So new streams can be played immediately.