dsaupf / HDHRProxyIPTV

HDHRProxyIPTV is a software emulator (server) of a HDHomeRun device.
GNU General Public License v2.0
28 stars 5 forks source link

DVB-C operation #20

Open dsaupf opened 5 years ago

dsaupf commented 5 years ago

We only tested it as a DVB-T server. We need to do some tests as a DVB-C server.

ghost commented 3 years ago

Hi, maybe I can help you. I do have the Fritz!WLAN repeater DVB-C with 2 DVB-C tuners and which is a SAT>IP server. In return, can you provide the hdhomerunwindows 20100213.exe file for download which is needed? I cannot find it anymore. Thanks.

dsaupf commented 3 years ago

Hi @retrofan1979 ,

This project have at time some limitations. It's simply the result of a student project, with some minor corrections. Actually it would need a refactoring. But it's fully functional. We use it for years with some SAT>IP servers to inject IPTV and Satellite streams to Windows Apps using the BDA interface (including the WMC). In fact, we're running the this server in Linux with Wine.

Regarding the driver: you don't need this specific version to use the server. You can install any client driver that supports the first generation devices (using the old binary API, the one used by this proxy). However, to compile the project, you need the LIBRARY source code. This library is public and opensource. You can fetch it from the official repo: https://github.com/Silicondust/libhdhomerun .

Regards.

ghost commented 3 years ago

Thanks for the info!