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

我试图用gstreamer流任意文件,我有下面的命令行,但它不起作用(我将使用python,当我得到这个工作)

gst-launch-1.0 uridecodebin uri = file:///tmp/File.mkv name = decoder name = decbin ! 队列! videoconvert! x264enc ! mp4mux name = muxer! udpsink主机= 127.0.0.1端口= 1234 decbin。 ! 队列! audioconvert! lamemp3enc! 复用器。

和玩

gst-launch-1.0 udpsrc port = 1234! 'application / x-rtp,payload = 96'! rtph264depay! 解码器! xvimagesink sync = false

我知道我必须添加rtph264pay和rtpmpapay,但我不知道有人能帮助我

链接地址: http://www.djcxy.com/p/43983.html

上一篇: Stream audio and video with gstreamer

下一篇: streaming h.264 video Using gstreamer