There are new at prismcube, they begin to write the status changes on the side of XBMC and the Player :
http://www.prismcube-community.net/board...-7-0.1000/
http://update.prismcube.com/git/xbmc-fro...2798a59b09
A good start to approach other manufacturers !
EDIT :
It's seriously, but quite disappointed with the choice.
They use a Webkit I have no idea if he can read urls like this : "dvb://"
However I did not understand the choice of launcher which is GTK+, slower than QT !
http://update.prismcube.com/git/meta-elm...0de58eb0ab
EDIT 2 :
OIPF is included in the plugin libhbbtvplugin.so.
Functions for url "dvb://" are included in the plugin !
http://update.prismcube.com/git/meta-elm...1aaadaf7c6
Now see if it can be used on another box ARM or only processor Apollo Elmo / Trident.
Regarding the HbbTvProc.ko module, it will be very easy to reproduce, because it allows just stored in memory statutes that made XBMC.
I feel like I'm going to order me a Amlogic-MX / DVB-T2.
EDIT 3 :
At first glance it may work on other box ARM :
Code:
; Input MD5 : 51B13D8A771046C0B1C9420F44BDEBC6
; Input CRC32 : DE5DA062
; File Name : libhbbtvplugin.so
; Format : ELF for ARM (Shared object)
; Needed Library 'libixml.so.2'
; Needed Library 'librt.so.1'
; Needed Library 'libstdc++.so.6'
; Needed Library 'libm.so.6'
; Needed Library 'libgcc_s.so.1'
; Needed Library 'libc.so.6'
; Needed Library 'ld-linux.so.3'
;
; EABI version: 5
;
; Source File : 'SysChannelMgr.cpp'
; Source File : 'CmdParser.cpp'
; Source File : 'CmdHistory.cpp'
; Source File : 'PluginObject.cpp'
; Source File : 'PluginArrayObject.cpp'
; Source File : 'MimeHandler.cpp'
; Source File : 'PluginInstance.cpp'
; Source File : 'PluginStreamDownloader.cpp'
; Source File : 'PluginProgram.cpp'
; Source File : 'OipfObjectFactory.cpp'
; Source File : 'OipfApplicationManager.cpp'
; Source File : 'OipfApplication.cpp'
; Source File : 'OipfConfiguration.cpp'
; Source File : 'OipfConfigurationImpl.cpp'
; Source File : 'OipfVideobroadcast.cpp'
; Source File : 'OipfVideoMpeg.cpp'
; Source File : 'OipfApplicationPrivateData.cpp'
; Source File : 'OipfAVComponent.cpp'
; Source File : 'OipfChannelConfig.cpp'
; Source File : 'OipfChannelList.cpp'
; Source File : 'OipfChannel.cpp'
; Source File : 'OipfDownload.cpp'
; Source File : 'OipfDownloadCollection.cpp'
; Source File : 'OipfKeyset.cpp'
; Source File : 'OipfDRMControlInfoCollection.cpp'
; Source File : 'OipfDRMControlInformation.cpp'
; Source File : 'OipfCapabilities.cpp'
; Source File : 'OipfDownloadManager.cpp'
; Source File : 'OipfDownloadTrigger.cpp'
; Source File : 'OipfDrmAgent.cpp'
; Source File : 'OipfParentalControlManager.cpp'
; Source File : 'OipfRecordingScheduler.cpp'
; Source File : 'OipfParentalRating.cpp'
; Source File : 'OipfParentalRatingCollection.cpp'
; Source File : 'OipfParentalRatingScheme.cpp'
; Source File : 'OipfParentalRatingSchemeCollection.cpp'
; Source File : 'OipfProgramme.cpp'
; Source File : 'OipfProgrammeCollection.cpp'
; Source File : 'OipfRecording.cpp'
; Source File : 'OipfRecordingCollection.cpp'
; Source File : 'OipfScheduledRecording.cpp'
; Source File : 'OipfScheduledRecordingCollection.cpp'
; Source File : 'OipfStreamEvent.cpp'
; Source File : 'MSMediaPlayer.cpp'
; Source File : 'SysHelperFuncs.cpp'
; Source File : 'SysEventHandler.cpp'
; Source File : 'SITable.cpp'
; Source File : 'SIDescriptorParser.cpp'
; Source File : 'SIDescriptor.cpp'
; Source File : 'DVBAppDescriptorParser.cpp'
; Source File : 'GraphicsConstraintDescriptor.cpp'
; Source File : 'ApplicationIconDescriptor.cpp'
; Source File : 'ApplicationRecordingDescriptor.cpp'
; Source File : 'ExtAppAuthorizationDescriptor.cpp'
; Source File : 'TransportProtocolDescriptor.cpp'
; Source File : 'ApplicationDescriptor.cpp'
; Source File : 'ApplicationNameDescriptor.cpp'
; Source File : 'AITTable.cpp'
; Source File : 'dvbApplication.cpp'
; Source File : 'dvbApplicationMgr.cpp'
; Source File : 'dvbURL.cpp'
; Source File : 'XMLDocument.cpp'
; Source File : 'Mutex.cpp'
; Source File : 'Thread.cpp'
; Source File : 'ThreadList.cpp'
; Source File : 'CondVar.cpp'
; Source File : 'IPCChannelMgr.cpp'
; Source File : 'IPCParam.cpp'
; Source File : 'IPCSocketChannel.cpp'
; Source File : 'IPCSocket.cpp'
; Source File : 'IPCTCPSocket.cpp'
; Source File : 'IPCUnixSocket.cpp'
; Source File : 'CmdMgr.cpp'
; Source File : 'PluginMain.cpp'
; Source File : 'HbbtvPlugin.cpp'
; Source File : 'SystemFunc_IPC.cpp'
; Source File : 'crtstuff.c'
; Source File : 'SysPluginFuncs.cpp'
; Source File : 'ISO639Language.cpp'
; Source File : 'XMLAttr.cpp'
; Source File : 'XMLCDataSection.cpp'
; Source File : 'XMLElement.cpp'
; Source File : 'XMLNode.cpp'
; Source File : 'XMLNodeList.cpp'
; Source File : 'Logger.cpp'
; Source File : 'CmdListMgr.cpp'
; Source File : 'SymListMgr.cpp'
; Source File : 'CmdValue.cpp'
; Source File : 'Sleep.c'
; Source File : 'linux-atomic.c'
; Source File : 'crtstuff.c'
All requests go through port 9000, remains to be seen who receives these requests and executed.
![Huh Huh](https://forum.kodi.tv/images/smilies/question.png)
I checked the modules DVB of Prismcube, and there's nothing this side.