Hi, I am interested in streaming H264 contents over RTP using VLC through the GUI. But looks like the module is not enabled ( stream_out_rtp ) by default. Is there a way to enable it?
I downloaded the source code and compiled it on my redhad linux machine. The VLC I am running is build locally. I am using H264 transport stream file as the source and trying to stream RTP out. I added some debug messages in the rtp.c file (rtp_packetize_264 function) but seems the code is not getting accessed during the process. Would someone help me on this issue? Is there a special flag I should turn on or I can only use command line? (if so, would someone provide the command line ?)