[gst-devel] how can I make gst-rtsp-server as a VOD server?
yangsb
yangsb05 at gmail.com
Sun Sep 27 04:10:58 CEST 2009
As far as I know ,
Just the same as Wim mentioned, after insert mp3parse after the filesrc ,
the vod for mp3 files works fine.
Thanks.
Best regards.
Wim Taymans-2 wrote:
>
> On Fri, 2009-09-25 at 18:06 +0800, dxssx wrote:
>> Hi,
>> I want to use gst-rtsp-server as my vod server, but I found it is too
>> hard for some reasons:
>>
>>
>> 1. rtsp-server has no flow control in sending packet.
>> It sends packets as fast as possible which makes client can not decode
>> in time.
>
> for flow control if relies on a gstreamer element that produces correct
> timestamps. If you are, for example, sending an mp3 file, you need to
> insert mp3parse after the filesrc so that timestamps are properly set on
> the data.
>>
>>
>> 2. rtsp-server has no dynamic url.
>> Everytime I add a file into vod list, I need to add a url mapping for
>> it.
>
> You can make a subclass of the mediafactory to dynamically create
> pipelines. The example base class only accept gst-launch type syntax.
>
>>
>>
>> 3. rtsp-server doesn't support dynamic pipeline.
>> Everytime I add a file into vod list, I need to rewrite a new pipeline
>> to parse and rtppay it.
>
> Again this can be implemented using subclasses of the standard example
> factories.
>
> Wim
>>
>>
>> I am new here, so I am afraid that I missed something useful in
>> rtsp-server or gstreamer to overcome the problems above.
>>
>>
>> Does anyone can help me?
>>
>>
>> Thanks.
>>
>>
>> ------------------------------------------------------------------------------
>> Come build with us! The BlackBerry® Developer Conference in SF, CA
>> is the only developer event you need to attend this year. Jumpstart your
>> developing skills, take BlackBerry mobile applications to market and stay
>> ahead of the curve. Join us from November 9-12, 2009. Register
>> now!
>> http://p.sf.net/sfu/devconf
>> _______________________________________________ gstreamer-devel mailing
>> list gstreamer-devel at lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
>
>
> ------------------------------------------------------------------------------
> Come build with us! The BlackBerry® Developer Conference in SF, CA
> is the only developer event you need to attend this year. Jumpstart your
> developing skills, take BlackBerry mobile applications to market and stay
> ahead of the curve. Join us from November 9-12, 2009. Register
> now!
> http://p.sf.net/sfu/devconf
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
>
>
--
View this message in context: http://www.nabble.com/how-can-I-make-gst-rtsp-server-as-a-VOD-server--tp25609556p25630294.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.
More information about the gstreamer-devel
mailing list