mmids
mmids copied to clipboard
Add ability to pull HLS feeds without external ffmpeg
Right now ffmpeg_pull can be used to pull HLS feeds. Since this utilizes an external ffmpeg client, this requires the use of the RTMP subsystem, which means we are tied to h264 and aac.
This should either be replaced with manual m3u8/ts parsing code, or by utilizing a gstreamer pipeline.