GSTREAMER PNG文件编码为h264数据。问题

时间:2020-04-27 00:25:28

标签: udp streaming png gstreamer

我是gstreamer的菜鸟。

我向udpsink发送了有关我的编码PNG文件数据的信息。

我认为要解码的PNG文件->视频转换-> x264enc-> rtph264pay-> udpsink

所以SENDER给了我的CLIENT h264数据。但我的客户端未接收到h264数据。

客户端未显示SENDER发送的h264数据。

SENDER: gst-launch-1.0 filesrc location = test.png! pngdec!视频转换! x264enc tune = zerolatenc! rtph264pay! udpsink host = 127.0.0.1 port = 5000

客户: gst-launch-1.0 -v udpsrc multicast-group = 224.0.0.7 auto-multicast = true port = 5001 caps =“ application / x-rtp,media =(string)video,clock-rate =(int)90000,encoding- name =(string)H264,payload =(int)96“! rtpjitterbuffer等待时间= 500! rtph264depay! h264parse! imxvpudec! imxipuvideotransform! imxipuvideosink framebuffer = / dev / fb0 use-vsync = true

请给我怜悯..

0 个答案:

没有答案