Receive multicast stream in Android phone!!

Chuck Crisler ccrisler at mutualink.net
Fri Sep 25 10:53:29 PDT 2015


You have to provide the SDP through some other method. GStreamer doesn't
provide that. Android does have SIP support built in, so you can register
with a SIP server and use that to transfer the SDP. That is a common
technique. Of course, for testing you could simply put the SDP file on the
Android.

On Fri, Sep 25, 2015 at 12:30 PM, Nuno Mota <mundumelga at gmail.com> wrote:

> 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.
>
> 2015-09-25 16:00 GMT+01:00 aquarius1302 <tavinhloc1302 at gmail.com>:
>
>> Hi all,
>>
>> I am writing a application to stream video capture from camera to mobile
>> devices.
>> Until now, I do some test with example in gstreamer1.0 rtsp-server. With
>> both test-launch and test-multicast. They work well but only in unicast.
>> I want to send multicast RTP stream to mobile device.
>> I try the following pipeline:
>>
>> gst-launch-1.0 filesrc location=(mp4 or mov) ! qtdemux name=d d. !
>> h264parse
>> ! rtph264pay config-interval=3 pt=96 mtu=1024 ! udpsink host=224.1.1.1
>> port=5000
>>
>> Now I can see UDP RTP send to multicast IP.
>> And I can receive RTP data and playback normally with my SDP file test.sdp
>> c=IN IP4 224.1.1.1
>> m=video 5000 RTP/AVP 96
>> a=rtpmap:96 H264/90000
>>
>> I run VLC on PC with this SDP file:
>> vlc test.sdp
>>
>> But now I want to receive that stream in my android deivce? But I don't
>> know
>> how to let the android know the SDP format?
>> Are there andy helpful idea? Android 3rd application? Implement media
>> player
>> Android device? SDP send from server?
>>
>> I use camera connect to raspberry and use raspberry to stream multicast to
>> android.
>>
>> Reagards,
>> VinhLoc
>>
>>
>>
>>
>> --
>> View this message in context:
>> http://gstreamer-devel.966125.n4.nabble.com/Receive-multicast-stream-in-Android-phone-tp4673837.html
>> Sent from the GStreamer-devel mailing list archive at Nabble.com.
>> _______________________________________________
>> gstreamer-devel mailing list
>> gstreamer-devel at lists.freedesktop.org
>> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
>>
>
>
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20150925/f8eb7c60/attachment-0001.html>


More information about the gstreamer-devel mailing list