Page 9 of 10

Re: [App] SamyGO PVRtoTS E/F

Posted: Thu Sep 17, 2015 2:15 pm
by zoelechat
Ok, don't forget to "reset" everything before, there might be remnants ;)

Re: [App] SamyGO PVRtoTS E/F

Posted: Tue Oct 20, 2015 2:27 am
by BeAtS
The autostart does not seem to work for me. UE55ES7000 with fw 2009.2.
When i reboot tv, samygo works, can reach the tv through telnet and ftp, but the PVRtoTS does not autostart.

Code: Select all

root@tv:/mnt/etc/init.d # ./99_91_PVRtoTS.init status
SamyGO PVRtoTS v0.5.7 - (c) bugficks 2013
* E Series - T-ECPDEUC       T-ECPDEUC-2009.2   2013-06-28 *
init done...
root@tv:/mnt/etc/init.d # ./99_91_PVRtoTS.init start
checking /dtv/usb/sda1
checking /dtv/usb/sdb1
checking /dtv/usb/sdc
samyGOso v1.2.2 (c) bugficks 2013
Injecting '/mnt/opt/privateer/usr/libso/libPVRtoTS.so' resident: '1'
Succeeded.
It works when i do it manually. Isnt it possible to start the app on boot of tv?

EDIT: Seems i was not patient enough, it takes some time before tv has initialized all the startup scripts. After 5min or so, the service starts and it works fine.

Re: [App] SamyGO PVRtoTS E/F

Posted: Tue Oct 20, 2015 8:15 am
by miazza
BeAtS wrote:Seems i was not patient enough, it takes some time before tv has initialized all the startup scripts. After 5min or so, the service starts and it works fine.
I suggest you to disable alla the init you do not need like the samba and NFS ... this shorten very much the script execution.
Also you can use the libalert to know if the script has bee executed in real time.

Re: [App] SamyGO PVRtoTS E/F

Posted: Wed Oct 21, 2015 6:32 pm
by BeAtS
Is it possible to record to NAS over network? I saw that the tv now auto mounts a folder on my NAS through nfs, could I set it so that the .ts is saved there?

Re: [App] SamyGO PVRtoTS E/F

Posted: Wed Oct 21, 2015 6:41 pm
by zoelechat
Yes, just set your path as ts_outdir in .config

Code: Select all

"ts_outdir": "/dtv/usb/sdx/path/to",

Re: [App] SamyGO PVRtoTS E/F

Posted: Wed Oct 21, 2015 7:30 pm
by BeAtS
Seems the NFS dir that gets mounted is read-only filesystem. Is there any way i can adjust this?

Re: [App] SamyGO PVRtoTS E/F

Posted: Wed Oct 21, 2015 8:18 pm
by zoelechat
Maybe in nfs script I guess :)
(actually I use smb...)

Re: [App] SamyGO PVRtoTS E/F

Posted: Sun Feb 07, 2016 10:35 am
by mad_ady
@zoelechat: Could you confirm or deny if this app works with H series? I tried it and it (downloaded latest files from here and overwritten the ones that come in the root), but it seems it doesn't load:

Code: Select all

[root@tv rwcommon]# tail -f /dtv/PVRtoTS.log 
SamyGO PVRtoTS v0.5.7 - (c) bugficks 2013
* (null) - T-MST14DEUC       T-MST14DEUC-2130.0  	2014-12-04 *
[PVRtoTS] dlsym '_ZN9PVRSystem12RecorderUnit5StartEv' failed.
init done...

Am I doing something wrong? Thanks

Re: [App] SamyGO PVRtoTS E/F

Posted: Sun Feb 07, 2016 11:03 am
by zoelechat
No, it doesn't work on H, as title says :)

However, it could be thinkable to get quite similar result (including "Bonus" part) using both NoDRM and libCMDonPVR

Re: [App] SamyGO PVRtoTS E/F

Posted: Sun Feb 07, 2016 12:20 pm
by mad_ady
Interesting. I didn't know about that one. I'm currently using nodrm and pvrdecrypt on my linux pc to convert the files to ts. And after that Handbrake to reduce bitrate, deinterlace and convert to mp4.

What tool could I use on the tv to extract ts from srf? Forgive me, Google awaits...