Viblast / hls-proxy

Easy downloading and mirroring of HLS streams
MIT License
108 stars 50 forks source link

The CODECS attributes in a master playlist are not preserved. #3

Closed svetlin-mladenov closed 8 years ago

svetlin-mladenov commented 8 years ago

If the master playlist looks like this:

#EXTM3U
#EXT-X-VERSION:3
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=396821,CODECS="avc1.77.41, mp4a.40.2"
chunklist.m3u8

After being downloaded by the hls-proxy it looks like this:

#EXTM3U
#EXT-X-VERSION:3
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=396821
chunklist.m3u8