I am trying to stream an H263 video through RTSP. I have noticed that the session description generated by VLC contains the following
m=video 22033 RTP/AVP 96
a=rtpmap:96 H263-1998/90000
I have a client that does not support payload type 96 and does not play the video, while it is able to play other RTSP streams that have
m=video 22033 RTP/AVP 34
a=rtpmap:34 H263/90000
Is there a way to tell VLC to packetize H263 with payload type=34 instead of 96?
Thanks very much for any help.