rtpsrc problem

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

rtpsrc problem

Mailing List SVR

Hi all,

I'm having some trouble with an rtsp source with gstreamer (the same url works fine with vlc), here are the errors:

gst-launch -v rtspsrc location=rtsp://192.168.2.24/media/video1 ! decodebin ! autovideosink

(gst-launch-0.10:7197): GLib-WARNING **: g_set_prgname() called multiple times

Impostazione della pipeline a PAUSED ...

/GstPipeline:pipeline0/GstRTSPSrc:rtspsrc0/GstRtpBin:rtpbin0: latency = 3000

/GstPipeline:pipeline0/GstRTSPSrc:rtspsrc0/GstUDPSrc:udpsrc1: timeout = 5000000

La pipeline è viva e non necessita il PREROLL ...

Impostazione della pipeline a PLAYING ...

/GstPipeline:pipeline0/GstRTSPSrc:rtspsrc0/GstRtpBin:rtpbin0/GstRtpSession:rtpsession0: ntp-ns-base = 3473581909273466000

New clock: GstSystemClock

ERRORE: dall'elemento /GstPipeline:pipeline0/GstRTSPSrc:rtspsrc0: Impossibile leggere dalla risorsa.

Informazioni di debug aggiuntive:

gstrtspsrc.c(3766): gst_rtspsrc_try_send (): /GstPipeline:pipeline0/GstRTSPSrc:rtspsrc0:

Could not receive message. (Parse error)

Execution ended after 307930 ns.

Impostazione della pipeline a PAUSED ...

Impostazione della pipeline a READY ...

Impostazione della pipeline a NULL ...

Esecuzione di free sulla pipeline..

Attacched are more detailed error using gst-debug=3,

any hints?

Nicola


------------------------------------------------------------------------------
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel

rtsp-error.txt (130K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: [gst-devel] rtpsrc problem

yiliang
Hi Nicola,

I used to have similar problem using rtspsrc to connect to an RTSP server (not the gstreamer RTSP server). VLC worked fine, but rtspsrc stopped by reporting parsing error. After stepping into rtspsrc, I found the rtsp server sent one extra empty line at the end of the message body. VLC was more forgiving, but the error was caught by rtspsrc.

I know your problem is mostly different from mine. Hopefully my experience will be somewhat helpful to you.

Good luck!
Yiliang

On Wed, Jan 27, 2010 at 3:56 AM, Mailing List SVR <[hidden email]> wrote:

Hi all,

I'm having some trouble with an rtsp source with gstreamer (the same url works fine with vlc), here are the errors:

gst-launch -v rtspsrc location=rtsp://192.168.2.24/media/video1 ! decodebin ! autovideosink

(gst-launch-0.10:7197): GLib-WARNING **: g_set_prgname() called multiple times

Impostazione della pipeline a PAUSED ...

/GstPipeline:pipeline0/GstRTSPSrc:rtspsrc0/GstRtpBin:rtpbin0: latency = 3000

/GstPipeline:pipeline0/GstRTSPSrc:rtspsrc0/GstUDPSrc:udpsrc1: timeout = 5000000

La pipeline è viva e non necessita il PREROLL ...

Impostazione della pipeline a PLAYING ...

/GstPipeline:pipeline0/GstRTSPSrc:rtspsrc0/GstRtpBin:rtpbin0/GstRtpSession:rtpsession0: ntp-ns-base = 3473581909273466000

New clock: GstSystemClock

ERRORE: dall'elemento /GstPipeline:pipeline0/GstRTSPSrc:rtspsrc0: Impossibile leggere dalla risorsa.

Informazioni di debug aggiuntive:

gstrtspsrc.c(3766): gst_rtspsrc_try_send (): /GstPipeline:pipeline0/GstRTSPSrc:rtspsrc0:

Could not receive message. (Parse error)

Execution ended after 307930 ns.

Impostazione della pipeline a PAUSED ...

Impostazione della pipeline a READY ...

Impostazione della pipeline a NULL ...

Esecuzione di free sulla pipeline..

Attacched are more detailed error using gst-debug=3,

any hints?

Nicola


------------------------------------------------------------------------------
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel



------------------------------------------------------------------------------
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: [gst-devel] rtpsrc problem

Mailing List SVR
In data mercoledì 27 gennaio 2010 18:02:36, Yiliang Bao ha scritto:
: > Hi Nicola,
>
> I used to have similar problem using rtspsrc to connect to an RTSP server
> (not the gstreamer RTSP server). VLC worked fine, but rtspsrc stopped by
> reporting parsing error. After stepping into rtspsrc, I found the rtsp
> server sent one extra empty line at the end of the message body. VLC was
> more forgiving, but the error was caught by rtspsrc.

Thanks, do you have a patch I can test?

Nicola

>
> I know your problem is mostly different from mine. Hopefully my experience
> will be somewhat helpful to you.
>
> Good luck!
> Yiliang
>
> On Wed, Jan 27, 2010 at 3:56 AM, Mailing List SVR
>
> <[hidden email]>wrote:
> >  Hi all,
> >
> > I'm having some trouble with an rtsp source with gstreamer (the same url
> > works fine with vlc), here are the errors:
> >
> > gst-launch -v rtspsrc location=rtsp://192.168.2.24/media/video1 !
> > decodebin ! autovideosink
> >
> > (gst-launch-0.10:7197): GLib-WARNING **: g_set_prgname() called multiple
> > times
> >
> > Impostazione della pipeline a PAUSED ...
> >
> > /GstPipeline:pipeline0/GstRTSPSrc:rtspsrc0/GstRtpBin:rtpbin0: latency =
> > 3000
> >
> > /GstPipeline:pipeline0/GstRTSPSrc:rtspsrc0/GstUDPSrc:udpsrc1: timeout =
> > 5000000
> >
> > La pipeline è viva e non necessita il PREROLL ...
> >
> > Impostazione della pipeline a PLAYING ...
> >
> > /GstPipeline:pipeline0/GstRTSPSrc:rtspsrc0/GstRtpBin:rtpbin0/GstRtpSessio
> >n:rtpsession0: ntp-ns-base = 3473581909273466000
> >
> > New clock: GstSystemClock
> >
> > ERRORE: dall'elemento /GstPipeline:pipeline0/GstRTSPSrc:rtspsrc0:
> > Impossibile leggere dalla risorsa.
> >
> > Informazioni di debug aggiuntive:
> >
> > gstrtspsrc.c(3766): gst_rtspsrc_try_send ():
> > /GstPipeline:pipeline0/GstRTSPSrc:rtspsrc0:
> >
> > Could not receive message. (Parse error)
> >
> > Execution ended after 307930 ns.
> >
> > Impostazione della pipeline a PAUSED ...
> >
> > Impostazione della pipeline a READY ...
> >
> > Impostazione della pipeline a NULL ...
> >
> > Esecuzione di free sulla pipeline..
> >
> > Attacched are more detailed error using gst-debug=3,
> >
> > any hints?
> >
> > Nicola
> >
> >
> > -------------------------------------------------------------------------
> >----- The Planet: dedicated and managed hosting, cloud storage, colocation
> > Stay online with enterprise data centers and the best network in the
> > business
> > Choose flexible plans and management services without long-term contracts
> > Personal 24x7 support from experience hosting pros just a phone call
> > away. http://p.sf.net/sfu/theplanet-com
> > _______________________________________________
> > gstreamer-devel mailing list
> > [hidden email]
> > https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
>

------------------------------------------------------------------------------
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: rtpsrc problem

Mailing List SVR
In reply to this post by Mailing List SVR
Attached is the output from:

gst-launch rtspsrc debug=true location=rtsp://192.168.168.220/media/video1 !
decodebin ! autovideosink

any help would be appreciated,

Nicola


In data mercoledì 27 gennaio 2010 18:38:36, Mailing List SVR ha scritto:
: > In data mercoledì 27 gennaio 2010 18:02:36, Yiliang Bao ha scritto:

> : > Hi Nicola,
> >
> > I used to have similar problem using rtspsrc to connect to an RTSP server
> > (not the gstreamer RTSP server). VLC worked fine, but rtspsrc stopped by
> > reporting parsing error. After stepping into rtspsrc, I found the rtsp
> > server sent one extra empty line at the end of the message body. VLC was
> > more forgiving, but the error was caught by rtspsrc.
>
> Thanks, do you have a patch I can test?
>
> Nicola
>
> > I know your problem is mostly different from mine. Hopefully my
> > experience will be somewhat helpful to you.
> >
> > Good luck!
> > Yiliang
> >
> > On Wed, Jan 27, 2010 at 3:56 AM, Mailing List SVR
> >
> > <[hidden email]>wrote:
> > >  Hi all,
> > >
> > > I'm having some trouble with an rtsp source with gstreamer (the same
> > > url works fine with vlc), here are the errors:
> > >
> > > gst-launch -v rtspsrc location=rtsp://192.168.2.24/media/video1 !
> > > decodebin ! autovideosink
> > >
> > > (gst-launch-0.10:7197): GLib-WARNING **: g_set_prgname() called
> > > multiple times
> > >
> > > Impostazione della pipeline a PAUSED ...
> > >
> > > /GstPipeline:pipeline0/GstRTSPSrc:rtspsrc0/GstRtpBin:rtpbin0: latency =
> > > 3000
> > >
> > > /GstPipeline:pipeline0/GstRTSPSrc:rtspsrc0/GstUDPSrc:udpsrc1: timeout =
> > > 5000000
> > >
> > > La pipeline è viva e non necessita il PREROLL ...
> > >
> > > Impostazione della pipeline a PLAYING ...
> > >
> > > /GstPipeline:pipeline0/GstRTSPSrc:rtspsrc0/GstRtpBin:rtpbin0/GstRtpSess
> > >io n:rtpsession0: ntp-ns-base = 3473581909273466000
> > >
> > > New clock: GstSystemClock
> > >
> > > ERRORE: dall'elemento /GstPipeline:pipeline0/GstRTSPSrc:rtspsrc0:
> > > Impossibile leggere dalla risorsa.
> > >
> > > Informazioni di debug aggiuntive:
> > >
> > > gstrtspsrc.c(3766): gst_rtspsrc_try_send ():
> > > /GstPipeline:pipeline0/GstRTSPSrc:rtspsrc0:
> > >
> > > Could not receive message. (Parse error)
> > >
> > > Execution ended after 307930 ns.
> > >
> > > Impostazione della pipeline a PAUSED ...
> > >
> > > Impostazione della pipeline a READY ...
> > >
> > > Impostazione della pipeline a NULL ...
> > >
> > > Esecuzione di free sulla pipeline..
> > >
> > > Attacched are more detailed error using gst-debug=3,
> > >
> > > any hints?
> > >
> > > Nicola
> > >
> > >
> > > -----------------------------------------------------------------------
> > >-- ----- The Planet: dedicated and managed hosting, cloud storage,
> > > colocation Stay online with enterprise data centers and the best
> > > network in the business
> > > Choose flexible plans and management services without long-term
> > > contracts Personal 24x7 support from experience hosting pros just a
> > > phone call away. http://p.sf.net/sfu/theplanet-com
> > > _______________________________________________
> > > gstreamer-devel mailing list
> > > [hidden email]
> > > https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
>
> ---------------------------------------------------------------------------
> --- The Planet: dedicated and managed hosting, cloud storage, colocation
>  Stay online with enterprise data centers and the best network in the
>  business Choose flexible plans and management services without long-term
>  contracts Personal 24x7 support from experience hosting pros just a phone
>  call away. http://p.sf.net/sfu/theplanet-com
> _______________________________________________
> gstreamer-devel mailing list
> [hidden email]
> https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
>

------------------------------------------------------------------------------
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel

debug.txt (7K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: rtpsrc problem

Wim Taymans
On Thu, 2010-01-28 at 19:53 +0100, Mailing List SVR wrote:
> Attached is the output from:
>
> gst-launch rtspsrc debug=true location=rtsp://192.168.168.220/media/video1 !
> decodebin ! autovideosink
>
> any help would be appreciated,
>
It's not obvious from that debug log why it fails to parse things. Maybe
it is because the RTP-Info header is missing...

Could you make a network dump with wireshark (into a pcap file or so?).

Also it would be better to open a bugreport for this so that we can
better track it.

Wim

> Nicola
>
>
> In data mercoledì 27 gennaio 2010 18:38:36, Mailing List SVR ha scritto:
> : > In data mercoledì 27 gennaio 2010 18:02:36, Yiliang Bao ha scritto:
> > : > Hi Nicola,
> > >
> > > I used to have similar problem using rtspsrc to connect to an RTSP server
> > > (not the gstreamer RTSP server). VLC worked fine, but rtspsrc stopped by
> > > reporting parsing error. After stepping into rtspsrc, I found the rtsp
> > > server sent one extra empty line at the end of the message body. VLC was
> > > more forgiving, but the error was caught by rtspsrc.
> >
> > Thanks, do you have a patch I can test?
> >
> > Nicola
> >
> > > I know your problem is mostly different from mine. Hopefully my
> > > experience will be somewhat helpful to you.
> > >
> > > Good luck!
> > > Yiliang
> > >
> > > On Wed, Jan 27, 2010 at 3:56 AM, Mailing List SVR
> > >
> > > <[hidden email]>wrote:
> > > >  Hi all,
> > > >
> > > > I'm having some trouble with an rtsp source with gstreamer (the same
> > > > url works fine with vlc), here are the errors:
> > > >
> > > > gst-launch -v rtspsrc location=rtsp://192.168.2.24/media/video1 !
> > > > decodebin ! autovideosink
> > > >
> > > > (gst-launch-0.10:7197): GLib-WARNING **: g_set_prgname() called
> > > > multiple times
> > > >
> > > > Impostazione della pipeline a PAUSED ...
> > > >
> > > > /GstPipeline:pipeline0/GstRTSPSrc:rtspsrc0/GstRtpBin:rtpbin0: latency =
> > > > 3000
> > > >
> > > > /GstPipeline:pipeline0/GstRTSPSrc:rtspsrc0/GstUDPSrc:udpsrc1: timeout =
> > > > 5000000
> > > >
> > > > La pipeline è viva e non necessita il PREROLL ...
> > > >
> > > > Impostazione della pipeline a PLAYING ...
> > > >
> > > > /GstPipeline:pipeline0/GstRTSPSrc:rtspsrc0/GstRtpBin:rtpbin0/GstRtpSess
> > > >io n:rtpsession0: ntp-ns-base = 3473581909273466000
> > > >
> > > > New clock: GstSystemClock
> > > >
> > > > ERRORE: dall'elemento /GstPipeline:pipeline0/GstRTSPSrc:rtspsrc0:
> > > > Impossibile leggere dalla risorsa.
> > > >
> > > > Informazioni di debug aggiuntive:
> > > >
> > > > gstrtspsrc.c(3766): gst_rtspsrc_try_send ():
> > > > /GstPipeline:pipeline0/GstRTSPSrc:rtspsrc0:
> > > >
> > > > Could not receive message. (Parse error)
> > > >
> > > > Execution ended after 307930 ns.
> > > >
> > > > Impostazione della pipeline a PAUSED ...
> > > >
> > > > Impostazione della pipeline a READY ...
> > > >
> > > > Impostazione della pipeline a NULL ...
> > > >
> > > > Esecuzione di free sulla pipeline..
> > > >
> > > > Attacched are more detailed error using gst-debug=3,
> > > >
> > > > any hints?
> > > >
> > > > Nicola
> > > >
> > > >
> > > > -----------------------------------------------------------------------
> > > >-- ----- The Planet: dedicated and managed hosting, cloud storage,
> > > > colocation Stay online with enterprise data centers and the best
> > > > network in the business
> > > > Choose flexible plans and management services without long-term
> > > > contracts Personal 24x7 support from experience hosting pros just a
> > > > phone call away. http://p.sf.net/sfu/theplanet-com
> > > > _______________________________________________
> > > > gstreamer-devel mailing list
> > > > [hidden email]
> > > > https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
> >
> > ---------------------------------------------------------------------------
> > --- The Planet: dedicated and managed hosting, cloud storage, colocation
> >  Stay online with enterprise data centers and the best network in the
> >  business Choose flexible plans and management services without long-term
> >  contracts Personal 24x7 support from experience hosting pros just a phone
> >  call away. http://p.sf.net/sfu/theplanet-com
> > _______________________________________________
> > gstreamer-devel mailing list
> > [hidden email]
> > https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
> >
> ------------------------------------------------------------------------------
> The Planet: dedicated and managed hosting, cloud storage, colocation
> Stay online with enterprise data centers and the best network in the business
> Choose flexible plans and management services without long-term contracts
> Personal 24x7 support from experience hosting pros just a phone call away.
> http://p.sf.net/sfu/theplanet-com
> _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel



------------------------------------------------------------------------------
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: rtpsrc problem

Mailing List SVR
Here is the bug report:

https://bugzilla.gnome.org/show_bug.cgi?id=608417

thanks
Nicola

In data giovedì 28 gennaio 2010 20:43:45, Wim Taymans ha scritto:
: > On Thu, 2010-01-28 at 19:53 +0100, Mailing List SVR wrote:

> > Attached is the output from:
> >
> > gst-launch rtspsrc debug=true
> > location=rtsp://192.168.168.220/media/video1 ! decodebin ! autovideosink
> >
> > any help would be appreciated,
>
> It's not obvious from that debug log why it fails to parse things. Maybe
> it is because the RTP-Info header is missing...
>
> Could you make a network dump with wireshark (into a pcap file or so?).
>
> Also it would be better to open a bugreport for this so that we can
> better track it.
>
> Wim
>
> > Nicola
> >
> > In data mercoledì 27 gennaio 2010 18:38:36, Mailing List SVR ha scritto:
> > : > In data mercoledì 27 gennaio 2010 18:02:36, Yiliang Bao ha scritto:
> > > : > Hi Nicola,
> > > >
> > > > I used to have similar problem using rtspsrc to connect to an RTSP
> > > > server (not the gstreamer RTSP server). VLC worked fine, but rtspsrc
> > > > stopped by reporting parsing error. After stepping into rtspsrc, I
> > > > found the rtsp server sent one extra empty line at the end of the
> > > > message body. VLC was more forgiving, but the error was caught by
> > > > rtspsrc.
> > >
> > > Thanks, do you have a patch I can test?
> > >
> > > Nicola
> > >
> > > > I know your problem is mostly different from mine. Hopefully my
> > > > experience will be somewhat helpful to you.
> > > >
> > > > Good luck!
> > > > Yiliang
> > > >
> > > > On Wed, Jan 27, 2010 at 3:56 AM, Mailing List SVR
> > > >
> > > > <[hidden email]>wrote:
> > > > >  Hi all,
> > > > >
> > > > > I'm having some trouble with an rtsp source with gstreamer (the
> > > > > same url works fine with vlc), here are the errors:
> > > > >
> > > > > gst-launch -v rtspsrc location=rtsp://192.168.2.24/media/video1 !
> > > > > decodebin ! autovideosink
> > > > >
> > > > > (gst-launch-0.10:7197): GLib-WARNING **: g_set_prgname() called
> > > > > multiple times
> > > > >
> > > > > Impostazione della pipeline a PAUSED ...
> > > > >
> > > > > /GstPipeline:pipeline0/GstRTSPSrc:rtspsrc0/GstRtpBin:rtpbin0:
> > > > > latency = 3000
> > > > >
> > > > > /GstPipeline:pipeline0/GstRTSPSrc:rtspsrc0/GstUDPSrc:udpsrc1:
> > > > > timeout = 5000000
> > > > >
> > > > > La pipeline è viva e non necessita il PREROLL ...
> > > > >
> > > > > Impostazione della pipeline a PLAYING ...
> > > > >
> > > > > /GstPipeline:pipeline0/GstRTSPSrc:rtspsrc0/GstRtpBin:rtpbin0/GstRtp
> > > > >Sess io n:rtpsession0: ntp-ns-base = 3473581909273466000
> > > > >
> > > > > New clock: GstSystemClock
> > > > >
> > > > > ERRORE: dall'elemento /GstPipeline:pipeline0/GstRTSPSrc:rtspsrc0:
> > > > > Impossibile leggere dalla risorsa.
> > > > >
> > > > > Informazioni di debug aggiuntive:
> > > > >
> > > > > gstrtspsrc.c(3766): gst_rtspsrc_try_send ():
> > > > > /GstPipeline:pipeline0/GstRTSPSrc:rtspsrc0:
> > > > >
> > > > > Could not receive message. (Parse error)
> > > > >
> > > > > Execution ended after 307930 ns.
> > > > >
> > > > > Impostazione della pipeline a PAUSED ...
> > > > >
> > > > > Impostazione della pipeline a READY ...
> > > > >
> > > > > Impostazione della pipeline a NULL ...
> > > > >
> > > > > Esecuzione di free sulla pipeline..
> > > > >
> > > > > Attacched are more detailed error using gst-debug=3,
> > > > >
> > > > > any hints?
> > > > >
> > > > > Nicola
> > > > >
> > > > >
> > > > > -------------------------------------------------------------------
> > > > >---- -- ----- The Planet: dedicated and managed hosting, cloud
> > > > > storage, colocation Stay online with enterprise data centers and
> > > > > the best network in the business
> > > > > Choose flexible plans and management services without long-term
> > > > > contracts Personal 24x7 support from experience hosting pros just a
> > > > > phone call away. http://p.sf.net/sfu/theplanet-com
> > > > > _______________________________________________
> > > > > gstreamer-devel mailing list
> > > > > [hidden email]
> > > > > https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
> > >
> > > -----------------------------------------------------------------------
> > >---- --- The Planet: dedicated and managed hosting, cloud storage,
> > > colocation Stay online with enterprise data centers and the best
> > > network in the business Choose flexible plans and management services
> > > without long-term contracts Personal 24x7 support from experience
> > > hosting pros just a phone call away. http://p.sf.net/sfu/theplanet-com
> > > _______________________________________________
> > > gstreamer-devel mailing list
> > > [hidden email]
> > > https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
> >
> > -------------------------------------------------------------------------
> >----- The Planet: dedicated and managed hosting, cloud storage, colocation
> > Stay online with enterprise data centers and the best network in the
> > business Choose flexible plans and management services without long-term
> > contracts Personal 24x7 support from experience hosting pros just a phone
> > call away. http://p.sf.net/sfu/theplanet-com
> > _______________________________________________ gstreamer-devel mailing
> > list [hidden email]
> > https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
>

------------------------------------------------------------------------------
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel