I'm using VLC player as the receiver for this RTP stream; under "Open Network Stream" I have
rtp://@239.255.255.254:49150
I created a udp client with a host ip as localhost with a host port of 49149. I have a .ts file that I read in. I originally tried to split the file into payloads of size 1200 and tried sending it to VLC player but I get this error:
SDP required: A description in SDP format is required to receive the RTP stream. Note that rtp:// URIs cannot work with dynamic RTP payload format (77).
I'm not sure what the error means and appreciate any help I can receive.