<div dir="ltr">I developed a unicast player for android a couple of months ago. I used VLC instead. Gstreamer was having a lot of issues at the time.</div><div class="gmail_extra"><br><div class="gmail_quote">2015-09-25 16:00 GMT+01:00 aquarius1302 <span dir="ltr"><<a href="mailto:tavinhloc1302@gmail.com" target="_blank">tavinhloc1302@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi all,<br>
<br>
I am writing a application to stream video capture from camera to mobile<br>
devices.<br>
Until now, I do some test with example in gstreamer1.0 rtsp-server. With<br>
both test-launch and test-multicast. They work well but only in unicast.<br>
I want to send multicast RTP stream to mobile device.<br>
I try the following pipeline:<br>
<br>
gst-launch-1.0 filesrc location=(mp4 or mov) ! qtdemux name=d d. ! h264parse<br>
! rtph264pay config-interval=3 pt=96 mtu=1024 ! udpsink host=224.1.1.1<br>
port=5000<br>
<br>
Now I can see UDP RTP send to multicast IP.<br>
And I can receive RTP data and playback normally with my SDP file test.sdp<br>
c=IN IP4 224.1.1.1<br>
m=video 5000 RTP/AVP 96<br>
a=rtpmap:96 H264/90000<br>
<br>
I run VLC on PC with this SDP file:<br>
vlc test.sdp<br>
<br>
But now I want to receive that stream in my android deivce? But I don't know<br>
how to let the android know the SDP format?<br>
Are there andy helpful idea? Android 3rd application? Implement media player<br>
Android device? SDP send from server?<br>
<br>
I use camera connect to raspberry and use raspberry to stream multicast to<br>
android.<br>
<br>
Reagards,<br>
VinhLoc<br>
<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://gstreamer-devel.966125.n4.nabble.com/Receive-multicast-stream-in-Android-phone-tp4673837.html" rel="noreferrer" target="_blank">http://gstreamer-devel.966125.n4.nabble.com/Receive-multicast-stream-in-Android-phone-tp4673837.html</a><br>
Sent from the GStreamer-devel mailing list archive at Nabble.com.<br>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" rel="noreferrer" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
</blockquote></div><br></div>