Page 2 of 10

Re: [App] SamyGO PVRtoTS E/F

Posted: Mon Nov 03, 2014 9:23 pm
by mmhorda
zoelechat wrote:If you want to paste something useful:
-Inject patch
-Launch a recording for a while (more than 10secs)
-Paste here /dtv/PVRtoTS.log
Log is not creating.

VDLinux#> ./99_91_PVRtoTS.init start
checking /dtv/usb/sda1
checking /dtv/usb/sdj
checking /dtv/usb/sdk
samyGOso v1.2.2 (c) bugficks 2013
Injecting '/mnt/opt/privateer/usr/libso/libPVRtoTS.so' resident: '1'
Succeeded.

STARTING recording on TV,
Waiting more than 15 seconds.
Chekcing LOG

VDLinux#> cat /dtv/PVRtoTS.log
cat: can't open '/dtv/PVRtoTS.log': No such file or directory
VDLinux#>

checking CONTENTS folder. (usual encoded SRF)

UPDATE: which are not deleted by itsel :-O

Re: [App] SamyGO PVRtoTS E/F

Posted: Mon Nov 03, 2014 9:29 pm
by mmhorda
zoelechat wrote:...and you should first check if it works on local USB drive attached to TV, instead of NFS/NAS :)
sounds funny but I don't know how to check it this way. :-D
anyway it should work over NFS too since my NFS mount is a virtual XFS formated USB (well TV thinks so).
NoDRM for example works like a charm.

Re: [App] SamyGO PVRtoTS E/F

Posted: Mon Nov 03, 2014 9:32 pm
by zoelechat
Plug an USB drive to TV, record to it, that's all! It's worth the try :D

Anyway, if no log, patch is probably not injected, did you copy libPVRtoTS.so and .config to /mnt/opt/privateer/usr/libso? :)

How about trying to inject it manually?

Code: Select all

samyGOso -p $(pidof exeTV || pidof exeDSP) -l /mnt/opt/privateer/usr/libso/libPVRtoTS.so -r -d

Re: [App] SamyGO PVRtoTS E/F

Posted: Mon Nov 03, 2014 9:37 pm
by mmhorda
zoelechat wrote:Plug an USB drive to TV, record to it, that's all! It's worth the try :D

Anyway, if no log, patch is probably not injected, did you copy libPVRtoTS.so and .config to /mnt/opt/privateer/usr/libso? :)

How about trying to inject it manually?

Code: Select all

samyGOso -p $(pidof exeTV || pidof exeDSP) -l /mnt/opt/privateer/usr/libso/libPVRtoTS.so -r -d
ehmmm not really to /mnt/opt/privateer/usr/libso :oops:
I rather copied it to /mnt/opt/privateer/usr/so and you are right i had to change the "SODIR=$SYSROOT/opt/privateer/usr/libso" in init to my "SODIR=$SYSROOT/opt/privateer/usr/so" at the end.
I somehow I thought I have done it :-D OOPS.
checking once agian now.

Re: [App] SamyGO PVRtoTS E/F

Posted: Mon Nov 03, 2014 9:45 pm
by mmhorda
Its working!

log is created, ts and key file is created in the folder too.

Thanks!

Re: [App] SamyGO PVRtoTS E/F

Posted: Mon Nov 03, 2014 9:46 pm
by zoelechat
Of course it works :ugeek:

You should have begun by "I didn't respect the procedure..."

Re: [App] SamyGO PVRtoTS E/F

Posted: Mon Nov 03, 2014 9:49 pm
by mmhorda
zoelechat wrote:Of course it works :ugeek:

You should have begun by "I didn't respect the procedure..."
Yeah. true. I didn't respect the procedure... :)

Re: [App] SamyGO PVRtoTS E/F

Posted: Sat Nov 22, 2014 11:05 am
by NeoMoucha
Here is my observation using this on my BD-E8900 player:
Stored TS file is not playable (on PC), but if I download the *.SRF and *.KEY file and use it in the Destroi (1.3.3) utility, the result *.TS file is playable!

Re: [App] SamyGO PVRtoTS E/F

Posted: Sat Nov 22, 2014 12:10 pm
by zoelechat
NeoMoucha wrote:Here is my observation using this on my BD-E8900 player:
Stored TS file is not playable (on PC), but if I download the *.SRF and *.KEY file and use it in the Destroi (1.3.3) utility, the result *.TS file is playable!
Download .INF as well and you'll be able to use PVRdecoder in offline mode, much more handy than outdated Destroi :)
If PVRtoTS only works for key extraction, you might set it in "key only" mode, not to have an unuseful and unplayable .TS created for each recording.

Re: [App] SamyGO PVRtoTS E/F

Posted: Mon Nov 24, 2014 11:07 pm
by NeoMoucha
zoelechat wrote:...
Download .INF as well and you'll be able to use PVRdecoder in offline mode, much more handy than outdated Destroi :)
If PVRtoTS only works for key extraction, you might set it in "key only" mode, not to have an unuseful and unplayable .TS created for each recording.
done and done :) thanks!