I'm tryng to use my Avermedia Volar HX with productor's driver 0.7 (lastest) but, when i try to use dvb tuner or also composite input, vlc allways freeze here:
vlc -I dummy -vvv v4l2:// :v4l2-dev=/dev/video0 :v4l2-standard=0 :v4l2-input=1 (tried several commands)
Code: Select all
[0x244b4f8] main input debug: Creating an input for 'v4l2://'
[0x244b4f8] main input debug: thread started
[0x244b4f8] main input debug: using timeshift granularity of 50 MBytes
[0x244b4f8] main input debug: using timeshift path '/tmp'
[0x244b4f8] main input debug: thread (input) created at priority 10 (input/input.c:230)
[0x244b4f8] main input debug: `v4l2://' gives access `v4l2' demux `' path `'
[0x244b4f8] main input debug: creating demux: access='v4l2' demux='' path=''
[0x245df88] main demux debug: looking for access_demux module: 1 candidate
[0x245df88] v4l2 demux debug: Trying direct kernel v4l2
[0x245df88] v4l2 demux debug: opening device '/dev/video0'
[0x245df88] v4l2 demux debug: V4L2 device: AVerMedia A827 USB using driver: AVerTV Volar HX (version: 0.0.7) on USB
[0x245df88] v4l2 demux debug: the device has the capabilities: (X) Video Capure, ( ) Audio, (X) Tuner
[0x245df88] v4l2 demux debug: supported I/O methods are: ( ) Read/Write, (X) Streaming, ( ) Asynchronous
[0x245df88] v4l2 demux debug: video input 0 (Tuner) has type: Tuner adapter
[0x245df88] v4l2 demux debug: video input 1 (Composite) has type: External analog input *
[0x245df88] v4l2 demux debug: video input 2 (S-Video) has type: External analog input
[0x245df88] v4l2 demux debug: video standard 0 is: PAL-BG *
[0x245df88] v4l2 demux debug: video standard 1 is: PAL-B1
[0x245df88] v4l2 demux debug: video standard 2 is: PAL-G
[0x245df88] v4l2 demux debug: video standard 3 is: PAL-H
[0x245df88] v4l2 demux debug: video standard 4 is: PAL-I
[0x245df88] v4l2 demux debug: video standard 5 is: PAL-D
[0x245df88] v4l2 demux debug: video standard 6 is: PAL-D1
[0x245df88] v4l2 demux debug: video standard 7 is: PAL-K
[0x245df88] v4l2 demux debug: video standard 8 is: PAL-M
[0x245df88] v4l2 demux debug: video standard 9 is: PAL-N
[0x245df88] v4l2 demux debug: video standard 10 is: PAL-Nc
[0x245df88] v4l2 demux debug: video standard 11 is: PAL-60
[0x245df88] v4l2 demux debug: video standard 12 is: NTSC-M
[0x245df88] v4l2 demux debug: video standard 13 is: NTSC-M-JP
[0x245df88] v4l2 demux debug: video standard 14 is: SECAM-B
[0x245df88] v4l2 demux debug: video standard 15 is: SECAM-D
[0x245df88] v4l2 demux debug: video standard 16 is: SECAM-G
[0x245df88] v4l2 demux debug: video standard 17 is: SECAM-H
[0x245df88] v4l2 demux debug: video standard 18 is: SECAM-K
[0x245df88] v4l2 demux debug: video standard 19 is: SECAM-K1
[0x245df88] v4l2 demux debug: video standard 20 is: SECAM-L
Drivers and Hw works fine with tvtime...
How can i solve ? Thank's !!!