Re: hdpvr.ko kernel 5.3-rc6

2019-09-05 Thread Scott Doty
On 9/4/19 11:40 AM, Mauro Carvalho Chehab wrote: > You can use any of them, provided that it is opened as if it were a > normal file, using the read() interface. For example, this should work: > > cat /dev/videoX | mplayer -cache 8000 - > > The thing is that most apps assume that a V4L2 de

Re: hdpvr.ko kernel 5.3-rc6

2019-09-04 Thread Scott Doty
On 9/4/19 11:13 AM, Scott Doty wrote: > > On 9/3/19 1:34 AM, Hans Verkuil wrote: >> >> Never mind, hdpvr uses read(), not streaming I/O. Of course this >> doesn't work... >> >> Just plain 'cat /dev/videoX >x.mpg' will do. >> >> &

Re: hdpvr.ko kernel 5.3-rc6

2019-09-04 Thread Scott Doty
On 9/3/19 1:34 AM, Hans Verkuil wrote: Never mind, hdpvr uses read(), not streaming I/O. Of course this doesn't work... Just plain 'cat /dev/videoX >x.mpg' will do. Okay, tried that, it produces data that vlc can then play back. So I think I'm running into a problem with vlc instead of h

Re: hdpvr.ko kernel 5.3-rc6

2019-09-02 Thread Scott Doty
On 9/2/19 12:31 AM, Hans Verkuil wrote: > Hi Scott, Hi Hans! Thank you for the speedy reply. :) > The only non-trivial change in hdpvr in 5.3 is this commit: > > commit 6bc5a4a1927556ff9adce1aa95ea408c95453225 > Author: Hans Verkuil > Date: Thu Jun 20 07:43:41 2019 -0400 > > media: hdpv

hdpvr.ko kernel 5.3-rc6

2019-09-01 Thread Scott Doty
Hello, Hadn't used my Hauppauge HDPVR for a while, decided to check status of driver. Doesn't seem to be working now.  Everything initializes okay (afaict), but it doesn't seem to want to start streaming. In the past, a command like this has worked for playback: vlc v4l2c:///dev/video2 \     --

Re: [PATCHv2 for v3.16] hdpvr: fix two audio bugs

2014-06-16 Thread Scott Doty
ace if the user would change the > audio encoding after the driver was loaded. > > Also fixes a small trivial typo (bufffer -> buffer). > > Signed-off-by: Hans Verkuil > Reported-by: Scott Doty > Cc: sta...@vger.kernel.org # for v3.10 and up > --- > drivers/medi

Re: hdpvr troubles

2014-06-11 Thread Scott Doty
On 06/11/2014 01:33 PM, Hans Verkuil wrote: > On 06/11/2014 09:43 PM, Scott Doty wrote: >> On 06/11/2014 01:24 AM, Hans Verkuil wrote: >>> On 06/03/14 03:23, Scott Doty wrote: >>>> Hello Mr. Hans and mailing list, >>>> >>>> In a nutshell, I&#

Re: hdpvr troubles

2014-06-11 Thread Scott Doty
On 06/11/2014 01:24 AM, Hans Verkuil wrote: > On 06/03/14 03:23, Scott Doty wrote: >> Hello Mr. Hans and mailing list, >> >> In a nutshell, I'm having some hdpvr trouble: >> >> I'm using vlc to view the stream. Kernel 3.9.11 works pretty well, >> i

Re: hdpvr troubles

2014-06-06 Thread Scott Doty
On 06/02/2014 06:23 PM, Scott Doty wrote: > Hello Mr. Hans and mailing list, > > In a nutshell, I'm having some hdpvr trouble: > > I'm using vlc to view the stream. Kernel 3.9.11 works pretty well, > including giving me AC3 5.1 audio from the optical input to the &

hdpvr troubles

2014-06-02 Thread Scott Doty
Hello Mr. Hans and mailing list, In a nutshell, I'm having some hdpvr trouble: I'm using vlc to view the stream. Kernel 3.9.11 works pretty well, including giving me AC3 5.1 audio from the optical input to the Hauppauge device. The only problem I've run across is the device hanging when I chang