Hi @Jnyberg,
If you want to make it work with VLC, the easiest way is to use a SDP file.
c=IN IP4 192.168.2.2
m=video PORT RTP/AVP 96
a=rtpmap:96 H264/90000
Where PORT should be the stream port.
Hi @Jnyberg,
If you want to make it work with VLC, the easiest way is to use a SDP file.
c=IN IP4 192.168.2.2
m=video PORT RTP/AVP 96
a=rtpmap:96 H264/90000
Where PORT should be the stream port.