Android : Streaming on RTP from MAC to Android device

gdevel24 web.nitin at gmail.com
Wed Jan 4 15:52:09 UTC 2017


Thanks for the reply, I tried this:

//Sender (MAC Pro)
gst-launch-1.0 -v filesrc location=/Users/nkulka002c/test.mp4 ! qtdemux !
h264parse config-interval=-1 ! rtph264pay ! udpsink host=192.168.1.132
port=5000


//receiver (Android App)
data->pipeline = gst_parse_launch("udpsrc port=5000
caps=\"application/x-rtp, media=video, clock-rate=90000, encoding-name=H264,
payload=96\" ! rtpjitterbuffer mode=0 ! rtph264depay ! decodebin ! queue !
videoconvert ! glimagesink sync=false",&error);


I do not see video on receiver. Please help/advise. Thanks! 





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


More information about the gstreamer-devel mailing list