[FFmpeg-trac] #10325(undetermined:new): ipfs stored m3u8 doesn't work correctly
FFmpeg
trac at avcodec.org
Tue Apr 18 15:46:20 EEST 2023
#10325: ipfs stored m3u8 doesn't work correctly
-------------------------------------+-------------------------------------
Reporter: hsn | Type: defect
Status: new | Priority: normal
Component: | Version:
undetermined | unspecified
Keywords: | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
-------------------------------------+-------------------------------------
ffplay won't play **m3u8** from ''ipfs'' filesystem. It have no problems
with playing mp4 stored there.
ffplay
ipfs://bafyjvzacdkmdv5iy5ldtibqc6yesvwg3cqmfpdo4clwfrpbc7xdq/index_1080p.m3u8
''Failed to open segment 0 of playlist 0
Segment 0 of playlist 0 failed too many times, skipping
Failed to open segment 1 of playlist 0/0
Segment 1 of playlist 0 failed too many times, skipping
Failed to open segment 2 of playlist 0
Segment 2 of playlist 0 failed too many times, skipping
''
m3u8 file looks normal:
''#EXTM3U
#EXT-X-VERSION:3
#EXT-X-ALLOW-CACHE:YES
#EXT-X-TARGETDURATION:15
#EXT-X-MEDIA-SEQUENCE:0
#EXTINF:10.302644,
index_1080p_0000.ts
#EXTINF:8.801044,
index_1080p_0001.ts
#EXTINF:3.879133,
index_1080p_0002.ts
#EXTINF:6.632067,
index_1080p_0003.ts
#EXTINF:6.465222,
index_1080p_0004.ts
#EXTINF:6.214956,
''
Browse directory content:
https://bafyjvzacdkmdv5iy5ldtibqc6yesvwg3cqmfpdo4clwfrpbc7xdq.ipfs.cf-
ipfs.com
There is no problem with playing single segments:
ffplay
ipfs://bafyjvzacdkmdv5iy5ldtibqc6yesvwg3cqmfpdo4clwfrpbc7xdq/index_1080p_0000.ts
works
--
Ticket URL: <https://trac.ffmpeg.org/ticket/10325>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list