Beiträge anzeigen

Diese Sektion erlaubt es ihnen alle Beiträge dieses Mitglieds zu sehen. Beachten sie, dass sie nur solche Beiträge sehen können, zu denen sie auch Zugriffsrechte haben.


Nachrichten - Melange

Seiten: [1]
1
Drivers / Re:OpenELEC driver support for Cubox-i?
« am: Juli 15, 2014, 09:33:23 Vormittag »
Last night I was able to patch the Sundtek Add-on installer for OpenELEC "Helix" on my Cubox-i, a bit of an ugly hack but mediasrv is now autostarted on boot, working 100% with tvheadend server and tvheadend htsp client all on the same Cubox. The installation procedure below is not pretty, but it's only needed once.

Starting from the Sundtek OpenELEC Add-on 3.0.3, here is what I did:

1) On my PC, unpacked driver.dvb.sundtek-mediatv-3.0.3.zip
2) In addon.xml lines 7/8, changed "os.openelec.tv" to "4.0" and "xbmc.python" to "2.1.0"
3) In bin/userspace-driver.sh line 256, replaced "for SERIAL in ${SERIALS[ @ ]}; do" with "for SERIAL in $SERIALS; do"
4) Repack "driver.dvb.sundtek-mediatv-3.0.3-patched.zip", copy to Cubox
5) Install "driver.dvb.sundtek-mediatv-3.0.3-patched.zip" on Cubox
6) SSH into Cubox, run "/bin/sh .xbmc/addons/driver.dvb.sundtek-mediatv/bin/userspace-driver.sh"

Things that need to be fixed:

- It seems the Sundtek OpenELEC Add-on has been written for OpenELEC 3.0 and needs to be upgraded to 4.0. OpenELEC will accept this Add-on only after step 2) is applied, else it refuses to install the Add-on. I found that when comparing addon.xml with the one from the current tvheadend add-on sources, not sure about all implications, still needs to be looked into!
- Step 3) is the worst. The problem is that the BusyBox shell reports a syntax error in line 256. I had no time to look into it so far, so I replaced it with a shorter expression that the shell parses. Note that this part of the script is not executed in my case, the outmost condition is FALSE for me, so it doesn't matter what I replace line 256 with as long as it is syntactically correct. So this syntax error is only worked around, it still needs to be fixed!
- Step 6) is neccessary because OpenELEC does not run userspace-driver.sh as it should when installing the Sundtek Add-on. I have no clue why this fails to run automatically, this also needs to be fixed!

I know all this is very quick and dirty, but maybe this can help you when upgrading the OpenELEC Add-on.

Regards,
Christian

2
Drivers / Re:OpenELEC driver support for Cubox-i?
« am: Juli 14, 2014, 11:44:13 Vormittag »
I got the Sundtek to work on the Cubox-i with OpenELEC!

I used the net-installer which made only a temporary install in /tmp/opt since /opt doesn't exist in OpenELEC. It needed a bit of fiddeling, mostly prepending mediasrv, w_scan and tvheadend with "LD_PRELOAD=/tmp/opt/lib/libmediaclient.so".

So I had OpenELEC, sundtek driver, tvheadend server and tvheadend htsp client all running on my Cubox, through the tvheadend web interface I was able to select my Sundtek, scan for muxers and channels and finally I had the tv stream working. Switching channels was never faster!

So, technically it works, all it needs is a proper OpenELEC installer.

Regards,
Christian

3
Drivers / OpenELEC driver support for Cubox-i?
« am: Juli 13, 2014, 04:54:59 Nachmittag »
Hi,

I really like my Sundtek, now I am trying to get my MediaTV Digital Home USB stick running on my Cubox-i i4Pro. I've had the Sundtek successfully running on my PC and on my Synology NAS before.

From this post I understand that the Sundtek driver should generally support the Cubox-i hardware plattform, correct?

My problem is that I'm running the latest OpenELEC distro (imx6 with XBMC-14, codename "Helix", OpenELEC_Helix-Cuboxi.arm-devel-20140711235128-r18724-g357c9d3.img.gz)) on my Cubox, but the current OpenELEC add-on driver.dvb.sundtek-mediatv-3.0.3.zip which I downloaded from http://www.sundtek.de/media doesn't work there, XBMC aborts the ZIP's installation as an add-on with error message: "Dependencies not met. Please contact Add-on author.".

Could you please add support for this Helix distro in your OpenELEC package? The Helix distro has already quite a lot of Add-ons, for example TvHeadend and VDR servers, all the PVR clients, etc. I think the sundtek driver would fit in great here.

Anyways thanks for the great product!
Christian

4
Software / Sendersuchlauf auf Synology, Netzwerk-Streaming
« am: Januar 15, 2013, 02:08:28 Nachmittag »
Hallo,

ich habe mir vor einigen Tagen einen USB-Stick "VU+ Sundtek MediaTV Digital Home (DVB-C/T)" zugelegt und bin sehr zufrieden mit dem Produkt! Vielen Dank!!

Derzeit betreibe ich den Stick an meiner Synology Diskstation DS412+ (CPU: Intel Atom D2700 Dualcore (2C/4T) 2.13GHz x86) und streame ins Hausnetz auf einen Win7-PC und einen Raspberry Pi (OpenELEC).

Frage 1: Auf der Synology ist nur ein embedded BusyBox-Linux ohne APT installiert, nur iPKG (Itsy Package Management System). Ich finde kein IPKG-Package für w_scan. Übersetzen von w-scan auf der Synology sieht wegen  fehlender DVB-Bibliotheken schwierig aus (oder gibt es da eine Möglichkeit?). Wie kann ich am einfachsten einen Sendersuchlauf auf der Synology durchführen? Ist ein Suchlauf nur mit dem Sundtek-Treiber möglich oder wird zusätzliche Software benötigt? Bislang mache ich den Sendersuchlauf auf anderen Systemen.

Frage 2: Ich nutze für das Streaming TVHeadend Server auf der Synology und XBMC+TVHeadend Client auf dem PC und auf dem Raspberry. Gibt es eine direktere Möglichkeit um auf den Pi zu streamen?

Frage 3: Der Sundtek-Treiber unterstützt wohl zwei alternative Betriebsarten, Netzwerk (mediaclient --enablenetwork=on) und Lokal (off). Welches Protokoll wird in dieser Netzerk-Betriebsart unterstützt? Gibt es dazu Dokumentation bzw. Software?

Frage 4: Mit mediaclient kann ich offenbar persistente Änderungen an der Konfiguration meines Sundtek-Sticks vornehmen, wie kann ich die aktuelle Konfiguration meines Sticks auslesen?

Danke und schöne Grüße,
Christian.

Seiten: [1]