Jump to content


milaebrothers

Member Since 10 Jul 2012
Offline Last Active 20 Mar 2020 23:12
-----

Posts I've Made

In Topic: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit

19 September 2018 - 19:55

Hello, milaebrothers. Unfortunately no. This is beyond my capabilities. :) We need a real programmer with knowledge of the subject.

I'm ready to pass the baton. Only while no one is willing. :unsure:

 

I've an idea how to proceed for the first step (a brief study of the code):

 

- Identify the file where is present a vdr header and search for call back to vdr functions and comment them at the end of line:

Example from file omx.c e2-rpihddevice

#include <vdr/tools.h>
#include <vdr/thread.h>
....
class cOmxEvents
{
....
        cOmxEvents() :
                m_signal(new cCondWait()),       //call to vdr (vdr/tread.h)
                m_mutex(new cMutex())		 //call to vdr (vdr/tread.h)
        { }
...

I think it's possible to do also for pc version: I've forked a generic one:

 

https://github.com/m...pc-softhddevice


In Topic: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit

18 September 2018 - 07:41

Hello 1455,

have some news about implementing softhddevice for the project?

Have you a implementation draft(or an Idea) to share with us?

 

the final idea is to do openpli works with PC and also with raspberry using rpihddevice


In Topic: Howto build unofficial pli for your unsupported receiver

16 September 2018 - 08:33

 

 

This is just great :)

Would you please share some info about your usb dvb-t? and if it's possible share some pictures ;)


Here some Screenshot of openpli on rpi3!!! :rolleyes:

 

I can confirm that it's working also on rp1!! However, neither I am able to see any channel, just black screen.

I don't know if there is a problem with my setup, but I just have black screen when I start my device. I have to restart Enigma2 using the webif to see something on screen

 

Hello,I think it is normal we are not able to see any channel, maybe need a software transcoder for video/audio flow originating from dvb, (for example PC version of enigma2 use Xine to do this), maybe Persian Prince or someone from kodi/libreelec/openelec/osmc team can help us  :)!!!

 

About the black screen at start, a power-off/reboot, sometimes solved the problem  B) , but not always!!


In Topic: Howto build unofficial pli for your unsupported receiver

13 September 2018 - 19:32

This is just great :)

Would you please share some info about your usb dvb-t? and if it's possible share some pictures ;)


Here some Screenshot of openpli on rpi3!!! :rolleyes:


In Topic: Howto build unofficial pli for your unsupported receiver

13 September 2018 - 11:56

This the info of my usb-dvb card ( a generic DVB-T usb card RTL2832U bought on aliexpress)
 
root@raspberrypi3:~# more /proc/bus/nim_sockets 
NIM Socket 0:
        Type: DVB-T
        Name: Realtek RTL2832 (DVB-T)
        Has_Outputs: no
        Frontend_Device: 0
 
Later I'll post some pictures!!