On Wed, September 24, 2008 11:03 pm, Christian Lyra wrote:
> Hi,
>
>>  >         I just discovered the joys of sat tv and bought a twinham
>>  > pci card. At home I have a xen server running my fileserver (and a
>>  > few others vms) and a freevo machine at the living room. I´d like
>>  > to use my xen server to schedule recordings to be later viewed on
>>  > the freevo machine as the server is "online" 24/7. What´s the best
>>  > way to do that? Should I run freevo on xen server (perhaps only
>>  > the record server)?  or perhaps a mythtv backend? Being able to
>>  > use EPG from the sat is very desirable.
>
>>
>>  I have a similar setup, I've a recording server that is on 24/7 with
>> my 2 DVB-T cards in. This runs the freevo record server and 2
>> instance of dvbstreamer (to receive and demux the channels). One card
>> is used to record and the other for viewing.
>
> Hm... great! so, only the record server on 24/7.  Since I have no plans
> to use the card live, the record server will only, err, record :-). Why
> two instances of dvbstreamer?

I only need 2 instance as I have 2 cards, with one card you only need 1
instance of dvbstreamer (1 card == 1 instance).

>>
>>  My frontend then uses the livepause plugin and the viewing card in
>> the server (using dvbstreamer to stream the channel over the
>> network).
>
> may you share a few pieces of your config? Maybe off-list? like the
> relevant parts of local_conf.py of front and backend.
>
>

For details on how to setup the dvbstreamer record plugin look here:

http://doc.freevo.org/TvPlugins#head-d2fe093c7fc46de55582138af1ff5be8e0669868

Its the bit at the bottom of the DVBStreamer section, basically setup your
video groups as follows:

VIDEO_GROUPS = [
     # Use this group for watching tv
     VideoGroup(vdev='0',
                group_type='dvb',
                desc='Recording Video Group',
                )
]

And add the following lines to local_conf.py

plugin.remove('tv.generic_record')
plugin_record = plugin.activate('tv.dvbstreamer.record')
TV_RECORDFILE_SUFFIX='.ts'

Start dvbstreamer using something like the following:

dvbstreamer -a 0 -d

This will use adapter 0 and start as a daemon. For more information on
dvbstreamer see http://www.dvbstreamer.org

Hope that helps.

Cheers

Adam


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to