Page 107 of 256
Re: [App] Rooting E/F on latest firmwares
Posted: Fri Feb 06, 2015 12:31 am
by sectroyer
cmuc05 wrote:
@sectroyer: Do you have a running virtual usb on a T-MST10? Because you said "For me it works" ...
Sorry I disabled it

Tried it once, worked, didn't like it, removed it

That's the whole story

Re: [App] Rooting E/F on latest firmwares
Posted: Fri Feb 06, 2015 11:05 am
by zoelechat
@cmuc05
Not sure there's never had been any success on using USB gadget modules on E-MST, that's even why they were not included in default SamyGO-E, it's probably pointless.
So, why not use PVRtoTS? You could record over network, directly decrypted and renamed, just by using default vusb script.
It would be only needed to keep a small physical USB plugged to TV as "buffer" for current recording, and add a single line to renaming script to delete encrypted recording once it's done.

Re: [App] Rooting E/F on latest firmwares
Posted: Fri Feb 06, 2015 11:58 am
by cmuc05
@sectroyer: And this was on a T-MST10 E-Series? Perhaps you can tell how you did it.
@sectroyer: Do you record to a NAS over SMB or NFS? If so, how when not with the virtual usb?
Re: [App] Rooting E/F on latest firmwares
Posted: Fri Feb 06, 2015 12:02 pm
by cmuc05
@zoelechat: I will try this weekend ....
Re: [App] Rooting E/F on latest firmwares
Posted: Fri Feb 06, 2015 1:17 pm
by cmuc05
zoelechat wrote:@cmuc05
Not sure there's never had been any success on using USB gadget modules on E-MST, that's even why they were not included in default SamyGO-E, it's probably pointless.
So, why not use PVRtoTS? You could record over network, directly decrypted and renamed, just by using default vusb script.
It would be only needed to keep a small physical USB plugged to TV as "buffer" for current recording, and add a single line to renaming script to delete encrypted recording once it's done.

I do not see why we need the vusb script for this solution.
When i got you right I can plugin a physical 8GB Stick, which is than sdb in my case. Create a CONTENTS folder on it and put the .PVRPfmChkLog in it. Than i can Record to that physical stick.
Than i use PVRtoTS to copy automatically the ts-file, which is created from the srf-file (which is on the physical stick), to nas share. Is that right? But what if the records are longer than 8GB?
Or did I understand that wrong.
Can you attach in the next post your vusb.init and your libPVRtoTS.config ?
Re: [App] Rooting E/F on latest firmwares
Posted: Fri Feb 06, 2015 1:40 pm
by zoelechat
cmuc05 wrote:But what if the records are longer than 8GB?
In that case you need a larger USB stick, else I guess TV will say: "disk full, stopping"
cmuc05 wrote:Can you attach in the next post your vusb.init and your libPVRtoTS.config ?
vusb is default one, here it is if you lost it:
02_04_vusb.zip
libPVRtoTS.config is also default one (just change out_dir value to path on your network/vsub and exec_when_done value to path of rename script, as explained in PVRtoTS thread + "Bonus" at the bottom)
And if you want to erase original encrypted recording as soon as recording is finished and .ts renamed, add that line just before "exit 0" line in ts2filename script:
Code: Select all
rm -f ${INF_DEV}/CONTENTS/${IN_NOEXT}.*
Re: [App] Rooting E/F on latest firmwares
Posted: Sat Feb 07, 2015 4:46 pm
by cmuc05
I have setup this way now and what should I say: I love it
Thank you zoelechat
I was focused on a solution without a a physical USB. But at the end I must realize thats impossible right now with my TV.
But this solution now does everything I want. Just happy

Re: [App] Rooting E/F on latest firmwares
Posted: Mon Feb 09, 2015 9:02 pm
by k00l3
Stupid question but will this work on T-FXPDEUC_1123.3 ?
Re: [App] Rooting E/F on latest firmwares
Posted: Mon Feb 09, 2015 9:12 pm
by zoelechat
k00l3 wrote:Stupid question but will this work on T-FXPDEUC_1123.3 ?
If you didn't update, don't do it, else try and tell us. AFAIK no report about that version yet

Re: [App] Rooting E/F on latest firmwares
Posted: Tue Feb 10, 2015 10:38 am
by k00l3
I have everything running nicely and am scared to try it.
just wanted to check if anybody had ti working.
Thanks