|
<< Click to display table of contents >> TRVCamRecorder.OutputFileName |
Specifies the file name (for recording) or the URL address (for streaming).
property OutputFileName: String;
•If you assign a file name to this property, video/audio will be written to this file when you assign Active = True.
You can use GetListOfAvailableFFmpegFileFormats function to choose a video file extension.
•If you assign URL to this property, streaming will be started when you assign Active = True.
URL Protocol |
Assigned Container Format |
udp:// |
mpegts |
rtmp:// |
flv |
rtsp:// |
rtsp |
srt:// |
mpegts |
Some streaming protocols require an additional server (not implemented in RVMedia).
Default value:
'' (empty string)