Umakant Goyal wrote:
Hi All,

I have basic question regarding Flow Control of Audio/Video Stream.
Suppose, i have G711-PCMA audio stream with packetization time 20ms (20 ms
means i have to stream around 50 audio packets with in second). So Now
question is that we will control the audio packet flow to ensure only 50
audio packet will stream with in second.
Is it the resposibility of Audio Encoder or RTP Sender module?
Or
Do i need seperate module to control the flow?

If you do real-time capture and encoding, it is automatic. If you,
instead, stream from a file, your application needs to write the
audio frame to the output at the correct time (similarly to what
the "ffmpeg" program does when you use the "-re" command line
switch).


                        Luca
_______________________________________________
libav-user mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/libav-user

Reply via email to