Jump to content


kalehrl

Member Since 1 Apr 2010
Offline Last Active Yesterday, 18:53
-----

#1587124 Xtrend et7100 v2 no h265 movie playback

Posted by kalehrl on 5 December 2023 - 21:02

It works!

I installed it and after reboot, h265 files started playing.




#1172916 YouTube not work in latest firmwares...

Posted by kalehrl on 5 March 2020 - 08:22

Install the latest version from here and restart enigma2:

http://taapat.ho.ua/...5b-r0.0_all.ipk




#500860 IPTV channels unable to remember subtitle/audio track

Posted by kalehrl on 11 August 2015 - 08:36

I just tested with 'Descramble http streams' - 'No' and recording works. I guess oscam doesn't realise the stream has already been decrypted by OSEmu and tries to decrypt it for the second time.




#428464 DM600

Posted by kalehrl on 12 June 2014 - 08:37

Put your oscam binary in /usr/bin.

Make sure your oscam binary is named 'Oscam' and the rights are 755.

Make a new directory /etc/tuxbox/oscam and put your config files there.

Put the file in cams folder in /etc/plimgr/cams on the receiver.

You can open that file and put the your oscam version number there but it is not necessary.

Put the file in scripts folder in /etc/plimgr/scripts on the receiver.

Don't forget to change rights to 755.

Then just go to your receiver softcam menu and choose oscam in cams section, save and restart and the choice will be remembered upon reboot.

Attached Files




#280908 oscam

Posted by kalehrl on 1 June 2012 - 23:15

I don't think you will find those files.
You have to create them to reflect your setup.
Oscam is not like CCcam where you just insert the card and start CCcam and everything works.
Oscam needs to be configured properly and the best place is oscam wiki.


#275278 busybox without option wide support ?

Posted by kalehrl on 6 May 2012 - 14:37

This script will do the job:

#!/bin/bash

var1=`ps | grep -v grep | grep CCcam`

if [ ! -z "$var1" ]
then
		 echo > /tmp/CCcam_OK
else
		 date >> /tmp/CCcam_Restart.log
         echo "Restarting CCcam..." >> /tmp/CCcam_Restart.log
		  /usr/bin/CCcam
fi

Set it up with cron to run at specific times and you're fine.


#267674 myutube on Vu+ Uno on pli?

Posted by kalehrl on 1 April 2012 - 07:31

Pli team respect the wishes of plugin creators.
If they don't want their plugin to run on boxes other than dreambox, Pli will honor it by not removing the part of the plugin which checks the box.
Other teams obviously don't respect plugins creator's wishes and modify the plugin to run on other boxes.


#260224 PLi SERVER

Posted by kalehrl on 2 March 2012 - 19:21

initiate 'opkg update'.
You will see from where it downloads packages.
It should be something like: http://downloads.pli...6x00/3rd-party/
but instead of et6x00 it will be vuplus or similar.
It will also say 'Updated list of available packages in /var/lib/opkg/openpli-3rd-party'.
Open this file and find the field 'Filename:..' in the description of the package you need to download.
For the package enigma2-plugin-extensions-airplayer it is enigma2-plugin-extensions-airplayer_0.1.10a_mipsel.ipk
Add this to the above link and you will get:
downloads.pli-images.org/feeds/openpli-2.1/et6x00/3rd-party/enigma2-plugin-extensions-airplayer_0.1.10a_mipsel.ipk
which will let you download the file you need.