Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
obs-ffmpeg: Remove mpegts format override for SRT and RIST
FFmpeg is already very effective at detecting the correct input format for socket-style protocols (SRT, RIST, TCP, UDP, etc.). By overriding the format of SRT and RIST manually to mpegts, the user is being prevented from using other container formats via these protocols. In the rare case that libavformat is unable to detect the correct container format for an SRT or RIST stream, the user may manually specify that format in the existing format field. With the FFmpeg options field which was recently added, probe options may be specified by the user to further tune format detection.
- Loading branch information