[mythtv-users] MythStream woes...

Phill Edwards philledwards at gmail.com
Sun Oct 29 04:54:31 UTC 2006


> I finally got it installed, and it looks to run fine. EXCEPT... I
> can't figure out how to add my own "Storage Repository", nor can I add
> a stream to one of the existing "Storage Repository"'s. When I click
> add it just sits there, no stream is added.

I don't use the UI to add streams, I add entries to
/home/mythtv/.mythtv/mythstream/streams.res. Here's an extract:

<snip>
[item]
Music
ABC Dig Radio (RP)
rtsp://media1.abc.net.au:554/encoder/network1.rm
ABC Dig Radio - RealPlayer stream
[emptystring]

[item]
Music
ABC Dig Radio (WM)
http://www.abc.net.au/dig/dig.asx
ABC Dig Radio - Windows Media stream
[emptystring]

[item]
Music
HitzRadio.com
http://shoutcast.com/sbin/shoutcast-playlist.pls?rn=3281&file=filename.pls
Pop Top 40 Urban RnB
[emptystring]

[item]
ABC
Weather
http://127.0.0.1/dummy.html?prog=weather&vidqual=hq&output=0
ABC Weather
abcvidz

[item]
Science
Great Moments
http://abc.net.au/science/podcast/gmis.xml
[emptystring]
podcast
</snip>

FYI, where the last line in each of these definition stanzas (if
that's the right term) is something other than [emptystring], it is
the name of an executable perl file in
/home/mythtv/.mythtv/mythstream/parsers. (I believe that the latest
vsn of MythStream allows files other than perl but I haven't tried
it). So in my stanza above abcvidz refers to
/home/mythtv/.mythtv/mythstream/parsers/abcvidz.pl which is a parser I
wrote myself.

Good luck with it.

Regards,
Phill


More information about the mythtv-users mailing list