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. >> >> > > Okay, tried that, it produces data that vlc can then play back. >

Re: hdpvr.ko kernel 5.3-rc6

2019-09-04 Thread Mauro Carvalho Chehab
Em Wed, 4 Sep 2019 11:13:36 -0700 Scott Doty escreveu: > 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

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-03 Thread Hans Verkuil
On 9/3/19 8:35 AM, Hans Verkuil wrote: > On 9/3/19 5:45 AM, Scott Doty wrote: >> 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 6bc5a4a1927556ff9adce1aa95ea408

Re: hdpvr.ko kernel 5.3-rc6

2019-09-02 Thread Hans Verkuil
On 9/3/19 5:45 AM, Scott Doty wrote: > 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: T

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

Re: hdpvr.ko kernel 5.3-rc6

2019-09-02 Thread Hans Verkuil
Hi Scott, On 9/2/19 3:02 AM, Scott Doty wrote: > 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 li