2

What are the possible values for RTSPOption in the Stream section of the ffserver configuration file ?

The https://ffmpeg.org/ffserver-all.html#toc-Stream-section mentions the option but no further details.

1 Answers1

0

Well, if it matters almost 3 years later you can specify RTSP options like this:

RTSPOption rtsp_transport tcp
RTSPOption rtsp_flags listen
curare
  • 1