[mythtv-commits] mythtv commits

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Wed Apr 13 04:05:02 UTC 2005


----------------------------------------------------------------------------
Changes committed by thor on Wed Apr 13 04:02:16 2005

Added Files:
   in mfd/mfd/plugins/audio:
        livemedia.cpp livemedia.h 
Modified Files:
   in mfd:
        configure 
   in mfd/mfd/plugins/audio:
        audio.cpp audio.h audio.pro main.cpp rtspout.cpp rtspout.h 
Log Message:

Make RTSP/RTP work, if barely.

When built with ./configure --enable-rtsp, the audio plugin will stream all
audio over RTSP/RTP.

For the time being, you'll need an RTSP client to actually hear anything.
One thing that works here is vlc. Ie. start up the mfd and point a vlc at
it:

    vlc rtsp://localhost:2346/

Then whatever music you select (via http or the mfe) will play through that
vlc client. The fairly remarkable thing is that you can have a bunch of
other vlc's on your LAN all pointed at the same URL and they will play the
same thing in sync. 

Small mfd plugin to automatically act as "speakers" is coming soon (which
will eliminate the vlc requirement). A little later, some mfe-side
visualization code. One day, perhaps some mfd audio out --> roap/alac on the
fly converter --> Airport Express support.


----------------------------------------------------------------------------


More information about the mythtv-commits mailing list