Jump to content


joeuser

Member Since 29 Mar 2015
Offline Last Active 22 Jun 2021 06:58
-----

Posts I've Made

In Topic: Openpli-5 (still next master)

11 May 2017 - 07:32

 Please do not refer to it as "OpenPLi 5", that seems to confuse people.

Then maybe the title of this thread needs to be changed... ;)


In Topic: Streaming live TV buffers, streaming the same channel after recording it work...

3 May 2017 - 22:54

Last year I had the same problem. Here is a link I had bookmarked which may help you. https://forums.openv...pic.php?t=20946

 

In the end I still had problems even after tweaking my openvpn settings. (Best results were with udp and compression off).

 

Not sure if this is an option for you, but I ended up using a linux server I had on the same net as my stb to be a proxy using the following one-liner:

while true;do  nc -l -p 8001 0<backpipe |nc 192.168.1.12 8001 1>backpipe; test $? -gt 128 && break; done

Then I created a playlist which pointed to my linux server instead of the stb. (192.168.1.12 is address of stb) You may also need to change the port if you are using transcoding.

 

The default buffer settings of netcat worked fine for me, but you may need to play with them...


In Topic: BitBake - how to rebuild only enigma2 binary at development time

28 December 2016 - 13:50

If you use Taapat's advice and build the ipk, it is in

build/tmp/deploy/ipk/MACHINE

try:

find . -name 'enigma2_*.ipk' -type f -exec ls -al {} \;

In Topic: BitBake - how to rebuild only enigma2 binary at development time

28 December 2016 - 13:15

You can try:

find . -name enigma2 -type f -exec ls -al {} \;

In Topic: Timer for Mute symbool or disable

11 December 2016 - 22:34

What about the visually impaired?? Can we have an intermittent beep to remind them the mute has been pressed?