View unanswered posts    View active topics

All times are UTC - 6 hours





Post new topic Reply to topic  [ 6 posts ] 
Print view Previous topic   Next topic  
Author Message
Search for:
PostPosted: Fri Feb 20, 2004 3:46 pm 
Offline
Joined: Sat Feb 14, 2004 2:32 pm
Posts: 94
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


Top
 Profile  
 
 Post subject:
PostPosted: Sun Apr 25, 2004 10:26 am 
Offline
Joined: Sun Apr 11, 2004 10:57 am
Posts: 27
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.


Top
 Profile  
 
 Post subject:
PostPosted: Mon Apr 26, 2004 10:18 am 
Offline
Joined: Tue Oct 28, 2003 1:25 pm
Posts: 125
There is an easier way, see link below.

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

Mike G.


Top
 Profile  
 
 Post subject:
PostPosted: Sun May 02, 2004 5:23 pm 
Offline
Joined: Sun Apr 11, 2004 10:57 am
Posts: 27
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.


Top
 Profile  
 
 Post subject:
PostPosted: Thu May 20, 2004 8:24 pm 
Offline
Joined: Fri Dec 12, 2003 11:59 am
Posts: 17
Location: Stanwood, IA
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>


Top
 Profile  
 
 Post subject:
PostPosted: Thu May 20, 2004 10:40 pm 
Offline
Joined: Fri Sep 19, 2003 7:05 pm
Posts: 5088
Location: Fontana, Ca
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.

_________________
cesman

When the source is open, the possibilities are endless!


Top
 Profile  
 

Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 6 posts ] 


All times are UTC - 6 hours




Who is online

Users browsing this forum: No registered users and 74 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB® Forum Software © phpBB Group

Theme Created By ceyhansuyu