Posts: 12
Joined: Nov 2024
Reputation:
0
Have problem with epg.
To generate the epg, I use epgexport.
pvr reads epg properly
however I press guide comes a crash.
Use kodi peers with patched stb renderer
Runs on stb openatv 7.5 with direct linuxtv video rendering
Posts: 2,608
Joined: May 2007
Reputation:
124
Do you mean you run Kodi on the enigma2 device?
If that’s the case you’ll need to get support from OpenATV as their version of kodi will be heavily modified. This forum only covers connect to an STB remotely.
Posts: 12
Joined: Nov 2024
Reputation:
0
Yes running on STB
the pvr part has not changed
I compile it myself for sat tuner.
I think problem is in python version
Posts: 12
Joined: Nov 2024
Reputation:
0
kodi is becoming obsolete
It's time it was updated to
current media hardware/software
ffmpeg version 7 and python version 3.12
pvr.vuplus gives a load of error messages using
enigma2 api functions that don't exist.
Posts: 12
Joined: Nov 2024
Reputation:
0
problem is in src/enigma2/Admin.cpp
if (!xml::GetString(pElem, "e2snr", snrPercentage))
if (!xml::GetString(pElem, "e2ber", ber))
if (!xml::GetString(pElem, "e2acg", signalStrength))
and a few more give a LEVEL_ERROR message
I build ffmpeg and xbmc git branch master.
pvr.vuplus gives still crash by opening Guide
system linux 4 core arm 1500mhz
Posts: 2,608
Joined: May 2007
Reputation:
124
Once more, the addon was not built to run on an enigma2 device, so I’d imagine there will be many issues, your use case is unsupported.
Did you also build kodi to run on the device or is it shipped with your image?
Posts: 12
Joined: Nov 2024
Reputation:
0
Enigma2 is a piece of software that runs on linux.
When I use kodi, enigma2 is totally disabled and there is
there is only linux left.
The addon uses enigma2 web api funtions that don't exist
on default enigma2.
Found another problem in pvr the lip sync is very bad.
Stream I over a m3u file to an enigma2 server is lipsync OK
Posts: 2,608
Joined: May 2007
Reputation:
124
If you are not running enigma2, then I don’t see how you can be running OpenWebIf which the addon needs to be able to do anything. And unless you are running the addon remotely and connecting to an E2 device running enigma2 and OpenWebIf it will never work correctly.
Posts: 12
Joined: Nov 2024
Reputation:
0
the server (enigma) is running on a seperate box.
on firmware atv7.5 kodi runs solo
Posts: 12
Joined: Nov 2024
Reputation:
0
works better and faster then on android/raspy/....
Posts: 12
Joined: Nov 2024
Reputation:
0
The advantage of stb is direct hardware codec accelerarion to hdmi output
Posts: 2,608
Joined: May 2007
Reputation:
124
Maybe post a full debug log of where you run the addon. Seeing that might shed some light on the problem. Would also need to way to tell of those functions are not available