Opened 7 years ago

#5932 new defect

HLS decoding - buffering/skipping when for example #EXTINF:0.76,

Reported by: hdgdl Owned by:
Priority: normal Component: undetermined
Version: unspecified Keywords: hls mpegts
Cc: Blocked By:
Blocking: Reproduced by developer: no
Analyzed by developer: no

Description

recently a big adult cam site changed their hls manifest.
since then the streams dont play correctly anymore in kodi.
with ffmpeg/ffplay i get stutter too while using the following command line.

ffmpeg.exe -i http://xxxxx.m3u8 test.mp4 not sure if iam allowed to post the url to the stream...

as far as i can tell, they have two different manifest...sometimes there are only 3 chunks in the playlist

#### Option 1 ############
#EXTM3U
#EXT-X-VERSION:3
#EXT-X-ALLOW-CACHE:NO
#EXT-X-TARGETDURATION:3
#EXT-X-MEDIA-SEQUENCE:1655
#EXTINF:2.432,
media_w1873264971_1655.ts
#EXTINF:2.509,
media_w1873264971_1656.ts
#EXTINF:2.456,
media_w1873264971_1657.ts
#EXTINF:2.523,
media_w1873264971_1658.ts
#EXTINF:2.493,
media_w1873264971_1659.ts
#EXTINF:2.597,
media_w1873264971_1660.ts

###### Option 2 ##############
#EXTM3U
#EXT-X-VERSION:3
#EXT-X-ALLOW-CACHE:NO
#EXT-X-TARGETDURATION:2
#EXT-X-MEDIA-SEQUENCE:1732
#EXTINF:0.841,
media_w1110844383_1732.ts
#EXTINF:0.832,
media_w1110844383_1733.ts
#EXTINF:0.682,
media_w1110844383_1734.ts
#EXTINF:0.814,
media_w1110844383_1735.ts
#EXTINF:0.885,
media_w1110844383_1736.ts
#EXTINF:0.754,
media_w1110844383_1737.ts

What you were trying to accomplish?
-> play the stream without stuttering/skipping/buffering

The problem you encountered?
-> skipping video, constant buffering within kodi making the streams unwatchable

The exact command line you were using
-> ffmpeg.exe --report http://xxxxxxxxxxxxx.m3u8 option1.mp4
-> ffmpeg version N-82225-gb4e9252 Copyright (c) 2000-2016 the FFmpeg developers

maybe you guys have an idea why this is happening.
thanks in advance

Attachments (2)

option1-ffmpeg-20161108-154319.log (450.4 KB ) - added by hdgdl 7 years ago.
option2-ffmpeg-20161108-154548.log (256.3 KB ) - added by hdgdl 7 years ago.

Download all attachments as: .zip

Change History (2)

Note: See TracTickets for help on using tickets.