[FFmpeg-trac] #2765(undetermined:new): brightcove hls streams fail to play

FFmpeg trac at avcodec.org
Tue Jul 9 19:01:33 CEST 2013


#2765: brightcove hls streams fail to play
-------------------------------------+-------------------------------------
             Reporter:  adammw       |                     Type:  defect
               Status:  new          |                 Priority:  normal
            Component:               |                  Version:
  undetermined                       |  unspecified
             Keywords:  hls          |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
 '''Summary of the bug:''' brightcove hls streams fail to play

 Using any m3u8 file with ffplay or ffmpeg produces a ''Protocol not
 found'' error.

 '''How to reproduce:'''
 {{{
 $ ffplay -v 9 -loglevel 99
 "http://c.brightcove.com/services/mobile/streaming/index/master.m3u8?videoId=2516468435001"
 ffplay version 1.2.1 Copyright (c) 2003-2013 the FFmpeg developers
   built on Jul 10 2013 02:44:54 with Apple clang version 4.1
 (tags/Apple/clang-421.11.65) (based on LLVM 3.1svn)
   configuration: --prefix=/usr/local/Cellar/ffmpeg/1.2.1 --enable-shared
 --enable-pthreads --enable-gpl --enable-version3 --enable-nonfree
 --enable-hardcoded-tables --enable-avresample --enable-vda --cc=cc --host-
 cflags= --host-ldflags= --enable-libx264 --enable-libfaac --enable-
 libmp3lame --enable-libxvid --enable-libtheora --enable-libvorbis
 --enable-libvpx --enable-librtmp --enable-ffplay --enable-libspeex
 --enable-libopus
   libavutil      52. 18.100 / 52. 18.100
   libavcodec     54. 92.100 / 54. 92.100
   libavformat    54. 63.104 / 54. 63.104
   libavdevice    54.  3.103 / 54.  3.103
   libavfilter     3. 42.103 /  3. 42.103
   libswscale      2.  2.100 /  2.  2.100
   libswresample   0. 17.102 /  0. 17.102
   libpostproc    52.  2.100 / 52.  2.100
 [hls,applehttp @ 0x7f9e01031a00] Format hls,applehttp probed with
 size=2048 and score=100
 [AVIOContext @ 0x7f9e022402c0] Statistics: 1550 bytes read, 0 seeks
 http://c.brightcove.com/services/mobile/streaming/index/master.m3u8?videoId=2516468435001:
 Protocol not found
     nan A-V:  0.000 fd=   0 aq=    0KB vq=    0KB sq=    0B f=0/0
 }}}

 '''Protocols enabled:'''
 {{{
 $ ffmpeg -protocols
 ffmpeg version 1.2.1 Copyright (c) 2000-2013 the FFmpeg developers
   built on Jul 10 2013 02:44:54 with Apple clang version 4.1
 (tags/Apple/clang-421.11.65) (based on LLVM 3.1svn)
   configuration: --prefix=/usr/local/Cellar/ffmpeg/1.2.1 --enable-shared
 --enable-pthreads --enable-gpl --enable-version3 --enable-nonfree
 --enable-hardcoded-tables --enable-avresample --enable-vda --cc=cc --host-
 cflags= --host-ldflags= --enable-libx264 --enable-libfaac --enable-
 libmp3lame --enable-libxvid --enable-libtheora --enable-libvorbis
 --enable-libvpx --enable-librtmp --enable-ffplay --enable-libspeex
 --enable-libopus
   libavutil      52. 18.100 / 52. 18.100
   libavcodec     54. 92.100 / 54. 92.100
   libavformat    54. 63.104 / 54. 63.104
   libavdevice    54.  3.103 / 54.  3.103
   libavfilter     3. 42.103 /  3. 42.103
   libswscale      2.  2.100 /  2.  2.100
   libswresample   0. 17.102 /  0. 17.102
   libpostproc    52.  2.100 / 52.  2.100
 Supported file protocols:
 Input:
 applehttp
 cache
 concat
 crypto
 data
 file
 gopher
 hls
 http
 httpproxy
 mmsh
 mmst
 pipe
 rtp
 srtp
 tcp
 udp
 rtmp
 rtmpe
 rtmps
 rtmpt
 rtmpte
 Output:
 file
 gopher
 http
 httpproxy
 md5
 pipe
 rtp
 srtp
 tcp
 udp
 rtmp
 rtmpe
 rtmps
 rtmpt
 rtmpte
 }}}

-- 
Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/2765>
FFmpeg <http://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list