开发者

How to control the audio/video data rate in Gstreamer?

i am trying to stream the audio data across two systems and want to control the data rate if possible.

"gst-launch-1.0 alsasrc ! audio/x-raw, rate=12000, channels=1,format=S16LE, layouy=interleaved ! udpsink host=Destination IP port=8000"

How to control the audio stream data rate in Gstream.

Quick suggestion will be highly appreciated.

Tried to stream the audio using VLC player where i could control the data rate. However there is no control on the packet size in VLC so thought of using Gstream for the streaming. Newbie to gstream and tried the following for the same.

i tried gstream pipeline across the systems for streaming the audio network speed. My requirement is to stream the data@ 100Kbps.

&开发者_如何学JAVAquot;gst-launch-1.0 alsasrc ! audio/x-raw, rate=12000, channels=1,format=S16LE, layouy=interleaved ! udpsink host=Destination IP port=8000"

Need Gstream pipeline with data rate control @ 100Kbps (variable)

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜