TRVRTSPFlag, TRVRTSPFlags

<< Click to display table of contents >>

TRVRTSPFlag, TRVRTSPFlags

FFmpeg RTSP options.

Unit [VCL and LCL] MRVType;

Unit [FMX] fmxMRVType;

type

  TRVRTSPFlag = (rvfPreferTCP, rvfListen, rvfFilterSrc);

  TRVRTSPFlags = set of TRVRTSPFlag;

Value

Meaning

rvfPreferTCP

Instructs to try TCP for RTP transport first, if TCP is available as RTSP RTP transport (see TRVFFMpegProperty.RTSPTransport)

rvfListen

Instructs to act as a server, listening for an incoming connection (not supported in RVMedia)

rvfFilterSrc

Instructs to accept packets only from negotiated peer address and port (not supported in RVMedia)

See also:

TRVFFMpegProperty.RTSPFlags