Page 5 of 18

Re: PVR Decoder for Linux/Unix/Mac OS X (Console Script)

Posted: Sat Mar 22, 2014 3:58 pm
by karo2204
I have used the new version of the script

Re: PVR Decoder for Linux/Unix/Mac OS X (Console Script)

Posted: Sat Mar 22, 2014 3:58 pm
by juusso
karo2204 wrote:Hier are the scripts which I found on another thread.
https://www.dropbox.com/s/pvatg40f2a052 ... RtoTS.init
1. copy libPVRtoTS.so to /mnt/opt/privateer/usr/libso/
2. use this code for init script (let`s say 06_02_PVRtoTS.init)

Code: Select all

#!/bin/sh
#
# ? Copyright 1996-2013, SamyGO
#
#
 . /dtv/SGO.env
 
SO=libPVRtoTS.so 
INJPID=$(pidof exeAPP || pidof exeDSP)

case $1 in 
	start)
	samyGOso -p $INJPID -l $LIBSO_DIR/$SO -r
	;;
	status)
	;;
	*)
	echo "Usage: $0 {start|stop|status}" 1>&2
	exit 0
	;;
esac
3. start this script from console (for testing)

Code: Select all

sh -x /mnt/etc/init.d/06_02_PVRtoTS.init start
Give the output here. No need to do screenshoot or picture of your monitor. Just copy/paste output of terminal

4. I`m not brave in these two tools, but i see here is a lot of confusing with different environment variables on E and F and we should make clear it step by step as it was suggested by karo days before.
@zoelechat, i respect your knowledge and i trust you. Give me working script with all daemons etc. I will include it (with some modifications if needed) to F series. I think we`re talking about PVRanyDev, correct?

Re: PVR Decoder for Linux/Unix/Mac OS X (Console Script)

Posted: Sat Mar 22, 2014 4:01 pm
by juusso
sectroyer wrote:
juuso wrote:please give me a link to your version of script. We are both talking about different things i see.
juuso one think I've noticed that our discussion moved from the main topic (sic topic thread :D). It's better to move half of this thread to a new one ;)
yes, we`re mixing two different tools in another topic, related to third unrelated tool... grr... :x

Re: PVR Decoder for Linux/Unix/Mac OS X (Console Script)

Posted: Sat Mar 22, 2014 4:02 pm
by karo2204
I will keep you updated.

No it is neatly the same because it's a way the TV decrypts and records at the same time

Re: PVR Decoder for Linux/Unix/Mac OS X (Console Script)

Posted: Sat Mar 22, 2014 4:04 pm
by juusso
karo2204 wrote:No it is neatly the same because it's a way the TV decrypts and records at the same time
okey okey, i'm not argue :)

Re: PVR Decoder for Linux/Unix/Mac OS X (Console Script)

Posted: Sat Mar 22, 2014 4:05 pm
by karo2204
At least I get some help now, so don't move anything. And don't go please ;)

Re: PVR Decoder for Linux/Unix/Mac OS X (Console Script)

Posted: Sat Mar 22, 2014 4:07 pm
by karo2204
so now i have maybe a problem... i send the wrong copy file to tv.

maybe i overwrite the libso folder with the libso file...

Code: Select all

VDLinux#> ls -la $LIBSO_DIR/*
-rwxr-xr-x    1 65534    65534         7903 Sep 14  2013 /mnt/opt/privateer/usr/so/libChannelInfo.so
-rwxr-xr-x    1 65534    65534        22838 Sep 18  2013 /mnt/opt/privateer/usr/so/libMPEGts.so
-rwxr-xr-x    1 65534    65534          249 Sep  4  2013 /mnt/opt/privateer/usr/so/libRCremap.config
-rwxr-xr-x    1 65534    65534        30041 Sep  1  2013 /mnt/opt/privateer/usr/so/libRCremap.so
-rwxr-xr-x    1 65534    65534          290 Sep 21  2013 /mnt/opt/privateer/usr/so/libSTFU.config
-rwxr-xr-x    1 65534    65534        23429 Sep 21  2013 /mnt/opt/privateer/usr/so/libSTFU.so
-rwxr-xr-x    1 65534    65534          119 Sep 13  2013 /mnt/opt/privateer/usr/so/libSleepTimer.config
-rwxr-xr-x    1 65534    65534        38668 Sep 13  2013 /mnt/opt/privateer/usr/so/libSleepTimer.so
VDLinux#> cd /mnt/opt/privateer/usr/libso

VDLinux#> ll
total 30
drwxrwxrwx    2 root     0             3072 Jan  1  2014 bin
-rw-r--r--    1 root     0            24769 Jan  1 00:50 libso
drwxrwxrwx    2 root     0             1024 Dec 24  2013 sbin
drwxr-xr-x    2 root     0             1024 Dec  8  2013 so


i did the following steps:

Code: Select all

VDLinux#> cp libPVRAnyDev.so /mnt/opt/privateer/usr/libso/
cp: can't create '/mnt/opt/privateer/usr/libso/': Is a directory
VDLinux#> cp libPVRAnyDev.so /mnt/opt/privateer/usr/libso/libPVRAnyDev.so
cp: can't create '/mnt/opt/privateer/usr/libso/libPVRAnyDev.so': No such file or directory
VDLinux#> cp libPVRAnyDev.so /mnt/opt/privateer/usr/libso/libPVRAnyDev.so
VDLinux#> ll  /mnt/opt/privateer/usr/libso/
ls: /mnt/opt/privateer/usr/libso/: Not a directory

Re: PVR Decoder for Linux/Unix/Mac OS X (Console Script)

Posted: Sat Mar 22, 2014 4:08 pm
by zoelechat
@juuso
You can take the script from donor's forum with just need to change SODIR concerns for F. It's definitive version.
I was still waiting confirmation that it also works on F though :mrgreen:. That's why it's not public yet (and because PVRAnyDev is also not public ;) )

Re: PVR Decoder for Linux/Unix/Mac OS X (Console Script)

Posted: Sat Mar 22, 2014 4:13 pm
by juusso
Okey, were correct. F series related fixes only.

@karo
1. copy libPVRAnyDev.so via ftp to /mnt/opt/privateer/usr/libso/
2. init script with required changes (zoelechat was trying to say what to do already)
02_05_PVRtoAnyDev.zip
3. start it (no need to fix permissions, i call scripts with sh +x bla bla bla start)

Re: PVR Decoder for Linux/Unix/Mac OS X (Console Script)

Posted: Sat Mar 22, 2014 4:16 pm
by karo2204
zoelechat wrote:@juuso
You can take the script from donor's forum with just need to change SODIR concerns for F. It's definitive version.
I was still waiting confirmation that it also works on F though :mrgreen:. That's why it's not public yet (and because PVRAnyDev is also not public ;) )
Oh I am sorry. Did I post something which I wasn't allowed to post in public?

Will never happen again. sorry again