使用gstreamer流式传输音频和视频

时间:2015-03-15 08:11:11

标签: gstreamer

我尝试使用gstreamer来传输任意文件,我有以下命令行,但它不起作用(我将使用python进行工作)

gst-launch-1.0 uridecodebin uri=file:///tmp/File.mkv name=decoder name=decbin \
! queue\
! videoconvert ! x264enc \
! mp4mux name=muxer ! udpsink host=127.0.0.1 port=1234 decbin. \
! queue \
! audioconvert ! lamemp3enc ! muxer.

一起玩
gst-launch-1.0 udpsrc  port=1234 ! 'application/x-rtp,payload=96'\
! rtph264depay ! decodebin ! xvimagesink  sync=false

我知道我必须添加rtph264payrtpmpapay,但我不知道在哪里。

0 个答案:

没有答案