H265 video file streaming over TCP

guiltylotus minh02091997 at gmail.com
Fri May 3 14:47:02 UTC 2019


Hello,

I'm using Gstreamer 1.8.3 and Jetson Tx2.
Now, on Jetson Tx2, I want to send a mp4 file, encode with h.265 and
streaming over TCP by this command:

gst-launch-1.0 filesrc location=hncloud.mp4 ! decodebin ! omxh265enc !
mpegtsmux ! queue ! tcpserversink host=xxx.xxx.x.xxx port=5000
recover-policy=keyframe sync-method=latest-keyframe sync=false

To receive, I use VLC to play this file on my Linux PC
(tcp://xxx.xxx.x.xx:5000) but nothing happends. The screen just has a black
color. Someone please help me.

I tested with videotestsrc:

gst-launch-1.0 videotestsrc ! decodebin ! omxh265enc ! mpegtsmux ! queue !
tcpserversink host=xxx.xxx.x.xxx port=5000 recover-policy=keyframe
sync-method=latest-keyframe sync=false

everything works fine. 



--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/


More information about the gstreamer-devel mailing list