mmids icon indicating copy to clipboard operation
mmids copied to clipboard

Add ability to pull HLS feeds without external ffmpeg

Open KallDrexx opened this issue 3 years ago • 0 comments

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.

KallDrexx avatar Mar 08 '22 17:03 KallDrexx