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

Moritz Barsnick barsnick at gmx.net
Mon Jan 16 14:10:30 EET 2017


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


More information about the ffmpeg-user mailing list