Das Forum rund um DVB am PC, Handy und Tablet
Neuigkeiten:
Anzeigen der neuesten Beiträge
Übersicht
Forum
Hilfe
Einloggen
Registrieren
DVB-Cube <<< Das deutsche PC und DVB-Forum >>>
»
Diverse DVB Software für verschiedene Karten
»
# SmartDVB
»
Thema:
SmartDVB 0.3.0 RC
« vorheriges
nächstes »
Drucken
Seiten:
1
...
18
19
20
21
22
[
23
]
24
25
Nach unten
Autor
Thema: SmartDVB 0.3.0 RC (Gelesen 54939 mal)
0 Mitglieder und 2 Gäste betrachten dieses Thema.
jackjavo
Entwickler
Beiträge: 407
Re: SmartDVB public beta 0.3.0
«
Antwort #330 am:
29 März, 2013, 17:27 »
ok jurgen, but then it might just have been the filters registration that got left out?
Especially the smartavsrc.ax at the filters folder would have to be registered at a clean system without install.
I'll see to make a .bat for that for the release. You need to run regsvr32 smartavsrc.ax at a dos/cmd box with admin privileges.
That's mostly what the install's needed for, besides also to install the necessary visual studio libraries if missing at all (like msvcrt100.dll etc which is used by vs 2010 apps which i use). More recently the appdata path install made the installer more complicated ofcourse...
I think the codecs should surive, unless there's something altered at the codecs themselves which interferes with directshow connection (pin connection names should remain the same also, only codec i've ever seen that alters that, or did, seems to be LAV).
br,
jj
Jürgen
der Löter
User a.D.
Beiträge: 4999
white LED trough prism - WTF is cyan?
Re: SmartDVB public beta 0.3.0
«
Antwort #331 am:
30 März, 2013, 02:26 »
You are 100% correct, this was a lack-of-filters-registrating issue.
And after having installed that fresh version, the old copies also are working again, after just being copied to the new machine.
Codecs didn't have to be touched.
So, if a user wants to transfer an existing installation of SmartDVB to another machine, he would first have to either install any (recent) version of SmartDVB on that new machine, or to register the .ax manually.
In fact, it could be a good idea, to include a batch for this, that could help to make SmartDVB semi-portable resp. allows to move it in a simople way.
And maybe also include necessary DLLs.
AFAIK, those would not even have to be registered, as long as SmartDVB knows about their location, inside of it's folder system.
BTW, why would filters have to be registered to the system? SDK limitations, that make an application ask Windows instead of simply using on it's own?
Anyway, now it seems, I may get ready to proceed with testing during this weekend.
Best regards
Jürgen
Kein Support per persönlicher Mitteilung!
Fragen gehören in's Forum.
Veränderungen stehen an. Dies ist der bisherige Stand:
28,x°,23.5°,19,2°,13°Ost
,1mØ Multifeed, mit Quattro LNBs; Multiswitches 4x 5/10(+x) - alle ohne Terrestrik und modifiziert für nur ein 12V DC Steckernetzteil (Verbrauch insgesamt 15 Watt)
1mØ mit DiSEqC 1.3/USALS
als LNB2 an DVB-S2 STB, aktuell 30°W bis 55°O
1.) FM2A88X Extreme6+, A8-6600K
(APU mit 4x 3,9 GHz und Radeon HD8570D), 16GB DDR3 1866, 128GB SSD, 3TB HDD, Win10 x64 Pro 1909 / 10.0.17763.107, Terratec T-Stick Plus (für DAB+), Idle Verbrauch ca. 35 Watt
2.) FM2A75 Pro 4, A8-5600K
(APU mit 4x 3,6 GHz und Radeon HD7530D), 8GB DDR3 1600, 128GB SSD, 2TB HDD, Win10 x64 Pro, Idle Verbrauch ca. 45 Watt
3.) Raspberry Pi 512MB
u.a. mit Raspbian
4.) GA-MA770-UD3, Phenom II x4 940,
8GB DDR2, Radeon HD6570, 2TiB, USB 3.0, 10 Pro x64 (+ XP Pro 32bit (nur noch offline)), Ubuntu 10.4 64bit,
Cinergy S2 USB HD
,
NOXON DAB+
Stick, MovieBox Plus USB, ...
Samsung LE32B530 + Benq G2412HD @ HDMI 4:2; Tokaï LTL-2202B
XORO HRS-9200 CI+
(DVB-S2);
XORO HRT-8720
(DVB-T2 HD)
Empfänger nur für FTA genutzt / ohne Abos
YAMAHA RX-V663
(AV-Receiver); marantz 7MKII; Philips SHP2700 ...
FritzBox 7590 mit VDSL2 50000
jackjavo
Entwickler
Beiträge: 407
Re: SmartDVB public beta 0.3.0
«
Antwort #332 am:
30 März, 2013, 15:50 »
ok, i guess some auto register at the smartdvb.exe could be made also ofcourse(but then again that would fail if app not executed with admin privileges because registry alterations would be required, but it could give a message then to query the user to execute sdvb with admin privileges to allow the components to be registered?).
Dll's indeed wouldn't need registration, but most newer w7/8 systems should have those dll's by default i presume otherwise lots of apps would not execute. I could simply add a very simple .exe to install those .dll's if needed, or simply include those dll's at some folder seperate. Essentially it should be possible to create the app so that those dll's r not required seperate (static linkage), but since dvb apps use lots of external uknown linkage dll's (plugins etc) and also other sdk's which r used inside dll's etc, which requires linkage of external libraries which i cannot control (coz i have no source for that ofcourse so you're limited to the .lib's developers supply, like tevii or streamreader etc, it's not wise to mixup linkage at a single component like .exe or dll) it's probably not a wise idea to do so (Registration of .ax simply a com requirement, objects are created with guids etc which need to be at the registry (directshow's components are also com components, so additions to that too).
I just build a new rc tst setup i'll send that to you, reports should also be possible with that one. It's also got some alterations to the smartosd stuff (possible t disable transparency, or also to disable smartosd at normal main view mode, seems some users found it bothersome with smaller video window etc).
br,
jj
dada
Aufpass-Cubie
Beiträge: 358
Ein leerer Kopf nickt leichter
Re: SmartDVB public beta 0.3.0
«
Antwort #333 am:
31 März, 2013, 00:45 »
would perhaps also be a good idea to be able to optionally disable SmartOSD for the floating window? Its a little annoying becausa it flares up every time the mouse pointer passes the window.
br
System:
MB ASUS ROG Maximus Ranger VIII, iGPU Intel 530, 2x8GB RAM HyperX Fury, CPU Intel Core i7-6700K, M2SSD Samsung 950 Pro 512 GB, HD Samsung 2TB, Tevii S660 USB an Rotor, Schaltung über Uncommited Schalter. DVBViewer, SmartDVB, Windows 10 Pro 64 bit.
[close]
jackjavo
Entwickler
Beiträge: 407
Re: SmartDVB public beta 0.3.0
«
Antwort #334 am:
02 April, 2013, 00:25 »
sure i already revised that to allow more selective remove of sosd elements at main/windowed mode, just need to await some feedback on some other issues before i build another tst.
br
Snoop
Premium-Cubie
Beiträge: 795
Re: SmartDVB public beta 0.3.0
«
Antwort #335 am:
03 April, 2013, 00:15 »
I just did a clean installation of my Windows 7 64bit and tried to install SmartDVB (the last version in the thread). Unfortunately it demands a crashrpt140
1
.dll which is not there ...
Intel Core i5, 16 GB Hauptspeicher, Windows 10 Professional 64 bit, Cinergy S2 Box,Smart DVB 0.4
Jürgen
der Löter
User a.D.
Beiträge: 4999
white LED trough prism - WTF is cyan?
Re: SmartDVB public beta 0.3.0
«
Antwort #336 am:
03 April, 2013, 00:32 »
@ Snoop
This is strange, as I do have it here.
And it has the same file time date as the SmartDVB.exe 0.3.0.20, i.e. March 16th 2013 23:08
I am really sure, because during my recent computer change I also made a clean install of Win7 Pro x64 and therefore even a clean install on 0.3.0.20, into a separate folder.
The test versions before came with CrashRpt1400.dll
Just copied those over, together with all my portable apps.
So probably something went wrong on your latest action.
Kein Support per persönlicher Mitteilung!
Fragen gehören in's Forum.
Veränderungen stehen an. Dies ist der bisherige Stand:
28,x°,23.5°,19,2°,13°Ost
,1mØ Multifeed, mit Quattro LNBs; Multiswitches 4x 5/10(+x) - alle ohne Terrestrik und modifiziert für nur ein 12V DC Steckernetzteil (Verbrauch insgesamt 15 Watt)
1mØ mit DiSEqC 1.3/USALS
als LNB2 an DVB-S2 STB, aktuell 30°W bis 55°O
1.) FM2A88X Extreme6+, A8-6600K
(APU mit 4x 3,9 GHz und Radeon HD8570D), 16GB DDR3 1866, 128GB SSD, 3TB HDD, Win10 x64 Pro 1909 / 10.0.17763.107, Terratec T-Stick Plus (für DAB+), Idle Verbrauch ca. 35 Watt
2.) FM2A75 Pro 4, A8-5600K
(APU mit 4x 3,6 GHz und Radeon HD7530D), 8GB DDR3 1600, 128GB SSD, 2TB HDD, Win10 x64 Pro, Idle Verbrauch ca. 45 Watt
3.) Raspberry Pi 512MB
u.a. mit Raspbian
4.) GA-MA770-UD3, Phenom II x4 940,
8GB DDR2, Radeon HD6570, 2TiB, USB 3.0, 10 Pro x64 (+ XP Pro 32bit (nur noch offline)), Ubuntu 10.4 64bit,
Cinergy S2 USB HD
,
NOXON DAB+
Stick, MovieBox Plus USB, ...
Samsung LE32B530 + Benq G2412HD @ HDMI 4:2; Tokaï LTL-2202B
XORO HRS-9200 CI+
(DVB-S2);
XORO HRT-8720
(DVB-T2 HD)
Empfänger nur für FTA genutzt / ohne Abos
YAMAHA RX-V663
(AV-Receiver); marantz 7MKII; Philips SHP2700 ...
FritzBox 7590 mit VDSL2 50000
jackjavo
Entwickler
Beiträge: 407
Re: SmartDVB public beta 0.3.0
«
Antwort #337 am:
03 April, 2013, 01:37 »
@snoop: that's odd i'll send you the current build/setup (same from jurgen's ) just to make sure although. When you look at your 'program files (x86)\smartdvb' folder it's not there after install?
Snoop
Premium-Cubie
Beiträge: 795
Re: SmartDVB public beta 0.3.0
«
Antwort #338 am:
03 April, 2013, 11:43 »
The dll is there with the new version, but now I have the problem, that in the settings folder the "allsats.txt" is missing and I don't find it on the internet.
Strange, that I even do not have it in the backup of my old installation ... even not in appdata\local\ SmartDVB
Edit: Disregard, found it on a polish website ...
Intel Core i5, 16 GB Hauptspeicher, Windows 10 Professional 64 bit, Cinergy S2 Box,Smart DVB 0.4
jackjavo
Entwickler
Beiträge: 407
Re: SmartDVB public beta 0.3.0
«
Antwort #339 am:
03 April, 2013, 13:22 »
huh, seems like some magic with u? would almost think u have a virus, but then you just did clean install so impossible..
ioosis
Cubie
Beiträge: 45
Re: SmartDVB public beta 0.3.0
«
Antwort #340 am:
03 April, 2013, 22:37 »
good job
nice installation
jackjavo
Entwickler
Beiträge: 407
Re: SmartDVB public beta 0.3.0
«
Antwort #341 am:
05 April, 2013, 21:29 »
new rc test sent out to most current testers here. Especially snoop if you could try a clean install at the same system when things went amok for u?
jackjavo
Entwickler
Beiträge: 407
SmartDVB 0.3.0 RC
«
Antwort #342 am:
06 April, 2013, 15:31 »
hi,
received only good vibes with recent rc tst so decided to release it (better for reports to be current also otherwise too much doubles/backlogged etc)..
http://www.smartdvb.net/smartdvb/download/030//SmartDVB030RC.rar
So if some still need to test previous build better try this one,
Best Records!!
JackJavo
Snoop
Premium-Cubie
Beiträge: 795
Re: SmartDVB 0.3.0 RC
«
Antwort #343 am:
06 April, 2013, 15:44 »
Thanks,
right at the moment I'm very busy, so I will do a clean install ASAP.
Intel Core i5, 16 GB Hauptspeicher, Windows 10 Professional 64 bit, Cinergy S2 Box,Smart DVB 0.4
j-mas
Light-Cubie
Beiträge: 16
Re: SmartDVB 0.3.0 RC
«
Antwort #344 am:
07 April, 2013, 03:09 »
Hallo JJ!
Now it works!!!!
With the new RC Version my Technotrend - Device recognize the CI CAM. Very good. I don´t know what happens but now it works!!
Thank you!
Best regards!
J-MAS
Drucken
Seiten:
1
...
18
19
20
21
22
[
23
]
24
25
Nach oben
« vorheriges
nächstes »
DVB-Cube <<< Das deutsche PC und DVB-Forum >>>
»
Diverse DVB Software für verschiedene Karten
»
# SmartDVB
»
Thema:
SmartDVB 0.3.0 RC