VLC RTSP compatabilty with GStreamer

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

VLC RTSP compatabilty with GStreamer

Hossam Khankan
I'm working on a streaming project.
I've VLC running as server, streaming mp4 (h264/aac) RTSP stream to Flumotion server (which is based on gstreamer).
I think it's either a compatibility problem between VLC (which is based on Live555) and Flumotion (which is based on GStreaemer) or the pipeline used to receive RTSP stream is miss-written.

here's the pipeline used by flumotion is (rtsp.py lines 44-49):
        return ("rtspsrc name=src location=%s ! decodebin name=d ! queue "
                " ! %s ffmpegcolorspace ! video/x-raw-yuv "
                " ! videorate ! video/x-raw-yuv,framerate=%d/%d ! "
                " @feeder:video@ %s ! @feeder:audio@"
                % (location, scaling_template, framerate[0],
                   framerate[1], audio_template))

I'm not a gst-pipeliner ! so please help me not to struggle with that.

_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: [gmail] VLC RTSP compatabilty with GStreamer

Marc Leeman
> here's the pipeline used by flumotion is (rtsp.py lines 44-49):
>
> >         return ("rtspsrc name=src location=%s ! decodebin name=d ! queue "
> >                 " ! %s ffmpegcolorspace ! video/x-raw-yuv "
> >                 " ! videorate ! video/x-raw-yuv,framerate=%d/%d ! "
> >                 " @feeder:video@ %s ! @feeder:audio@"
> >                 % (location, scaling_template, framerate[0],
> >                    framerate[1], audio_template))

IIRC, there is something with the offset to play in the RTSP negociation
that is different, one says now the other 0; I would have to look it up
again.

--
  greetz, marc
harvey 2.6.29.1 #1 PREEMPT Mon Apr 6 22:33:31 CDT 2009 GNU/Linux

_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel

signature.asc (196 bytes) Download Attachment