You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like files are saved as FLV by default when saving a local copy of the recording. Would it be possible to set the output format of the file as something else i.e. mkv? I know I can remux afterwards but it would be nice to have it done on the fly. I attempted to add an argument in nginx-template.conf.j2 to accomplish this, but I can't seem to figure it out. See below. It might be a simple fix I am missing.
The reason the file format is flv format is because that is what OBS produces (for the live stream) and what the various platforms expect and what is sent by OBS itself (assuming you are using OBS as the stream source) to this project's software, and all this software is doing is just recording the bit stream as is, and it happens to be flv. Given that, we could probably make a transcoding option to specific format and then make the recording file a specific destination like the various platforms are now 🤔 I'll look into it when I get a chance.
Looks like files are saved as FLV by default when saving a local copy of the recording. Would it be possible to set the output format of the file as something else i.e. mkv? I know I can remux afterwards but it would be nice to have it done on the fly. I attempted to add an argument in nginx-template.conf.j2 to accomplish this, but I can't seem to figure it out. See below. It might be a simple fix I am missing.
The text was updated successfully, but these errors were encountered: