Page 1 of 1

RTP_H264_PACKETIZER/VLC 1.1.9

Posted: 12 Jul 2011 15:10
by Moriquendi
Hi there again,

I am trying something very basic such as;

Code: Select all

vlc -vvv stream.h264 :sout=#rtp{dst=230.0.0.0,port=8000,sdp=sap://,name=test}}
On the receiver side;

Code: Select all

vlc rtp://230.0.0.0:8000 :demux=h264
RTP/H264 packets are observed on wireshark, however the video doesnt display. I tried to play the .h264 file directly and it did work, the codec information tells me that the video format is H264 as expected. It looks to me that there is something wrong while either encoding or decoding h264 packets. Do I need to modify rtp_packetize_h264 inside modules/stream_out/rtp.c ?

Thanks,

Re: RTP_H264_PACKETIZER/VLC 1.1.9

Posted: 12 Jul 2011 16:20
by RĂ©mi Denis-Courmont
You cannot use rtp:// URL with dynamic payload types such as H264. I bet you did not even look for an answer because this question was raised thousand times already.