Anyone know of a way to use ffserver to stream /dev/dvb/adapter0 or /dev/dvb/adapter0/frontend0 ?
I have always been able to stream /dev/video0 on my HDR-1950 tuner, but our cable provider switched to digital. Ffserver errs out when attempting to use that side of the tuner.
Here is the command I have been using:
ffmpeg -i /dev/dvb/adapter0/frontend0
http://localhost:8090/feed1.ffm
This is the error message:
/dev/dvb/adapter0/frontend0: Invalid argument
Raymond