Page 4 of 18

Re: PVR to network storage

Posted: Thu Jan 01, 2015 3:45 pm
by sectroyer
Deus3X wrote:
sectroyer wrote:Deus3X I would like to as one question : What do you want to achieve? Do you want to make TV record to networks hat you will NOT be able to play from any other device or that you will be able but all files will have names in format: 20115432432432.srf and you will NOT know which file is which? :)
thinking back about your question... i think that i had to answer... i prefer to record over my samba directory...
Then if i will need to archive a video, i can use PVRdecoder :P
Can i change my answer ? :)
Any indication to let my tv PVR over samba? :P
I told you already. No need for PVRDecoder (I mean beside changing the file name) if you use NoDRM :) But it looks you should try mount -o bind Contents directory :)

Re: PVR to network storage

Posted: Thu Jan 01, 2015 3:55 pm
by Deus3X
sectroyer wrote:
Deus3X wrote:
sectroyer wrote:Deus3X I would like to as one question : What do you want to achieve? Do you want to make TV record to networks hat you will NOT be able to play from any other device or that you will be able but all files will have names in format: 20115432432432.srf and you will NOT know which file is which? :)
thinking back about your question... i think that i had to answer... i prefer to record over my samba directory...
Then if i will need to archive a video, i can use PVRdecoder :P
Can i change my answer ? :)
Any indication to let my tv PVR over samba? :P
I told you already. No need for PVRDecoder (I mean beside changing the file name) if you use NoDRM :) But it looks you should try mount -o bind Contents directory :)
My F series (the tv that i principally use) is NOT mst, i can't use NoDRM :(
I would like to mout a samba directory to let tv record on it, don't know how to do it.
I don't understand how you mean when you tell me to try "mount -o". The only contents directory that i can have is the one on the USB :P i need an extra virtual usb with a samba directory :P
I also tried to edit the 02_04_vusb.init.remi71 but i only obtained that tv recognized new virtual usb, it formatted it but it told me that was not usable (no performance) for pvr... and also i had no more samba sharing :P
thats was no good :P

Re: PVR to network storage

Posted: Thu Jan 01, 2015 4:48 pm
by sectroyer
Deus3X wrote: My F series (the tv that i principally use) is NOT mst, i can't use NoDRM :(
I would like to mout a samba directory to let tv record on it, don't know how to do it.
I don't understand how you mean when you tell me to try "mount -o". The only contents directory that i can have is the one on the USB :P i need an extra virtual usb with a samba directory :P
I also tried to edit the 02_04_vusb.init.remi71 but i only obtained that tv recognized new virtual usb, it formatted it but it told me that was not usable (no performance) for pvr... and also i had no more samba sharing :P
thats was no good :P
Don't use 02_04_vusb.init.remi71 switch to original vusb script than attach some usb for recording and run this:

Code: Select all

mount -o bind /dtv/usb/PATH_TO_CONTENTS_FOLDER _ON_SOME_SAMBA_SHARE /dtv/usb/_PATH_TOCONTEENTS_DIRECTORY)_ONS_USB_FORMATED_FOR_RECORDING
voila ;)

Re: PVR to network storage

Posted: Thu Jan 01, 2015 5:14 pm
by Deus3X
sectroyer wrote:
Deus3X wrote: My F series (the tv that i principally use) is NOT mst, i can't use NoDRM :(
I would like to mout a samba directory to let tv record on it, don't know how to do it.
I don't understand how you mean when you tell me to try "mount -o". The only contents directory that i can have is the one on the USB :P i need an extra virtual usb with a samba directory :P
I also tried to edit the 02_04_vusb.init.remi71 but i only obtained that tv recognized new virtual usb, it formatted it but it told me that was not usable (no performance) for pvr... and also i had no more samba sharing :P
thats was no good :P
Don't use 02_04_vusb.init.remi71 switch to original vusb script than attach some usb for recording and run this:

Code: Select all

mount -o bind /dtv/usb/PATH_TO_CONTENTS_FOLDER _ON_SOME_SAMBA_SHARE /dtv/usb/_PATH_TOCONTEENTS_DIRECTORY)_ONS_USB_FORMATED_FOR_RECORDING
voila ;)
you are a genius :P
just some more question...
In that way i obteined a copy of contents folder on my samba folder.
There is a way to auto delete the file after the copy on the samba directory?
Have i to send this command after a tv reboot?
ty always for support :P

Re: PVR to network storage

Posted: Thu Jan 01, 2015 5:17 pm
by zoelechat
Deus3X wrote:you are a genius :P
It was my suggestion :P

Re: PVR to network storage

Posted: Thu Jan 01, 2015 5:19 pm
by Deus3X
zoelechat wrote:
Deus3X wrote:you are a genius :P
It was my suggestion :P
lol :P
you are a genius too :P
i haven't understand your suggestion :P that was the problem :P
I'm not an expert... i'm tryng and i love to learn every time something new :P

Re: PVR to network storage

Posted: Thu Jan 01, 2015 5:23 pm
by zoelechat
In that way, it's mandatory to keep a physical USB for mount point. There's no "copy", when you browse your recording device, you see the "contents" of your samba share. That's what is called 'mount' :)
And yes, command has to be renewed after each reboot.

Re: PVR to network storage

Posted: Thu Jan 01, 2015 5:32 pm
by Deus3X
zoelechat wrote:In that way, it's mandatory to keep a physical USB for mount point. There's no "copy", when you browse your recording device, you see the "contents" of your samba share. That's what is called 'mount' :)
And yes, command has to be renewed after each reboot.
now i'm understanting a bit more...
but how i can auto execute the command?
how happen if i add this command in vusb inis script?
if it possible... where i have to add it? :P

Re: PVR to network storage

Posted: Thu Jan 01, 2015 5:37 pm
by zoelechat
You can add it to any in-use script. vusb for example :)

Re: PVR to network storage

Posted: Thu Jan 01, 2015 5:42 pm
by zoelechat
Sorry no, since it's on samba share, better add it at the end of samba script, else samba path won't exist :D