Hello,
I'm using Gstreamer 1.8.3 and Jetson Tx2. Now, 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 happens. The screen just has a black colour.
I tested with videotestsrc using this command
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
And everything works fine.
Any ideas on how I can resolve this?
--
Sent from:
http://gstreamer-devel.966125.n4.nabble.com/_______________________________________________
gstreamer-devel mailing list
gstreamer-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel