[gst-devel] Query : ASF rtp payloder

Wim Taymans wim.taymans at gmail.com
Mon Oct 13 13:02:06 CEST 2008


On Mon, 2008-10-13 at 15:27 +0530, Irfan Shaikh wrote:
> 
> Hi all,
> 
>        I am builting an application that streams ASF file on client
> VLC player and windows media player. Till  now i was able to stream
> MJPEG in ASF container on VLC player using (MJPEG.ASF->ASF
> demuxer->udpsink). I was successful in streaming MJPEG.ASF on VLC
> player.
> 
>        I thought same shall be applicable for Windows media player,
> but WMP player uses RTSP protocol. And i got and understanding that
> since rtsp protocol only accepts rtp packets so i need to create an
> RTP payload packetizer which will encapsulate ASF data packets. So as
> to stream ASF file on WMP.
> 
>         Is my understanding correct ? Orelse is there any other
> simpler approach so that i can stream any ASF file on WMP player.

You could use MMS, MMSH, HTTP and RTSP. For RTP you need an RTP
payloader. In all cases you need to write a media server but for HTTP
you could probably just use any existing HTTP server provided you stream
preencoded asf files.

Wim
> 
>         Thanks in advance.       
> 
> 
> Regards,
> Irfan.
>          
> 
> This message (including any attachment) is confidential and may be
> legally privileged. Access to this message by anyone other than the
> intended recipient(s) listed above is unauthorized. If you are not the
> intended recipient you are hereby notified that any disclosure,
> copying, or distribution of the message, or any action taken or
> omission of action by you in reliance upon it, is prohibited and may
> be unlawful. Please immediately notify the sender by reply e-mail and
> permanently delete all copies of the message if you have received this
> message in error.
> 





More information about the gstreamer-devel mailing list