real media .rm and

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

real media .rm and

Julien Isorce
Hi

ok the pipeline for quicktime streams is gst-launch-0.10 rtspsrc location="url"  ! rtpxqtdepay ! ffdec_h264 ! ffmpegcolorspace ! ximagesink
(if we want only the video)

Then I want to test the realveideodec and realaudiodec.
I am trying to play samples from the url : http://service.real.com/realone/test/
example :
gst-launch-0.10 rtspsrc location="rtsp://media.real.com/showcase/service/samples/rob_h_realvideo9_512.rm" ! fakesink
But it is not working.

Then, the full pipeline is :
gst-launch-0.10 rtspsrc location="rtsp://media.real.com/showcase/service/samples/rob_h_realvideo9_512.rm" ! rtpextract ! realvideodec ! ffmpegcolorspace ! ximagesink
But I do not know which rtp element to use.

Then as it is possible to play quicktime streams and real media streams,  what about windows media streams ?
An example of those pipelines would be appreciate.

Sincerely,

Julien


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: real media .rm and

Wim Taymans
On Tue, 2008-03-18 at 18:10 +0100, Julien Isorce wrote:

> Hi
>
> ok the pipeline for quicktime streams is gst-launch-0.10 rtspsrc
> location="url"  ! rtpxqtdepay ! ffdec_h264 ! ffmpegcolorspace !
> ximagesink
> (if we want only the video)
>
> Then I want to test the realveideodec and realaudiodec.
> I am trying to play samples from the url :
> http://service.real.com/realone/test/
> example :
> gst-launch-0.10 rtspsrc
> location="rtsp://media.real.com/showcase/service/samples/rob_h_realvideo9_512.rm" ! fakesink
> But it is not working.

Realmedia support needs the real RTSP extensions that are in
-ugly/gst/realmedia because the Realmedia RTSP servers do something
completely different.

The above stream does not work for me (404 not found).

>
> Then, the full pipeline is :
> gst-launch-0.10 rtspsrc
> location="rtsp://media.real.com/showcase/service/samples/rob_h_realvideo9_512.rm" ! rtpextract ! realvideodec ! ffmpegcolorspace ! ximagesink
> But I do not know which rtp element to use.

RealMedia RTSP uses RDT, not RTP as the transport. They also stream
audio and video in a real container.

Wim

>
> Then as it is possible to play quicktime streams and real media
> streams,  what about windows media streams ?

All of them can be played.

Wim

> An example of those pipelines would be appreciate.
>
> Sincerely,
>
> Julien
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel