Hello,
i will use vlc to display the stream output from mpg1394grab.
mpg1394 convert an firewire stream from a Sony HDV cam to /dev/stdout. It's possible to write the stream to any file. For examble:
mpg1394 | vlc -vvv - --scout file/ps:test_movie.mpg
how must be modificate the line to display the stream???
i test:
mpg1394 | vlc -vvv /dev/stdin
thanks for help
mb4ever