Willkommen Gast. Bitte einloggen oder registrieren.

Einloggen mit Benutzername, Passwort und Sitzungslänge

 
Erweiterte Suche

9238 Beiträge in 1186 Themen- von 1722 Mitglieder - Neuestes Mitglied: viebrix

Mai 19, 2013, 06:30:35 pm
Sundtek Support ForumDeutschSundtek MediaTV ProOpenelec und Media-Pro DVB-T
Seiten: 1 2 [3] 4
Drucken
Autor Thema: Openelec und Media-Pro DVB-T  (Gelesen 5625 mal)
ultraman
Newbie
*
Beiträge: 22



Profil anzeigen
« Antworten #30 am: November 05, 2011, 07:55:15 pm »

RomanLu, this is my approach of driver addon. From what I saw it's stable enough for public use. Hotplug works, suspend/resume works.

https://github.com/vpeter4/OpenELEC.tv/commit/04fd6f66f561a5adfd953caf257a641b5ad73118
Gespeichert
Sundtek
Administrator
Hero Member
*****
Beiträge: 4023


Profil anzeigen
« Antworten #31 am: November 06, 2011, 02:56:25 am »

ultraman:
one tip, please do not take particular files from the /opt/bin/dvb/* directory, take everything you can get from there.
For the future we have several new plugins for the driver which add support for other devices (eg. DVB-T/DAB/DAB+/FM Radio) and others

Also please keep using http://sundtek.de/media/sundtek_installer_development.sh it always points to the latest driver :-)
(if you might have stumbled over it DVB-T is fixed in the latest development driver already)

Aside of that thank you for your support!
« Letzte Änderung: November 06, 2011, 03:11:15 am von Sundtek » Gespeichert

Sundtek Ltd. Support Engineer
ultraman
Newbie
*
Beiträge: 22



Profil anzeigen
« Antworten #32 am: November 06, 2011, 11:11:22 am »

Hi,

I'm taking everything from opt/bin and not only some files. But I saw now I'm taking only .so files from lib.
And I did use latest driver (sundtek_installer_development.sh) from beginning. But yesterday when I was finalizing a project I delete everything and start from scratch, made few insignificant changes and then I lost picture with DVB-T. Spend few hours of debugging until I saw different file sizes. That's why I decided to use dated one.

Anyway, thanks for donating this two tuners  Zwinkernd

Peter
Gespeichert
bb2
Newbie
*
Beiträge: 5


Profil anzeigen
« Antworten #33 am: November 06, 2011, 11:45:30 am »

nice to read that you find a solution. Is it already usable with the Openelec V1.0.2. And how do I get the plugin or addon?
Gespeichert
ultraman
Newbie
*
Beiträge: 22



Profil anzeigen
« Antworten #34 am: November 06, 2011, 12:48:36 pm »

You can't use it yet. Hope in a few days when Stephan will use my changes and make official addon.
Gespeichert
bb2
Newbie
*
Beiträge: 5


Profil anzeigen
« Antworten #35 am: November 06, 2011, 09:25:28 pm »

@ultraman: Big thank you for the quick help and answer. So I will wait another few days  Smiley, where get I notice if the addons available?
Gespeichert
ultraman
Newbie
*
Beiträge: 22



Profil anzeigen
« Antworten #36 am: November 19, 2011, 03:35:02 pm »

Unofficial addons. Install correct version manually within XBMC.

32 bit version: http://dl.dropbox.com/u/8224157/OpenELEC-Ultra/addons/driver.dvb.sundtek-mediatv-1.90.1-i386.zip
64 bit version: http://dl.dropbox.com/u/8224157/OpenELEC-Ultra/addons/driver.dvb.sundtek-mediatv-1.90.1-x86_64.zip
« Letzte Änderung: November 22, 2011, 06:25:52 pm von ultraman » Gespeichert
ultraman
Newbie
*
Beiträge: 22



Profil anzeigen
« Antworten #37 am: November 25, 2011, 03:57:26 pm »

Can this tuner be used for analog TV with TVheadend? Seems in this case app must use it in a different way.
Gespeichert
Sundtek
Administrator
Hero Member
*****
Beiträge: 4023


Profil anzeigen
« Antworten #38 am: November 25, 2011, 04:01:30 pm »

For analog TV
We have some encoder Plugin, however the latest driver introduces some changes and the analog TV plugin is getting reworked now.

We tested tvheadend with this and it worked in our experimental setup, however it still needs some work.

possibly at the end of next week we should know more about this

tvheadend requires MPEG data from the analogTV, the device however delivers RAW AnalogTV since it has no encoder onboard, on the other side it can be emulated directly in the driver to deliver encoded video directly.
Gespeichert

Sundtek Ltd. Support Engineer
ultraman
Newbie
*
Beiträge: 22



Profil anzeigen
« Antworten #39 am: November 25, 2011, 05:02:32 pm »

What a speedy response Lächelnd
Thanks for clarification. Now we more how this stuff works.
Gespeichert
ultraman
Newbie
*
Beiträge: 22



Profil anzeigen
« Antworten #40 am: Dezember 03, 2011, 08:22:35 pm »

New version from 2. december 2011:

tested driver.dvb.sundtek-mediatv-1.90.2-x86_64.zip
untested driver.dvb.sundtek-mediatv-1.90.2-i386.zip
Gespeichert
Sundtek
Administrator
Hero Member
*****
Beiträge: 4023


Profil anzeigen
« Antworten #41 am: Dezember 04, 2011, 12:33:45 am »

If it's just 32 and 64bit drivers maybe we should auto generate the packages on our side according to your instruction. It shouldn't be too much work for us either.
Gespeichert

Sundtek Ltd. Support Engineer
ultraman
Newbie
*
Beiträge: 22



Profil anzeigen
« Antworten #42 am: Dezember 05, 2011, 02:56:29 pm »

Could be done by something like this:
Code:
# clone an OpenELEC repository
git clone https://github.com/OpenELEC/OpenELEC.tv.git
cd OpenELEC.tv
# get my addon package and extract it
wget -O sundtek_package_latest.tar http://dl.dropbox.com/u/8224157/OpenELEC-Ultra/sundtek_driver/sundtek_package_latest.tar
tar xf sundtek_package_latest.tar
# always increment PKG_REV by one in
#  packages/addons/driver/sundtek-mediatv/meta
# make both addons
PROJECT=ION ARCH=i386 ./scripts/create_addon sundtek-mediatv
PROJECT=ION ARCH=x86_64 ./scripts/create_addon sundtek-mediatv

It would be great if the driver itself would contain configurable location for sundtek.conf from /etc/ to somewhere else. Maybe /tmp/ like it's already in one binary. I now do that by binary search&replace and must always check if this is done right Traurig
« Letzte Änderung: Dezember 05, 2011, 02:59:05 pm von ultraman » Gespeichert
edgar669
Newbie
*
Beiträge: 4


Profil anzeigen
« Antworten #43 am: Februar 05, 2012, 09:58:11 pm »

@Sundtek and Ultraman,

something going on here? It would be great to see the MediaTV Pro with DVB-C AND analog running on openelec.tv. For now I only see the DVB-C part running on TVHeadend. It was my intention for buying the MediaTV Pro to use it in a PVR environment (like openelec-pvr). Unfortunately I had to learn, that things are not so easy :-(
Gespeichert
ultraman
Newbie
*
Beiträge: 22



Profil anzeigen
« Antworten #44 am: Februar 15, 2012, 03:48:38 pm »

I don't see any change in drivers to allow that.
Gespeichert
Seiten: 1 2 [3] 4
Drucken
Gehe zu: