Android : Streaming on RTP from MAC to Android device

Hyunjun Ko zzoon at igalia.com
Wed Nov 2 03:26:27 UTC 2016


> Also tried streaming from MAC using this command (ip address below is of my
Android phone) 
> gst-launch-1.0 -v filesrc location=/Users/.../test.mp4 ! h264parse !
> rtph264pay ! udpsink host=10.0.0.5 port=5000 

You should use qtdemux and probably config-interval property on h264parse
like below
gst-launch-1.0 -v filesrc location=/Users/.../test.mp4 ! qtdemux ! h264parse
config-interval=-1 ! rtph264pay ! udpsink host=10.0.0.5 port=5000 

And also I recommand you would use rtpjitterbuffer between udpsrc and
rtpdepay on client side.

BTW, I doubt if it's normal h264-payed rtp packet from your camera. 
I'm not sure. 



--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/Android-Streaming-on-RTP-from-MAC-to-Android-device-tp4680352p4680376.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.


More information about the gstreamer-devel mailing list