scrokk Wrote:Hello!
In the FAQ it's written:
22.Can I record the TV program with MOI while watching?
MOI doesn't have hard disk, you can record the running programs through Tvheadend or the software you use for playback, such as XBMC, VLC etc.
So my question is, if there is no hard disk how can I record the programs? If I buy a 64Gb Micro-SD and I insert it in the MOI, I'll be able to register programs or time shift, right from VLC?
Thank you!
You can try it. In tvheadend web gui You need to add records path. Why not.
Other way:
- in vlc, extended menu You have already record button. You can record stream on Your local PC disk.
- tvheadend using a standard http streaming. You can record (or create app, script) for record to Your USB disk/mmc.
Sample link, given by tvheadend (
http://192.168.1.188:9981/playlist/channels):
http://192.168.1.188:9981/stream/channe ... C2336488E3But, You don't need ticket part for record, so in command line (script/app) of ssh:
1. Create record directory on external device (usb or mmc)
mkdir /mnt/usb/rec
chmod 777 /mnt/usb/rec
2. Classic wget
wget
http://192.168.1.188:9981/stream/channelid/16 -O /mnt/usb/rec
--------------------------------------------------
I don't think, You can use microSD with 64MB capacity. MOI haven't exfat driver, needed for use SDXC cards. But, I'm not sure.
Finally, don't forget, bandwith of chipset is limited, so better way is recording on client side.