arut / nginx-rtmp-module

NGINX-based Media Streaming Server
http://nginx-rtmp.blogspot.com
BSD 2-Clause "Simplified" License
13.34k stars 3.5k forks source link

playlist.m3u8 content #1636

Open murilots opened 2 years ago

murilots commented 2 years ago

Hi,

I'm trying to adjust the playlist content to a compatible format for an IPTV device.

Current playlist content

`#EXTM3U

EXT-X-VERSION:3

EXT-X-MEDIA-SEQUENCE:0

EXT-X-TARGETDURATION:4

EXT-X-DISCONTINUITY

EXTINF:4.000,

test-0.ts

EXTINF:3.900,

test-1.ts

EXTINF:4.000,

test-2.ts

EXTINF:3.133,

test-3.ts `

Required content format

`#EXTM3U

EXT-X-VERSION:3

EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=1242022,CODECS="avc1.640028,mp4a.40.2",RESOLUTION=1920x1080

chunklist_w460527294.m3u8`

I looked in the documentation but can't find it. If it is possible for the content to be in this format.

slayer1ss commented 1 year ago

Have you ever find a solution to this? Because of codec section streams are not working on ios devices...