On March 9, 2005 04:33 pm, John Harvey wrote: > Ok. Is /dev/video16 a device or just a file containing your mpeg data?
# ls -l /dev/video* lrwxrwxrwx 1 root root 10 Mar 9 19:16 /dev/video0 -> v4l/video0 lrwxrwxrwx 1 root root 11 Mar 9 19:16 /dev/video16 -> v4l/video16 lrwxrwxrwx 1 root root 11 Mar 9 19:16 /dev/video24 -> v4l/video24 lrwxrwxrwx 1 root root 11 Mar 9 19:16 /dev/video32 -> v4l/video32 lrwxrwxrwx 1 root root 11 Mar 9 19:16 /dev/video48 -> v4l/video48 lrwxrwxrwx 1 root root 9 Mar 9 19:16 /dev/video4linux -> v4l/video # ls -l /dev/v4l/* crw-rw---- 1 root video 81, 64 Mar 9 19:16 /dev/v4l/radio0 crw-rw---- 1 root video 81, 224 Mar 9 19:16 /dev/v4l/vbi0 crw-rw---- 1 root video 81, 228 Mar 9 19:16 /dev/v4l/vbi4 crw-rw---- 1 root video 81, 232 Mar 9 19:16 /dev/v4l/vbi8 crw-rw---- 1 root video 81, 48 Mar 9 19:16 /dev/v4l/video crw-rw---- 1 root video 81, 0 Mar 9 19:16 /dev/v4l/video0 crw-rw---- 1 root video 81, 16 Mar 9 19:16 /dev/v4l/video16 crw-rw---- 1 root video 81, 24 Mar 9 19:16 /dev/v4l/video24 crw-rw---- 1 root video 81, 32 Mar 9 19:16 /dev/v4l/video32 crw-rw---- 1 root video 81, 48 Mar 9 19:16 /dev/v4l/video48 After a reboot, it seems that the encoder isn't pulling data. I know it's tuned to the right channel (S-Video input) since passthrough mode works just fine. # ivtvctl -K0 Setting passthrough mode # dd if=/dev/video0 of=/dev/video16 bs=64k 0+0 records in 0+0 records out # dd if=/dev/video0 of=/dev/video16 0+0 records in 0+0 records out [EMAIL PROTECTED]:~# dmesg saa7115: decoder disable output saa7115: decoder enable output ivtv: ENC: User stopped capture. saa7115: decoder disable output saa7115: decoder enable output ivtv: ENC: User stopped capture. Any ideas? This is weird. -A. ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ ivtv-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ivtv-devel
