vbence / dvb-is

Java API to access raw streams from digital tuners.
GNU General Public License v3.0
11 stars 9 forks source link

No suitable devices. #1

Open adriankr2 opened 9 years ago

adriankr2 commented 9 years ago

Hi , i wanted to use my "August t202" Dvb-T device in java and its throwing an IOException:

Exception in thread "main" java.io.IOException: No suitable devices. at org.czentral.dvb.io.LocalDeviceRegistry.openStreamAt(LocalDeviceRegistry.java:88) at org.czentral.dvb.io.StreamLocator.getInputStream(StreamLocator.java:61) at Dvb.Dvbt.main(Dvbt.java:14)

vbence commented 9 years ago

Hello, can you please include the full output of the test program? You can run it with something like:

java -jar dist/lib/dvb-is.jar org.czentral.dvb.io.NativeTest

What OS are you trying it on?

adriankr2 commented 9 years ago

i am using Windows 7 prof. this happends when i am trying to run the NaitveTest

Has native support: false Numer of devices: 0 -- Tuning and reading a single packet two times java.io.IOException: No suitable devices. at org.czentral.dvb.io.LocalDeviceRegistry.openStreamAt(LocalDeviceRegistry.java:88) at org.czentral.dvb.io.StreamLocator.getInputStream(StreamLocator.java:61) at org.czentral.dvb.io.NativeTest.main(NativeTest.java:64)

vbence commented 9 years ago
Has native support: false

... indicates that the DLL is not accessible. You have to compile the windows backend (windows directory). Unfortunately you will need Delphi 7 for that. I will try to upload a pre-compiled binary.

adriankr2 commented 9 years ago

that would by nice thx

adriankr2 commented 9 years ago

do you have the precompiled one?

vbence commented 9 years ago

Unfortunately neither do I have access to Delphi7 at the moment. I'm trying to find the distribution package from Google Code - or get access to a D7. So stay tuned... it is coming. :)