ant-media / Ant-Media-Server

Ant Media Server is a live streaming engine software that provides adaptive, ultra low latency streaming by using WebRTC technology with ~0.5 seconds latency. Ant Media Server is auto-scalable and it can run on-premise or on-cloud.
https://antmedia.io
Other
4.29k stars 632 forks source link

Add suffix to the mp4 file name to make a custom name format #6650

Closed yashtandon113 closed 1 month ago

yashtandon113 commented 1 month ago

The feature request is to save MP4 files with a custom name format such as filename_1080p_converted.mp4.

Removing %b from the file name format removes the bit rate from the recorded file name.

“fileNameFormat”: “%r%b”,

After that, the recording will be in this format, filename_1080p.mp4 but the user wants to add the suffix as well to make it customized.

JaswanthBandi2428 commented 1 month ago

Hello can I make custom filename for my recorded file Mp4 initiated from API, If yes how can I do that.

lastpeony commented 1 month ago

Hello can I make custom filename for my recorded file Mp4 initiated from API, If yes how can I do that.

Mentioned PR allows you to add a custom text to recording file names through app settings. what kind of customization do you need?