Hello again,

 I have copied xine.py to net_xine_tv.py and sligthly modified it :
[r...@localhost plugins]# diff net_xine_tv.py xine.py
139c139
<         command.append(' ' + tuner_channel)
---
 >         command.append('dvb://' + tuner_channel)
[r...@localhost plugins]#

from local.conf :
TV_CHANNELS = [('nrk1.nrk.no', 'NRK 1',       'mms://...........'),
               ('nrk2.nrk.no', 'NRK 2',       'mms://.........') ]


TV_VIDEO_GROUPS = [
    VideoGroup(vdev='/dev/video0',
               adev=None,
               input_type='Tuner 1',
               tuner_norm='pal',
               tuner_chanlist='europe-west',
               desc='TV antenne',
               group_type='net',
               record_group=None),
               ]

To record I would like to run the command 'mplayer  -dumpfiles [args] 
mms:/...
Which files should be modified to make recording possible ?

Håvard Holm

Art S R wrote:
> On Wed, Mar 18, 2009 at 12:46 AM, Haavard Holm <haavard.h...@ntnu.no> wrote:
>   
>> Hello,
>>
>>  Yes, I will stream an Internet TV station. I use the solution you
>> mention today. I am however looking for
>> a solution so that I can start the streaming from the "Watch TV" menu,
>> not the "Movies" menu. Is that possible ?
>>
>> Håvard
>>     
>
> Not to my knowledge (which is admittedly limited).  You can still use
> "Watch TV" to display your TV guide but, without a TV card, you won't
> be able to watch or record TV over the air or via a cable/satellite
> service.  In other words, I don't think you can define a VIDEO_GROUP
> to display an Internet TV station.  If you don't like having to choose
> a menu option labeled "Movies" to watch Internet TV, you can always
> rename that option in the skin you are using to something like
> "Internet TV / Videos".  If you don't plan on using the "Watch TV"
> option at all, you can even remove it from your main menu by including
> plugin.remove('tv') in your local_conf.py.
>
> Art S R
>
> ------------------------------------------------------------------------------
> Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
> powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
> easily build your RIAs with Flex Builder, the Eclipse(TM)based development
> software that enables intelligent coding and step-through debugging.
> Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
> _______________________________________________
> Freevo-users mailing list
> Freevo-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freevo-users
>   


------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to