Record over samba shares. Fakes a vusb for pvr

Support for C series TVs that all user could ask. Please do not ask a questions at other forums.
Post Reply

tempinbox
Posts: 317
Joined: Wed May 11, 2011 7:00 pm

Record over samba shares. Fakes a vusb for pvr

Post 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.
DEUS
Official SamyGO Developer
Posts: 316
Joined: Mon Feb 06, 2012 12:05 pm
Location: Germany

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

Post 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?
tempinbox
Posts: 317
Joined: Wed May 11, 2011 7:00 pm

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

Post by tempinbox »

For recording c series need a 1,5 gb xfs formatted disk
DEUS
Official SamyGO Developer
Posts: 316
Joined: Mon Feb 06, 2012 12:05 pm
Location: Germany

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

Post 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

Post Reply

Return to “[C] Support”