Your message dated Sat, 6 May 2017 00:27:43 +0200
with message-id <20170506002743.13f0c48e@dell-e6430>
and subject line Re: ffmpeg: [http @ 0x556c4473af40] Protocol not on whitelist 
'file,crypto'!
has caused the Debian Bug report #857369,
regarding ffmpeg: [http @ 0x556c4473af40] Protocol not on whitelist 
'file,crypto'!
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
857369: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=857369
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: ffmpeg
Version: 7:3.2.4-1
Severity: normal


ffmpeg -i
http://hlsak-a.akamaihd.net/2797134697001/5314209465001/2797134697001_5314209465001_s-1.ts
-c copy test.ts
...saves stream without problem.

ffmpeg -i test.M3U8 -c copy test.ts

with file test.M3U8:
---
#EXTM3U
#EXT-X-TARGETDURATION:10
#EXT-X-MEDIA-SEQUENCE:0
#EXTINF:10,
http://hlsak-a.akamaihd.net/2797134697001/5314209465001/2797134697001_5314209465001_s-1.ts?
#EXT-X-ENDLIST

produce:
[http @ 0x55747248fe80] Protocol not on whitelist 'file,crypto'!
[hls,applehttp @ 0x55747248be40] Failed to open segment of playlist 0
[hls,applehttp @ 0x55747248be40] Error when loading first segment
'http://hlsak-a.akamaihd.net/2797134697001/5314209465001/2797134697001_5314209465001_s-1.ts?'
test.M3U8: Invalid data found when processing input

With
avconv -i test.M3U8 -c copy test.ts
from debian Jessie there are no problems with that.

Maybe should work
ffmpeg -i test.M3U8 -c copy -protocol_whitelist http test.ts
but it does not.



-- System Information:
Debian Release: 9.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.9.0-2-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages ffmpeg depends on:
ii  libavcodec57    7:3.2.4-1
ii  libavdevice57   7:3.2.4-1
ii  libavfilter6    7:3.2.4-1
ii  libavformat57   7:3.2.4-1
ii  libavresample3  7:3.2.4-1
ii  libavutil55     7:3.2.4-1
ii  libc6           2.24-9
ii  libpostproc54   7:3.2.4-1
ii  libsdl2-2.0-0   2.0.5+dfsg1-2
ii  libswresample2  7:3.2.4-1
ii  libswscale4     7:3.2.4-1
ii  libva1          1.7.3-2

ffmpeg recommends no packages.

Versions of packages ffmpeg suggests:
pn  ffmpeg-doc  <none>

-- no debconf information

--- End Message ---
--- Begin Message ---
Thanks. Your suggestion to move parameter protocol_whitelist to the front

ffmpeg -protocol_whitelist file,tcp,http -i test.M3U8 -c copy test.ts

helped and is working also in Debian Stretch. I am closing this bugreport.

--- End Message ---
_______________________________________________
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

Reply via email to