[mythtv-users] Mythstream in a Xbox frontend

2005-09-12 Thread Vassilis
Has anybody been able to get that to work in a Xebian Xbox? Thanks, Vassilis __ Yahoo! Mail - PC Magazine Editors' Choice 2005 http://mail.yahoo.com ___ mythtv-users mailing list

Re: [mythtv-users] Mythstream parsers - BBC

2005-08-27 Thread Neale Swinnerton
The Beeb also lets you browse by genre...Here's a dump of my streams table with all the URL's Thanks to Robin's hard work on the parsers this is really nice now. Neale. Neale Swinnerton wrote: LOL, We've both been working on the same thing this morning I was just about to post

Re: [mythtv-users] Mythstream parsers - BBC

2005-08-26 Thread Neale Swinnerton
I'm confused on how to set this up in mythstream I've added a row to the streams table... folder = Test name = Radio 2 Programs url = http://www.bbc.co.uk/radio/aod/networks/radio2/audiolist.shtml handler = bbc_l1 description = Radio 2 Programs This appears in the ui, and when I click on it,

Re: [mythtv-users] Mythstream parsers - BBC

2005-08-26 Thread Robin Gilks
Greetings I've done a first cut at getting BBC programs (those other than live) to [snip] Well, its done as far as I'm concerned!! Here it is... I've included a snip from the streams.res file (I use the mythstream database but the effect is the same). Also attached is a patch from the author

Re: [mythtv-users] Mythstream parsers - BBC

2005-08-26 Thread Neale Swinnerton
LOL, We've both been working on the same thing this morning I was just about to post something almost identical For the Weekday links, you can save the description too, and I got rid of the extra ' ' in the description my $s_description = ; while (my $token = $p-get_tag(a)) { my

Re: [mythtv-users] Mythstream parsers - BBC

2005-08-25 Thread Robin Gilks
Greetings I've done a first cut at getting BBC programs (those other than live) to list and play in Mythstream. Its a two stage process, where the stage 1 gets a frame from the bbcplayer and lists the shows available. This script provides a handler hint for stage 2. Selecting a show gets a

Re: [mythtv-users] Mythstream parsers - BBC

2005-08-25 Thread jonny Linux
I've done a first cut at getting BBC programs (those other than live) to list and play in Mythstream. Its a two stage process, where the stage 1 gets a frame from the bbcplayer and lists the shows available. This script provides a handler hint for stage 2. Selecting a show gets a page that

Re: [mythtv-users] Mythstream parsers - BBC

2005-08-25 Thread Neale Swinnerton
This looks very interesting, I haven't played with it in Mythstream yet tho'. How about using HTML::TokeParser for the parsing rather than your regex's?, I think it'll handle 'bad' html a bit better. updated version of bbc_l1.pl attached. (untested, but it creates the same output as your

[mythtv-users] Mythstream parsers - BBC

2005-08-24 Thread Robin Gilks
Greetings I've done a first cut at getting BBC programs (those other than live) to list and play in Mythstream. Its a two stage process, where the stage 1 gets a frame from the bbcplayer and lists the shows available. This script provides a handler hint for stage 2. Selecting a show gets a page

[mythtv-users] Mythstream parsers

2005-08-18 Thread Robin Gilks
Greetings all Does anyone have a good parser for BBC 'net broadcasts? The default one sort of works but the name tags have the url in them and hence run off the end of the screen so its impossible to see what it is you're selecting after the radio front page has been harvested. As well as the

Re: [mythtv-users] Mythstream parsers

2005-08-18 Thread Phill Edwards
Does anyone have a good parser for BBC 'net broadcasts? The default one sort of works but the name tags have the url in them and hence run off the end of the screen so its impossible to see what it is you're selecting after the radio front page has been harvested. As well as the parser, a

Re: [mythtv-users] Mythstream parsers

2005-08-18 Thread Robin Gilks
Does anyone have a good parser for BBC 'net broadcasts? The default one sort of works but the name tags have the url in them and hence run off the end of the screen so its impossible to see what it is you're selecting after the radio front page has been harvested. As well as the parser, a

Re: [mythtv-users] Mythstream parsers

2005-08-18 Thread Phill Edwards
All contributions welcome!! I've not played with streams.res - I just edit stuff into the setup screen. I assume that ends up in the database rather than a flat file... At least the shoutcast stuff I'm using (with shoutcast.pl) is getting good results by searching on genre, ordering by

Re: [mythtv-users] Mythstream parsers

2005-08-18 Thread Phill Edwards
I've not played with streams.res - I just edit stuff into the setup screen. I assume that ends up in the database rather than a flat file... At least the shoutcast stuff I'm using (with shoutcast.pl) is getting good results by searching on genre, ordering by the number of listeners and

Re: [mythtv-users] Mythstream parsers

2005-08-18 Thread Robin Gilks
I've not played with streams.res - I just edit stuff into the setup screen. I assume that ends up in the database rather than a flat file... At least the shoutcast stuff I'm using (with shoutcast.pl) is getting good results by searching on genre, ordering by the number of listeners and

Re: [mythtv-users] MythStream/mplayer question

2005-07-03 Thread Phill Edwards
a) Read DOCS/HTML/en/codecs.html b) Read the RealAudio section of the DOCS then, c) install the codec, or d) update the codecs.conf in your ~mythtv/.mplayer directory to it's in sync with the one distributed with your version of MPlayer (i.e. cp /etc/mplayer/codecs.conf ~mythtv/.mplayer

[mythtv-users] Mythstream crashes frontend and won't stop playing

2005-07-03 Thread Phill Edwards
I've found that Mythstream sometimes causes the whole frontend to crash when playing a stream. I can't reliably reproduce the error at the moment. It wouldn't be a major drama, except for the fact that the stream doesn't stop playing after the crash and I can't find out the process ID to kill it

Re: [mythtv-users] Mythstream crashes frontend and won't stop playing

2005-07-03 Thread Sasha Z
ps aux | grep mplayer I think it uses mplayer to play... don't quote me on it though, as I don't use the plugin. On 7/3/05, Phill Edwards [EMAIL PROTECTED] wrote: I've found that Mythstream sometimes causes the whole frontend to crash when playing a stream. I can't reliably reproduce the error

[mythtv-users] MythStream/mplayer question

2005-07-02 Thread Phill Edwards
I've been trying to get BBC Radio 4 working in MythStream. I've installed RealPlayer and ethereal and got the rtsp URL as per the instructions at http://66.102.7.104/search?q=cache:Mp65gFdh6MAJ:mysettopbox.tv/phpBB2/viewtopic.php%3Fp%3D20239%26+mythstreamhl=enstart=8lr=lang_en RealPlayer on my

Re: [mythtv-users] MythStream/mplayer question

2005-07-02 Thread Michael T. Dean
Phill Edwards wrote: I've been trying to get BBC Radio 4 working in MythStream. ... == Opening audio decoder: [realaud] RealAudio decoder opening shared obj '/usr/lib/win32/cook.so' Error: /usr/lib/win32/cook.so: cannot

Re: [mythtv-users] Mythstream Tips Tricks

2005-07-01 Thread Phill Edwards
I tried to install Mythstream a few weekends ago and it refused to show up in Mythtv. I followed all the instructions and kept thinking it was a plugin issue. It wasn't. My Myththemes was messed up. I cleaned and re-installed Myththemes, made the required additions to lirary.xml and

[mythtv-users] mythstream question

2005-06-27 Thread Neil
hey guys, I've got a mythstream question. I followed the INSTALL file and it's installed now. I really didn't add any URLs yet but when I opened mythfrontend, I saw Play internet stream. I tried to go in and saw some defined stations. I went to the Radio tab and I found one that worked.

[mythtv-users] [mythstream] No full screen

2005-06-23 Thread Koen Erens
Hi, just spent some time on getting some online video feeds work with mythstream. But; i can hear sound, but there only a blue screen where the video should be. i tried mplayer and xine as streamhandler, but both of them refuse to work if i load the stream by hand they work. I use fedora

Re: [mythtv-users] Mythstream Tips Tricks

2005-06-21 Thread Phill Edwards
I'll try these things. In the meantime I tried the mplayer command and got an error: $ mplayer http://64.236.34.97:80/stream/1040 mplayer: symbol lookup error: /usr/X11R6/lib/nvidia-graphics-1.0-7664/libXvMCNVIDIA_dynamic.so.1: undefined symbol: _nv0019XvMCdynamic Could this be why I

Re: [mythtv-users] Mythstream Tips Tricks

2005-06-12 Thread Phill Edwards
Unfortunately, though, the URL you chose isn't broadcasting. This happens sometimes--it seems some 'net radio stations don't like users accessing their streams without using Microsoft Windows/Internet Explorer/Windows Media Player (so they can force the user to download ads), so they seem to

Re: [mythtv-users] Mythstream Tips Tricks

2005-06-12 Thread Michael T. Dean
Phill Edwards wrote: Unfortunately, though, the URL you chose isn't broadcasting. This happens sometimes--it seems some 'net radio stations don't like users accessing their streams without using Microsoft Windows/Internet Explorer/Windows Media Player (so they can force the user to download

Re: [mythtv-users] Mythstream Tips Tricks

2005-06-10 Thread Phill Edwards
Mythstream is an awesome addon. Here is my post at knoppmyth for finding streams: http://mysettopbox.tv/phpBB2/viewtopic.php?t=2832highlight= By the way. I had an email conversation with the autho r of mythstream. It seems that a mythtv devel contacted him regarding adding it to the

Re: [mythtv-users] Mythstream Tips Tricks

2005-06-10 Thread Michael T. Dean
Phill Edwards wrote: Mythstream is an awesome addon. Here is my post at knoppmyth for finding streams: http://mysettopbox.tv/phpBB2/viewtopic.php?t=2832highlight= Does anyone have a streams.res with some good working content that they'd be prepared to share? Sorry. Mine is in the

[mythtv-users] Mythstream

2005-06-09 Thread Egeekial
I just cannot seem to get Mythstream working properly. I'm trying to stream MPEG2 files from my PVR-150. Here is the output when I try DIV3.: Starting Stream of /hd2/tv//2026_20050609013000_2005060902.nuv VLC media player 0.8.1 Janus [0205] main interface: creating httpd [0221]

Re: [mythtv-users] Mythstream

2005-06-09 Thread Mudit Wahal
I think I had to recompile the vlc and ffmpeg with the right flags to include all the relevant libraries to fix this error. Google it out and you will see similar messages and ways to fix it. On 6/9/05, Egeekial [EMAIL PROTECTED] wrote: I just cannot seem to get Mythstream working properly. I'm

Re: [mythtv-users] Mythstream

2005-06-09 Thread Chris Menard
Configure ffmpeg: ./configure --disable-x11 --disable-xvideo --disable-gtk --disable-sdl --enable-ffmpeg --with-ffmpeg-mp3lame --with-ffmpe g-faac --with-ffmpeg-zlib --enable-mad --enable-libdvbpsi --enable-a52 --disable-dvdplay --enable-dvdnav --enable-vorbis --enable-ogg --enable-theora

Re: [mythtv-users] Mythstream

2005-06-09 Thread Egeekial
Well, ffmpeg compiled fine with those settings, but vlc fails. I changed the -- with-ffmpeg-tree=/video/extra/ffmpeg-cvs-2004-11-10 to match my system, obviously. Here is the error: Making all in ffmpeg make[5]: Entering directory `/root/vlc-0.8.1/modules/codec/ffmpeg' make[6]: Entering

MythStreamTV (was Re: [mythtv-users] Mythstream)

2005-06-09 Thread Michael T. Dean
Egeekial wrote: I just cannot seem to get Mythstream working properly. I'm trying to stream MPEG2 files from my PVR-150. For the archive, this discussion is actually about MythStreamTV ( http://mythstreamtv.sourceforge.net/ ), not MythStream (

RE: [mythtv-users] Mythstream

2005-06-09 Thread Joshua Ebel
PROTECTED] On Behalf Of Egeekial Sent: Thursday, June 09, 2005 12:12 PM To: Chris Menard; Discussion about mythtv Subject: Re: [mythtv-users] Mythstream Well, ffmpeg compiled fine with those settings, but vlc fails. I changed the -- with-ffmpeg-tree=/video/extra/ffmpeg-cvs-2004-11-10 to match my system

RE: MythStreamTV (was Re: [mythtv-users] Mythstream)

2005-06-09 Thread Joshua Ebel
of? :) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Michael T. Dean Sent: Thursday, June 09, 2005 12:18 PM To: Discussion about mythtv Subject: MythStreamTV (was Re: [mythtv-users] Mythstream) Egeekial wrote: I just cannot seem to get Mythstream

Re: MythStreamTV (was Re: [mythtv-users] Mythstream)

2005-06-09 Thread David Morris
Funny you mention it, because I was -- -- this close to saying something myself. Before I put my foot in my mouth I double checked and realized that MythStream also streams video, although I think it still only supports the ShoutCast-type internet streams, not MPEG streams. David Michael T.

Re: [mythtv-users] Mythstream

2005-06-09 Thread Egeekial
-mp3lame --enable-pp -Joshua Ebel -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Egeekial Sent: Thursday, June 09, 2005 12:12 PM To: Chris Menard; Discussion about mythtv Subject: Re: [mythtv-users] Mythstream Well, ffmpeg compiled fine with those settings

RE: [mythtv-users] Mythstream

2005-06-09 Thread Joshua Ebel
I just grabbed a snapshot from: http://download.videolan.org/pub/videolan/vlc/snapshots/ -Joshua Ebel -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Egeekial Sent: Thursday, June 09, 2005 1:09 PM To: Discussion about mythtv Subject: Re: [mythtv-users

Re: [mythtv-users] Mythstream

2005-06-09 Thread Egeekial
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Egeekial Sent: Thursday, June 09, 2005 1:09 PM To: Discussion about mythtv Subject: Re: [mythtv-users] Mythstream Where do I find a tarred CVS snapshot? Or do I have to get it through subversion

Re: MythStreamTV (was Re: [mythtv-users] Mythstream)

2005-06-09 Thread Joseph A. Caputo
On Thursday 09 June 2005 15:54, David Morris wrote: Funny you mention it, because I was -- -- this close to saying something myself. Before I put my foot in my mouth I double checked and realized that MythStream also streams video, although I think it still only supports the

RE: [mythtv-users] Mythstream

2005-06-09 Thread Joshua Ebel
: Thursday, June 09, 2005 2:01 PM To: Discussion about mythtv Subject: Re: [mythtv-users] Mythstream Well, now I'm getting some other errors about libavcodec from ffmpeg... gcc -Wsign-compare -Wall -pipe -o vlc src/vlc-vlc.o lib/libvlc.a ./modules/misc/memcpy/libmemcpymmx.a ./modules/video_chroma

Re: MythStreamTV (was Re: [mythtv-users] Mythstream)

2005-06-09 Thread Michael T. Dean
Joseph A. Caputo wrote: On Thursday 09 June 2005 15:54, David Morris wrote: Funny you mention it, because I was -- -- this close to saying something myself. Before I put my foot in my mouth I double checked and realized that MythStream also streams video, although I think it still only

Re: MythStreamTV (was Re: [mythtv-users] Mythstream)

2005-06-09 Thread Michael T. Dean
Joshua Ebel wrote: Sorry about the confusion on the name of the project. At the time I wasn't aware of MythStream. Maybe I'll change the name to something like MythWebStream or something less confusing like MythBoner :). Well, they are different names, like Firefox (

Re: MythStreamTV (was Re: [mythtv-users] Mythstream)

2005-06-09 Thread David
Yes, that's much clearer. In other words, MythStream is a stream client, while MythStreamTV is a stream server. Confusing choice of name though, I agree that it should probably be changed to avoid further confusion. David Joseph A. Caputo wrote: On Thursday 09 June 2005 15:54, David

Re: [mythtv-users] Mythstream Tips Tricks

2005-05-28 Thread Phill Edwards
I tried to install Mythstream a few weekends ago and it refused to show up in Mythtv. I followed all the instructions and kept thinking it was a plugin issue. It wasn't. My Myththemes was messed up. I cleaned and re-installed Myththemes, made the required additions to lirary.xml and

Re: [mythtv-users] Mythstream Tips Tricks

2005-05-28 Thread pmb
Not as is. It needs integrated into mythmusic. The user shouldn't have to care where the music's coming from, so having multiple interfaces (one for streams, one for files) to get to it doesn't work. Isaac ___ My mythbox has a button to watch

Re: [mythtv-users] Mythstream Tips Tricks

2005-05-26 Thread Tim Sailer
On Tue, May 24, 2005 at 01:48:52PM -0700, Justin Mason wrote: Well, is a live stream more similar to a TV transmission (with timeshifting recording, etc.), or a music track? that's arguable; and MythStream deals with both. Does MythStream play ogg streams? If so, I'd like someone to contact

Re: [mythtv-users] Mythstream Tips Tricks

2005-05-25 Thread Frank Visser
On 5/24/05, Morrison, Kerry E. [EMAIL PROTECTED] wrote: I tried to install Mythstream a few weekends ago and it refused to show up in Mythtv. I followed all the instructions and kept thinking it was a plugin issue. It wasn't. My Myththemes was messed up. I cleaned and re-installed

Re: [mythtv-users] Mythstream Tips Tricks

2005-05-25 Thread Mark H
I dont think that Real Support is built into the package. Try downloading and compiling with Real Support built it. Make sure to read the docs on the mplayer site and it will be very easy. Make sure you have all the codecs downloaded and installed before you run config so it will find them

Re: [mythtv-users] Mythstream Tips Tricks

2005-05-25 Thread Jonathan Watmough
On 5/25/05, Mark H [EMAIL PROTECTED] wrote: I dont think that Real Support is built into thepackage. Try downloading and compiling with RealSupport built it.Make sure to read the docs on themplayer site and it will be very easy. Make sure youhave all the codecs downloaded and installed before you

[mythtv-users] Mythstream Tips Tricks

2005-05-24 Thread Morrison, Kerry E.
I tried to install Mythstream a few weekends ago and it refused to show up in Mythtv. I followed all the instructions and kept thinking it was a plugin issue. It wasn't. My Myththemes was messed up. I cleaned and re-installed Myththemes, made the required additions to lirary.xml and

Re: [mythtv-users] Mythstream Tips Tricks

2005-05-24 Thread Mark H
Mythstream is an awesome addon. Here is my post at knoppmyth for finding streams: http://mysettopbox.tv/phpBB2/viewtopic.php?t=2832highlight= By the way. I had an email conversation with the autho r of mythstream. It seems that a mythtv devel contacted him regarding adding it to the mythtv

Re: [mythtv-users] Mythstream Tips Tricks

2005-05-24 Thread Isaac Richards
On Tuesday 24 May 2005 04:33 pm, Mark H wrote: Mythstream is an awesome addon. Here is my post at knoppmyth for finding streams: http://mysettopbox.tv/phpBB2/viewtopic.php?t=2832highlight= By the way. I had an email conversation with the autho r of mythstream. It seems that a mythtv devel

Re: [mythtv-users] Mythstream Tips Tricks

2005-05-24 Thread Justin Mason
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Isaac Richards writes: On Tuesday 24 May 2005 04:33 pm, Mark H wrote: Mythstream is an awesome addon. Here is my post at knoppmyth for finding streams: http://mysettopbox.tv/phpBB2/viewtopic.php?t(32highlight By the way. I had an email

Re: [mythtv-users] Mythstream Tips Tricks

2005-05-24 Thread Ryan A. Carris
On 5/24/05, Justin Mason [EMAIL PROTECTED] wrote: (snip) FWIW, I'd love to see better integration for MythStream, it is very useful and a key component in WAF reduction here. ;) (snip) I smell a good use of LxSuite bounty... I agree. I'm too cheep to buy music, and I don't download music

Re: [mythtv-users] Mythstream (not mythstreamtv)

2005-05-06 Thread Morrison, Kerry E.
I checked when I got home and there is nothing in /usr/share/mythtv. It's all in /local/. I keep thinking it's plugin related because everything elde seems to check out. I'll keep playing with it and if I get it working I'll post the results. I'm using MythStream 0.16_3 (

Re: [mythtv-users] Mythstream (not mythstreamtv)

2005-05-04 Thread Michael T. Dean
Morrison, Kerry E. wrote: I decided to install mythstream over the weekend and it didn't work out well. I install all the prerequisites, qmake. make, make install. It compiles just fine. Oh yeah, I changed the mythtv path. I checked and the plugin is where it belongs. I edited the 3 .xml files and

[mythtv-users] Mythstream (not mythstreamtv)

2005-05-03 Thread Morrison, Kerry E.
Hi all, I decided to install mythstream over the weekend and it didn't work out well. I install all the prerequisites, qmake. make, make install. It compiles just fine. Oh yeah, I changed the mythtv path. I checked and the plugin is where it belongs. I edited the 3 .xml files and triple

Re: [mythtv-users] Mythstream

2005-04-08 Thread Phill Edwards
Thank you for your reply! I do not think that bandwidth should be a problem, as I am running a gigabit network here :) The problem he was pointing out was that many web servers (such as apache) will just refuse to serve up files 2GB. IIRC you have to get a patch for something (apache, kernel,

[mythtv-users] Mythstream

2005-04-06 Thread Verteiler
Hi, Now that I have installed MythTV again (on my FC3) and have everything up and running, I would like to watch Movies streamed from the server. When I access Videos from the Webinterface (MythWeb) and click on a video to watch it, all I get is this error: The requested URL

Re: [mythtv-users] Mythstream

2005-04-06 Thread Andrew Meredith
Verteiler wrote: Hi, Now that I have installed MythTV again (on my FC3) and have everything up and running, I would like to watch Movies streamed from the server. When I access Videos from the Webinterface (MythWeb) and click on a video to watch it, all I get is this error: The requested URL

Re: [mythtv-users] Mythstream

2005-04-06 Thread Verteiler
Thank you for your reply! I do not think that bandwidth should be a problem, as I am running a gigabit network here :) As I can judge you only use the links to your recordings. I would like to have something to serve my videos and music files... Andrew Meredith wrote: Verteiler wrote: Hi, Now

[mythtv-users] Mythstream - how to use?

2005-03-19 Thread Phill Edwards
Does anyone know where there's any docco available on how to use mythstream. The UI is quite difficult to navigate, and on my PC I can't see the whole config page which means there's some buttons at the bottom of the config page that I can't get to. Most of the streams set up by default don't

[mythtv-users] MythStream Patch against Mythtv-cvs

2005-02-26 Thread John Miller
Not as clean as the last one, but it's working again. __ Do you Yahoo!? Take Yahoo! Mail with you! Get it on your mobile phone. http://mobile.yahoo.com/maildemo diff -Naur mythstream-0.16-orig/libs/configelements.h

Re: [mythtv-users] mythstream

2005-02-16 Thread Max Waterman
How can I install it? I can't d/l the s/w from the web site below, and the rpms I can find seem to require downgrading many other packages... Max. Jesper Rasmussen wrote: would it be possible to collect the links to the unofficial addons, on mythtv.org? Max Waterman wrote: Wow, it can play BBC

Re: [mythtv-users] mythstream

2005-02-16 Thread Max Waterman
Yeah, that's the URL that doesn't work (for me). Max. Frank Muenchow wrote: Max Waterman schrieb: How can I install it? I can't d/l the s/w from the web site below http://ircm.homelinux.org/cgi/lookup.php?context=homepagecommand=getURLparameter=mythstream-v0.16_3

Re: [mythtv-users] mythstream

2005-02-16 Thread Max Waterman
I'm not surprised. You get used to it in China :| Max. Ryszard wrote: i just downloaded it..?! On Wed, 16 Feb 2005 19:52:20 +0800, Max Waterman [EMAIL PROTECTED] wrote: How can I install it? I can't d/l the s/w from the web site below, and the rpms I can find seem to require downgrading many

RE: [mythtv-users] mythstream

2005-02-16 Thread Lan User
[mailto:[EMAIL PROTECTED] On Behalf Of Max Waterman Sent: Wednesday, February 16, 2005 7:28 AM To: Discussion about mythtv Subject: Re: [mythtv-users] mythstream Hi, Sorry to hijack this thread but I just have a few questions. 1. How is this version of MythStream different than the project

Re: [mythtv-users] mythstream

2005-02-16 Thread Ryszard
about mythtv Subject: Re: [mythtv-users] mythstream Hi, Sorry to hijack this thread but I just have a few questions. 1. How is this version of MythStream different than the project found here: http://mythstreamtv.sourceforge.net/ 2. In regards to version 0.16 of MythStream found

Re: [mythtv-users] mythstream

2005-02-16 Thread Joseph A. Caputo
On Wednesday 16 February 2005 10:09, Lan User wrote: Hi, Sorry to hijack this thread but I just have a few questions. 1. How is this version of MythStream different than the project found here: http://mythstreamtv.sourceforge.net/ Did you even look at that web site? That project is

RE: [mythtv-users] mythstream

2005-02-16 Thread Lan User
From: [EMAIL PROTECTED] Did you even look at that web site? That project is an add-on to MythWeb to allow streaming of MPEG-2 recorded Myth TV content over the web using VLC. It has nothing to do with streaming internet radio. -JAC Yes, I did look at the website, but I just wan't

RE: [mythtv-users] mythstream

2005-02-16 Thread Herman Kuiper
2. In regards to version 0.16 of MythStream found here: http://home.kabelfoon.nl/~moongies/streamtuned.html Is the version number 0.16 just a coincidence and not meant to relate in anyway to version 0.16 of MythTV? I don't know if it is coincidence or not, but I'm currently running

[mythtv-users] mythstream won't stream

2005-01-29 Thread Chase Douglas
I have been trying to get mythstream to work, and it seems rather drop-in and it works for most people, but for me it just doesn't want to stream. I am using gentoo with mythtv and mythweb 0.16. I emerged vlc, then tried mythstreamtv, but it seemed vlc hadn't a clue how to do things. So I unmerged

Re: [mythtv-users] mythstream won't stream

2005-01-29 Thread David Whyte
What media player are you using to view the stream? It definately looks like there is a problem with the script trying to kill the old vlc process, but the stream is there, and it appears to be recieving a request from a viewer to attach to the stream. I have no idea why kill wouldn't work, I

Re: [mythtv-users] mythstream won't stream

2005-01-29 Thread Josh Ebel
It looks like your /var/tmp/STREAMSTOP may already exist and belong to root. Try removing the file to resolve that issue. Enable verbose debugging in the mythstreamtv.sh file by adding -vvv. That may shed some light on why your having problem connecting. Hope that helps. -Joshua Ebel [EMAIL

Re: [mythtv-users] mythstream bundled in 0.17?

2005-01-06 Thread [EMAIL PROTECTED]
Dave wrote: On Tue, 04 Jan 2005 21:04:33 -0700, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Any chance of mythstream making it into 0.17? I rarely listen to my mp3's since I installed it. Any reason why it hasn't been included? -- http://www.umich2.com

Re: [mythtv-users] mythstream bundled in 0.17?

2005-01-05 Thread Dave
On Tue, 04 Jan 2005 21:04:33 -0700, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Any chance of mythstream making it into 0.17? I rarely listen to my mp3's since I installed it. Any reason why it hasn't been included? -- http://www.umich2.com ___

[mythtv-users] mythstream bundled in 0.17?

2005-01-04 Thread [EMAIL PROTECTED]
Any chance of mythstream making it into 0.17? I rarely listen to my mp3's since I installed it. Any reason why it hasn't been included? -- http://www.umich2.com ___ mythtv-users mailing list mythtv-users@mythtv.org