[FFmpeg-user] [ffplay] Trouble using concat protocol

Jian Guo aliezted at gmail.com
Mon Jan 16 14:22:52 EET 2017


I added the quote but it didn't work neither.

aLIEzTeddeMBP:~ JianGuo$ ffplay -safe 0 -protocol_whitelist
concat,file,subfile,http,https,tcp,tls "concat:
http://devimages.apple.com.edgekey.net/streaming/examples/bipbop_4x3/gear3/prog_index.m3u8|http://devimages.apple.com.edgekey.net/streaming/examples/bipbop_4x3/gear0/prog_index.m3u8
"
ffplay version 3.2.2 Copyright (c) 2003-2016 the FFmpeg developers
  built with Apple LLVM version 8.0.0 (clang-800.0.42.1)
  configuration: --prefix=/usr/local/Cellar/ffmpeg/3.2.2 --enable-shared
--enable-pthreads --enable-gpl --enable-version3 --enable-hardcoded-tables
--enable-avresample --cc=clang --host-cflags= --host-ldflags=
--enable-ffplay --enable-libmp3lame --enable-libx264 --enable-libxvid
--enable-opencl --disable-lzma --enable-vda
  libavutil      55. 34.100 / 55. 34.100
  libavcodec     57. 64.101 / 57. 64.101
  libavformat    57. 56.100 / 57. 56.100
  libavdevice    57.  1.100 / 57.  1.100
  libavfilter     6. 65.100 /  6. 65.100
  libavresample   3.  1.  0 /  3.  1.  0
  libswscale      4.  2.100 /  4.  2.100
  libswresample   2.  3.100 /  2.  3.100
  libpostproc    54.  1.100 / 54.  1.100
[hls,applehttp @ 0x7fa8f380ac00] Failed to open segment of playlist 0
    Last message repeated 360 times
[hls,applehttp @ 0x7fa8f380ac00] Error when loading first segment 'concat:
http://devimages.apple.com.edgekey.net/streaming/examples/bipbop_4x3/gear3/prog_index.m3u8|http://devimages.apple.com.edgekey.net/streaming/examples/bipbop_4x3/gear0/fileSequence0.ts
'
concat:
http://devimages.apple.com.edgekey.net/streaming/examples/bipbop_4x3/gear3/prog_index.m3u8|http://devimages.apple.com.edgekey.net/streaming/examples/bipbop_4x3/gear0/prog_index.m3u8:
Invalid data found when processing input




On Mon, Jan 16, 2017 at 8:10 PM Moritz Barsnick <barsnick at gmx.net> wrote:

> On Mon, Jan 16, 2017 at 11:09:01 +0000, Jian Guo wrote:
> >
> http://devimages.apple.com.edgekey.net/streaming/examples/bipbop_4x3/gear3/prog_index.m3u8|http://devimages.apple.com.edgekey.net/streaming/examples/bipbop_4x3/gear0/prog_index.m3u8
> > -bash:
> >
> http://devimages.apple.com.edgekey.net/streaming/examples/bipbop_4x3/gear0/prog_index.m3u8
> :
> > No such file or directory
>
> At this point, your shell took over part of your command line. You need
> to quote the "concat:url...|url..." part, so that the shell does not
> interpret the '|' character as a pipe.
>
> Moritz
> _______________________________________________
> ffmpeg-user mailing list
> ffmpeg-user at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-user
>
> To unsubscribe, visit link above, or email
> ffmpeg-user-request at ffmpeg.org with subject "unsubscribe".


More information about the ffmpeg-user mailing list