Record a stream with StartRecording #657
Replies: 1 comment 1 reply
-
|
Hi @stefantripac, The player must be playing and you can then start recording. If you don't manually stop recording, it will stop when the player is paused or stopped. You can either call the StartRecording without parameters and it will use the Config.Player.FolderRecordings to automatically name the output file in this folder or you can manually specify the filename with or without the extension. It is recommended to let the Player decide for the proper extension but you can force it if required. The reason for that is that it does remuxing and not transcoding which means that the source muxing format must match with the destination muxing format. Let me know if you want more information. Regards, |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
How I do record an already opened stream with StartRecording ?, what coditions must be met, where the recorded stream is stored? Thank you .
Beta Was this translation helpful? Give feedback.
All reactions