Hi,
Our video server is pushing RTSP stream and RTP stream (Multicast) at same time. VLC is worked well for RTSP video on Win10, Ubuntu and MacOS. But for RTP stream, we created one SDP file for VLC, as below:
a=type:broadcast
a=rtcp-unicast: reflection
m=video 30000 RTP/AVP 96
c=IN IP4 239.255.255.11/255
a=rtpmap:96 H264/90000
a=framerate:30
It's worked good on MacOS, the video is very smooth played by VLC through the SDP file. But on Win10, the video is broken, stuck and jumped.
Could you have any advice and thanks.
Regards,
Josen