globocom / m3u8

Python m3u8 Parser for HTTP Live Streaming (HLS) Transmissions
Other
2.03k stars 471 forks source link

Having Trouble With Putting A M3U Stream In A M3U8 Link #350

Closed InsolenceWillow closed 4 months ago

InsolenceWillow commented 9 months ago

So here's what I got so far, although it doesn't work! #EXTM3U #EXT-X-VERSION:3 #EXT-X-STREAM-INF:CODECS="avc1.4d0029,mp4a.40.2",RESOLUTION=1920x1080 http://mains.services/live/wickeduk/asdfasdfasdf3/87c5bc26-8724-439a-a84f-7ccf15fcb994.m3u

mauricioabreu commented 4 months ago

Hello, @InsolenceWillow What are you trying to do exactly? What was the error caused by the code?

mauricioabreu commented 4 months ago

Your playlist is missing BANDWIDTH. It is a mandatory attribute for every EXT-X-STREAM-INF tag.

I'm closing the issue. Reopen if needed.