Closed lars18th closed 9 years ago
Hi lars18th,
Ok I know what I have todo... Many thank you persisting in this issue.. I will fix this..
Marc
Thank you! You're fine! :)
Hi lars18th,
I have committed some changes regarding the DVB-T
Hi,
Only to confirm: with version of today (2015-03-24), it works with my DVB-T USB 2.0 dual tuner and API 5.4. Test with these clients:
DD-TV TransEdit 4 from DVBViewer VLC with call "rtsp://"
Great work!
Will close this issue then. Many thanks.
Hi,
In order to add support for DVB API 5.4 (several recent Linux drivers only support up to 5.4) you only need to manually check tuner type if the ioctl for FE_GET_INFO command fails. This is the only current requirement for API 5.5.
So, if you like some inspiration you can review my patch for minisatip (similar project) here: http://github.com/catalinii/minisatip/issues/98#issuecomment-76725502
I'm sure you can adapt to your code in some minutes! :) Regards!