RTP_H264_PACKETIZER/VLC 1.1.9

About encoding, codec settings, muxers and filter usage
Moriquendi
Blank Cone
Blank Cone
Posts: 74
Joined: 31 May 2011 16:22

RTP_H264_PACKETIZER/VLC 1.1.9

Postby Moriquendi » 12 Jul 2011 15:10

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,

Rémi Denis-Courmont
Developer
Developer
Posts: 15228
Joined: 07 Jun 2004 16:01
VLC version: master
Operating System: Linux
Contact:

Re: RTP_H264_PACKETIZER/VLC 1.1.9

Postby Rémi Denis-Courmont » 12 Jul 2011 16:20

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.
Rémi Denis-Courmont
https://www.remlab.net/
Private messages soliciting support will be systematically discarded


Return to “VLC stream-output (sout)”

Who is online

Users browsing this forum: No registered users and 13 guests