Runnig h264 live stream on Android using GStreamer

Andoni Morales ylatuya at gmail.com
Fri Aug 9 09:42:57 PDT 2013


2013/8/9 snowacki <bastian.nowacki at gmail.com>

> I successfully compiled and run tutorials for Windows under VS2010. I'm
> interested in playing live RTSP stream so I choose a tutorial which uses
> playbin2 and plays Sintel trailer from network - vod.
>
> Under windows it worked great. I modified code and set new pipeline to play
> RTSP live stream encoded in h264 under Windows:
>
> *rtspsrc ~> gstrtpptdemux ~> rtph264depay -> ffdec_h264 -> autovideosink
> *
> and it also works fine.
>
> Than I set development environment for Undroid on Windows as desribed here:
> http://docs.gstreamer.com/display/GstSDK/Installing+for+Android+development
>
> I managed to compile all Android-tutorials and run tutorial-5 which
> interested me.
>
> Than I modified its code and I used the same code handling my new pipeline
> which works under Windows.
> Unfortunately it doesn't work under Android.
>
> Initialization is completed, I receives PLAY, PAUSE events, but I have no
> image.
>
> Can anyone give me any ideas how to solve this problem?
>

The first thing you need to check is if you have enabled the ffmpeg plugin.
You need to add 'ffmpeg' to the  GSTREAMER_PLUGINS list.

Cheers,
Andoni


> I attached also output log from LogCat in Eclipse: log05.txt
>
> Best Regards,
> Sebastian
>
>
>
> --
> View this message in context:
> http://gstreamer-devel.966125.n4.nabble.com/Runnig-h264-live-stream-on-Android-using-GStreamer-tp4661499.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
>



-- 
Andoni Morales Alastruey

LongoMatch:The Digital Coach
http://www.longomatch.ylatuya.es
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20130809/6110d110/attachment.html>


More information about the gstreamer-devel mailing list