Fredag den 5. august 2005 16:10 skrev Bastian Farkas:
> looks cool, but will it work with other streaming protocols like for
> example mms or simple http, too? i have some winamp-tv "channels" in an
> fxd file, but having them as real tv channels would be much much
> cooler. :)

I dont see why not. 
Make a wideogroup and ad some code in mplayer.py. something like 

 elif vg.group_type == 'mms':
        self.fc.chanSet(tuner_channel, app='mplayer')
        tvcmd = ''
        args += ('"mms://%s" %s' % (tuner_channel, / 
               config.MPLAYER_ARGS['mms']),)
 
And make sure you have some MPLAYER_ARGS for mms. 

Because Freevo can handle more then one videogroup, you can have TV, DVB, RTSP 
an MMS at the same time. Only problem is recording. Freevo can obly record 
from one videogroup whitout changing the recorder code.

/A

-- 
Denne meddelelse er blevet skannet for virus og farligt indhold
af OpenProtect på mail.sodemark.dk, og er fundet ufarlig.



-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to