pipe video to vlc
Posted: 11 Dec 2019 11:40
When i try :
In GIU I get below error:
and In command line i get below errors:
But when i try:
Vlc plays video correctly.
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:
doesn't work again and give me below error:
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