Re: [FFmpeg-devel] libavformat/rtsp.c: fix RTSP not setup the UDP stream in SDP

2021-07-30 Thread zhilizhao(赵志立)
> On Jul 30, 2021, at 4:36 PM, Chiu, Yung-Hsiang wrote: > > Thanks for your review. > > I don't have any standards or formal documents mentioned the proto > 'udp' in SDP should be uppercase. > > The only document I google for the video server 'orbit2x' is shown below > https://developer.samsu

Re: [FFmpeg-devel] libavformat/rtsp.c: fix RTSP not setup the UDP stream in SDP

2021-07-30 Thread Chiu, Yung-Hsiang
Thanks for your review. I don't have any standards or formal documents mentioned the proto 'udp' in SDP should be uppercase. The only document I google for the video server 'orbit2x' is shown below https://developer.samsung.com/smarttv/develop/legacy-platform-library/art00071/index.html#sdp-suppo

Re: [FFmpeg-devel] libavformat/rtsp.c: fix RTSP not setup the UDP stream in SDP

2021-07-29 Thread zhilizhao(赵志立)
> On Jul 30, 2021, at 10:55 AM, Chiu, Yung-Hsiang wrote: > > Hi, > > Our RTSP video server reply two streams in SDP are UDP and RTP/AVP/UDP. >>> m=video 0 UDP 33 >>> m=video 0 RTP/AVP/UDP 33 > > ffmpeg now setup twice with the same transport "RTP/AVP/UDP" > > The first time is >>> SETUP rtsp