Re: [opensigma-users] x-card
Status: Alpha
Brought to you by:
sergaster
|
From: Придворов А. <ua...@bk...> - 2008-06-10 02:11:57
|
Hi I demuxed mpeg2 file. Now cat file.mpv > /dev/sigma/video0 works fine :) But it works through time, when I break play with Ctrl&C: root@ua0lnjvdr:/# cat abba.mpv > /dev/sigma/video0 cat: write error: Bad address root@ua0lnjvdr:/# cat abba.mpv > /dev/sigma/video0 root@ua0lnjvdr:/# cat abba.mpv > /dev/sigma/video0 cat: write error: Bad address root@ua0lnjvdr:/# cat abba.mpv > /dev/sigma/video0 root@ua0lnjvdr:/# cat abba.mpv > /dev/sigma/video0 cat: write error: Bad address root@ua0lnjvdr:/# cat abba.mpv > /dev/sigma/video0 root@ua0lnjvdr:/# If play until the end of file, next play ok. |