Re: [Live-devel] openRTSP Require parameter

2020-11-26 Thread Ross Finlayson
SungHwan, We don’t support the “Require:” header in “openRTSP” (or in our RTSP client implementation in general), as it is rarely, if ever, used. I know of no RTSP server that recognizes/handles this header. What specific feature do you want to ask for (in a “Require:” header in a “SETUP” req

[Live-devel] openRTSP Require parameter

2020-11-26 Thread SungHwan Kim
Hi All, I would like to know how to request a openRTSP command with "Require" parameter as OPTIONS. Could you give me some advice? I found the below article from RFC2326, but I have no idea how to apply this kind of option to openRTSP command. ---