LinHES Forums
http://forums.linhes.org/

streaming radio --- yahh somafm!
http://forums.linhes.org/viewtopic.php?f=6&t=770
Page 1 of 1

Author:  xmichael [ Fri Feb 20, 2004 3:46 pm ]
Post subject:  streaming radio --- yahh somafm!

I found this interesting unoffical module for MythTV -> MythStream formally MythRadio http://home.kabelfoon.nl/~moongies/mythradio.html

I'd recommend bulid the module on a box OTHER than your KnoppMyth system, and copying the module onto your KnoppMyth box.

In a day or two I'll looking into packaging the binary into a .deb (that works decently with KnoppMyth)

Mike

Author:  evildick [ Sun Apr 25, 2004 10:26 am ]
Post subject: 

Any luck on the deb?

I tried installing it, but ran into some problems installing the libs. I am still very new to this so it is likley an error on my part. I would like to spend some time on this later.

Author:  mgordon [ Mon Apr 26, 2004 10:18 am ]
Post subject: 

There is an easier way, see link below.

http://www.gossamer-threads.com/perl/ma ... ine#121082

Mike G.

Author:  evildick [ Sun May 02, 2004 5:23 pm ]
Post subject: 

Quote:
There is an easier way, see link below.

http://www.gossamer-threads.com/perl/ma ... ine#121082


Thats interesting.

The problem I ran into with this idea is that I could only get it to work if I used:
Quote:
mplayer -playlist %s


The problem is that the mythtv won't let me escape out of it and it continues to play. I had to kill the process and reboot the system.

Otherwise, if I use:
Quote:
mplayer 'cat %s'

nothing happens, and at the command line it does not parse the lnk I used. 'cat myfile.lnk' does show the contents.

Author:  aheinen [ Thu May 20, 2004 8:24 pm ]
Post subject: 

I've got MythStream working. My instructions are basically the readme with a few specific instructions for knoppmyth. Here's a how-to:

untar mythstream into a directory of your choice
replace player.xml in the /libs directory with the updated one

    $export QTDIR=/usr/share/qt3
    $export PATH=$PATH:$QTDIR/bin
    $cd /home/mythtv/r4v2_src/mythtv-0.14/src
    $tar -xvjf mythtv-0.14.tar.bz2
    $cd [path to mythstream]
    $ln -s /home/mythtv/r4v2_src/mythtv-0.14/src/libs/libmyth mythtv
    $vi settings.pro
    change /usr/local to /usr
    $qmake mythstream.pro
    $make
    $make install

    $cd /usr/share/mythtv
- set buttons of type STREAM in mainmenu.xml and main_settings.xml
- define the STREAM button (streamicon.png) in theme.xml of the theme(s)
you use:

in mainmenu.xml:

    <button>
    <type>STREAM</type>
    <text>Internet Stream</text>
    <action>PLUGIN mythstream</action>
    <depends>mythstream</depends>
    </button>
in main_settings.xml:

    <button>
    <type>STREAM</type>
    <text>STREAM settings</text>
    <action>CONFIGPLUGIN mythstream</action>
    <depends>mythstream</depends>
    </button>

in themes/blue/theme.xml:

    <buttondef name="STREAM">
    <image>streamicon.png</image>
    <offset>50,40</offset>
    </buttondef>

Author:  cesman [ Thu May 20, 2004 10:40 pm ]
Post subject: 

Notes on the above: The source for MythTV is in /usr/src/r4v3_src in R4V3. You should also edit settings.pro and change /usr/local to /usr.

Page 1 of 1 All times are UTC - 6 hours
Powered by phpBB® Forum Software © phpBB Group
http://www.phpbb.com/