Page 1 of 1

Record over samba shares. Fakes a vusb for pvr

Posted: Fri Jul 06, 2012 10:17 pm
by tempinbox
How to Record over samba shares.? Fakes a vusb for pvr.?
Hi my situation is this: tv uc6600 t-valdeuc arm arch with samygoextension.
I done manually hack over symlink so my tv executed the script run.sh
in it i put this code

Code: Select all

#!/bin/sh

    if !([ -e /mtd_rwarea/busybox ]); then
            cp $1/busybox /mtd_rwarea/
            chmod 777 /mtd_rwarea/busybox
            sync
    fi
    if !([ -e /mtd_rwarea/sh ]); then
            ln -s /mtd_rwarea/busybox /mtd_rwarea/sh
            chmod 777 /mtd_rwarea/sh
            sync
    fi

    mount -t devpts devpts /dev/pts
    /mtd_rwarea/busybox telnetd -l /mtd_rwarea/sh
	/mtd_rwarea/busybox tcpsvd -vE 0.0.0.0 21 /mtd_rwarea/busybox ftpd -w / &
    sync
rm -f /mtd_rwarea/profile
$1/SamyGO/rcSGO $1/SamyGO > $1/rcSGO_out 2>&1 &
so my tv start telnet and ftp server and then samygoextension
now i'm stuck and i need help
i want to modify the vusb script to fakes 2 vusb one for mounting samba shares and other for mounting an xfs image for pvr recording.
I read a lot of thread in the forum and the wiki too but all are related to record over nfs shares.
But nfs share require hanewin that isn't one opensource program and work only for 30 days so i'm searching one way for record over samba shares.
I use widows 7 home premium on my pc.
please help me.

AW: Record over samba shares. Fakes a vusb for pvr

Posted: Sat Jul 07, 2012 12:12 am
by DEUS
Where is the problem. Just exchange the nfs part with samba part and you're done. If you need assistance explain a little bit more what files you use, expecting remi. With USB?
btw: c series should be ext filesystem for recording or?

Re: Record over samba shares. Fakes a vusb for pvr

Posted: Sat Jul 07, 2012 8:50 am
by tempinbox
For recording c series need a 1,5 gb xfs formatted disk

Re: Record over samba shares. Fakes a vusb for pvr

Posted: Sun Jul 08, 2012 9:54 pm
by DEUS
you need a image or USB with XFS that you can mount, if you want you can try this
viewtopic.php?f=25&t=3897&start=40