[gst-devel] Streaming and progressive download...

Jérémy Garnier garnier.gerpi at wiz4com.com
Fri Sep 1 09:32:00 CEST 2006


Hi,

Thanks for your response. Actually, I try to make streaming with MP3 (with
libmad).
I use Helix Universal Server to make this stream. It works well with a Helix
DNA Client but not with GStreamer.
This application makes a connection with the server:
....
....
DEBUG (0x99180b8 - 0:00:10.766743000) default (12400)
gstrtspsrc.c(746):gst_rtspsrc_open: parsing url...
DEBUG (0x99180b8 - 0:00:10.766788000) default (12400)
gstrtspsrc.c(753):gst_rtspsrc_open: opening connection...
DEBUG (0x99180b8 - 0:00:10.767278000) default (12400)
gstrtspsrc.c(760):gst_rtspsrc_open: create options...
DEBUG (0x99180b8 - 0:00:10.767338000) default (12400)
gstrtspsrc.c(770):gst_rtspsrc_open: send options...
request message 0xbff367d4
 request line:
   method: 'OPTIONS'
   uri:    'rtsp://111.111.111.111:554/test.mp3'
 headers:
 body:
....
....
DEBUG (0x99180b8 - 0:00:10.768848000) default (12400)
gstrtspsrc.c(817):gst_rtspsrc_open: create describe...
DEBUG (0x99180b8 - 0:00:10.768872000) default (12400)
gstrtspsrc.c(826):gst_rtspsrc_open: send describe...
request message 0xbff367d4
 request line:
   method: 'DESCRIBE'
   uri:    'rtsp://111.111.111.111:554/test.mp3'
....
....
DEBUG (0x99180b8 - 0:00:10.815302000) default (12400)
gstrtspsrc.c(846):gst_rtspsrc_open: parse sdp...
sdp packet 0xbff3670c:
....
....DEBUG (0x99180b8 - 0:00:10.820808000) default (12400)
gstrtspsrc.c(870):gst_rtspsrc_open: setup media 0
DEBUG (0x99180b8 - 0:00:10.820833000) default(12400)
gstrtspsrc.c(885):gst_rtspsrc_open: setup
rtsp://111.111.111.111:554/test.mp3/streamid=0



But after this it loses the rtsp server address:
....
....
DEBUG (0x99180b8 - 0:00:10.821211000) GST_ELEMENT_FACTORY(12400)
gstelementfactory.c (390):gst_element_factory_create: created element
"rtspsrc"
LOG   (0x99180b8 - 0:00:10.821237000) GST_URI(12400)
gsturi.c(548):gst_element_make_from_uri:<rtspsrc1> created source for URL
'rtsp://0.0.0.0:0'
....
....
DEBUG (0x99180b8 - 0:00:10.826758000) default(12400)
gstrtspsrc.c(746):gst_rtspsrc_open: parsing url...
DEBUG (0x99180b8 - 0:00:10.826794000) default(12400)
gstrtspsrc.c(753):gst_rtspsrc_open: opening connection...
gst_rtspsrc_open could_not_open
WARN  (0x99180b8 - 0:00:10.826919000) default(12400)
gstrtspsrc.c(982):gst_rtspsrc_open:<rtspsrc1> error: Could not open
connection.
....
....


I don't understand why it does'nt work...
Thanks,

Jérémie











-----Message d'origine-----
De : Wim Taymans [mailto:wim at fluendo.com] 
Envoyé : jeudi 31 août 2006 19:09
À : Jérémy Garnier
Cc : gstreamer-devel at lists.sourceforge.net
Objet : Re: [gst-devel] Streaming and progressive download...

On Thu, 2006-08-31 at 18:02 +0200, Jérémy Garnier wrote:
> Hi all,
> 
>  
> 
> I try to use the RTSP plugin but it does not work? Is anyone trying
> it?

Hi,

Works fine for me, what did you try? Some things are not implemented
like Apple, wma and real proprietary stuff.

> 
> Is it possible to make streaming (with RTSP plugin or another way) or
> progressive download (using HTTP) with GStreamer???
> 
Take a look at flumotion for an implementation of ogg streaming. 

Wim

> Thanks,
> 
>  
> 
> Jérémie
> 
> 
> -------------------------------------------------------------------------
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job
easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> _______________________________________________ gstreamer-devel mailing
list gstreamer-devel at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
-- 
Wim Taymans <wim at fluendo.com>







More information about the gstreamer-devel mailing list