Barracuda09 / SATPI

SATIP server for linux, suitable to run on an Raspberry Pi, Vu+, GigaBlue or any other linux box. currently supporting DVB-S/S2/T/C and transform DVB-S requests to DVB-C
http://barracuda09.github.io/SATPI
GNU General Public License v2.0
155 stars 32 forks source link

Fixed - Add support for DVB API 5.4 #28

Closed lars18th closed 9 years ago

lars18th commented 9 years ago

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!

Barracuda09 commented 9 years ago

Hi lars18th,

Ok I know what I have todo... Many thank you persisting in this issue.. I will fix this..

Marc

lars18th commented 9 years ago

Thank you! You're fine! :)

Barracuda09 commented 9 years ago

Hi lars18th,

I have committed some changes regarding the DVB-T

lars18th commented 9 years ago

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!

Barracuda09 commented 9 years ago

Will close this issue then. Many thanks.