RTP_H264_PACKETIZER/VLC 1.1.9
Posted: 12 Jul 2011 15:10
Hi there again,
I am trying something very basic such as;
On the receiver side;
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,
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}}
Code: Select all
vlc rtp://230.0.0.0:8000 :demux=h264
Thanks,