Code: Select all
cat video.mkv | vlc -
Code: Select all
VLC can't recognize the input's format
The format of 'fd://0' cannot be detected. Have a look at the log for details
Code: Select all
mkv demux error: cannot find any cluster, damaged file ?
ps demux error: cannot peek
mpgv demux error: cannot peek
mjpeg demux error: cannot peek
ps demux error: cannot peek
core input error: no suitable demux module for 'fd/any://0'
Code: Select all
vlc video.mkv
does any one know what should I do to pass a video through pipe?
another way that i tried to pipe a video to vlc is:
Code: Select all
mkfifo test
cat video.mkv > test
vlc test
Code: Select all
cannot pre fill buffer