CreateOutputFileMp4
Output MP4 files to disk, both fragmented and non-fragmented.
The fragmented output is required.
The optional non-fragmented filename will be written after sending
the close
message and will be fully written by the time the node is
closed. This sets up a temp file to store the frame data by appending
the extension .tmp
.
A non-fragmented MP4 file can be written on request with the
write_file
message, which uses the frame data store if
nonfragmented_file_name
was given or reads
back the fragmented mp4 if there is no non-fragmented file.
Request Type: FileMp4OutputMessage (streamed)
Field |
Type |
Repeated |
Description |
message |
oneOf |
||
⮑subscription |
|||
⮑configuration |
|||
⮑write_file |
Response Type: FileMp4OutputEvent (streamed)
Field |
Type |
Repeated |
Description |
message |
oneOf |
||
⮑node_id |
|||
⮑subscription_response |
|||
⮑inbound_context |
|||
⮑stream_statistics |
|||
⮑status |