Page 1 of 1

VLC as a rtp server

Posted: 28 Apr 2009 08:49
by dafodill
Hi,
I tried using VLC as a rtp server.It is working fine.But it is encapsulating the output audio and video as MPEG-TS .I am developing a application in client side to receive the audio and video packets seperately sent by VLC RTP server.My client doesnt recognize the MPEG format. It can play H264 for video and G711A ,G729, G711U for audio.My input is from a WEbCAM.
Can anyone tell me how to stream the video and audio seperately as elementary streams.
Thanks in advance .

Re: VLC as a rtp server

Posted: 28 Apr 2009 17:35
by Rémi Denis-Courmont
Unless you explicitly put 'mux=ts', VLC will stream each ES as a separate RTP sesssion.

Re: VLC as a rtp server

Posted: 30 Apr 2009 06:04
by dafodill
Thanks for the reply..
Now I am able to stream as seperate audio and video sessions.
But when I stream it as video which is H.264, the Payload type of the incoming stream is 96.
Is VLC encapsulating VIDEO into some format. Because my client is not recogninzing the format.

Re: VLC as a rtp server

Posted: 03 May 2009 12:34
by Rémi Denis-Courmont
Well obviously, it's encapsulating it into RTP.