RE: [mythtv-users] FW: New Source Forge Project MythStreamTV

2005-02-25 Thread Torbjörn Jansson
David Whyte scribbled on Thursday, January 13, 2005 11:55 PM: > I never could get the DirectShow filters to work. I have to download > the whole file to my viewing machine, which is pointless. Is there a > howto for the DSMyth stuff? > > Dave > I never wrote a howt

Re: [mythtv-users] FW: New Source Forge Project MythStreamTV

2005-01-24 Thread Tim Sailer
If someone has compiled vlc and ffmpeg on a Debian system, if you have created a .deb, can you post a link? Thanks, Tim -- >> Tim Sailer >< Coastal Internet, Inc. << >> Network and Systems O

Re: [mythtv-users] FW: New Source Forge Project MythStreamTV

2005-01-21 Thread Ashley Bostock
I've got streaming over http with authenication working well, works with mplayer on linux and windows media player on windows :-D Just open up the mythstreamtv.sh file and change the vlc line to read: /usr/local/bin/vlc -vvv --sout-transcode-fps=$FPS --sout-transcode-deinterlace $NUV_DIR/$1 ":so

Re: [mythtv-users] FW: New Source Forge Project MythStreamTV

2005-01-21 Thread Chris Menard
you would be the 'Mike Jasper' that used to work for AMS would you? --- Mike Jasper <[EMAIL PROTECTED]> wrote: > I should have just tried it before writing... I opened up another port > and now have mythstreamtv working. Cool! On my Linux box I could only > get it to play in the VLC client, us

Re: [mythtv-users] FW: New Source Forge Project MythStreamTV

2005-01-21 Thread Ashley Bostock
If you set it to stream over http and dont set a mime type (so the browser doesnt know what to do with the file) your browser will prompt to save it. Ash. On Fri, 21 Jan 2005 10:00:03 +0100, Niklas Brunlid <[EMAIL PROTECTED]> wrote: > Just a quick question: could this be setup to act like a tran

Re: [mythtv-users] FW: New Source Forge Project MythStreamTV

2005-01-21 Thread Niklas Brunlid
Just a quick question: could this be setup to act like a transcoder, i.e. I select bitrate and resolution, click on a recording, and the mythbox streams a file to me that can be saved for later viewing? This would be perfect for when you want to watch something on the road bout don't have a

Re: [mythtv-users] FW: New Source Forge Project MythStreamTV

2005-01-20 Thread Kenneth Hadley
Hi David, I edited mythstreamtv.sh to point to /usr/local/bin/vlc and I still had no luck. Unfortunately (or is that fortunately?) I remembered that I had installed MythStreamTV as root. I went ahead and set the permissions for my MythStreamTV install point so that user "apache" could read and w

Re: [mythtv-users] FW: New Source Forge Project MythStreamTV

2005-01-20 Thread David Whyte
again, I think it is because the apache user does not have the vlc command in the path. If you put the absolute path to the vlc (i.e. the output of 'which vlc') in the mythstreamtv.sh, you should be able to get it working just fine. I only managed to get mine working properly last night. Also, I

Re: [mythtv-users] FW: New Source Forge Project MythStreamTV

2005-01-20 Thread Mike Jasper
I should have just tried it before writing... I opened up another port and now have mythstreamtv working. Cool! On my Linux box I could only get it to play in the VLC client, using the mmsh:// syntax. Couldn't get it to work with xine v0.99.3 (just hangs). Same with mplayer, but I have a re

Re: [mythtv-users] FW: New Source Forge Project MythStreamTV

2005-01-20 Thread Kenneth Hadley
Heya folks, I've almost gotten MythStreamTV to work but ran into a odd problem that I havnt seen anyone mention on the mailing list yet. I select a stream to play and this webpage comes up: MythStreamTV is now streaming your program. Click Here To Refresh Log File DisplayClick here to l

Re: [mythtv-users] FW: New Source Forge Project MythStreamTV

2005-01-20 Thread David Whyte
you would definately need a port all for itself. Otherwise, apache (or whatever) and vlc will not know who is responsible for taking care of requests. infact once one has registered use of the port, I doubt the other will be able to grab it. Not a very thorough description I know, but I don't kn

Re: [mythtv-users] FW: New Source Forge Project MythStreamTV

2005-01-20 Thread Mike Jasper
I should have mentioned that I already hardcoded the absolute path to vlc in mythstreamtv.sh. The problem was that I had chown'd the old stream directory to apache.apache, forgetting to do the new one under /var/www. However, I am still having trouble. Is it ok to use the same port that I us

Re: [mythtv-users] FW: New Source Forge Project MythStreamTV

2005-01-20 Thread David Whyte
Are you sure the stream has actually begun. A number of people have come across an issue where vlc will not begin because it cannot be found in the classpath for the user apache. Do a 'which vlc' then make sure the path you get is in the mytstreamtv.sh script. If not, use the output of the logs

Re: [mythtv-users] FW: New Source Forge Project MythStreamTV

2005-01-20 Thread e394td
I've installed mythstreamtv, but can't get wmp (or vlc) to play the streams. When I click the mms://ip:port link it opens wmp, but I receive an "Enter Network Password" window. My mythweb access is restricted via htaccess, and this looks like the same authentication window that IE gives, more

Re: [mythtv-users] FW: New Source Forge Project MythStreamTV

2005-01-20 Thread Kenneth Hadley
Thanks for the info James! I had the lame package installed but not lame-devel. One "apt-get install lame-devel" and a compile later and I have a working ffmpeg! Now on to VLC. Thanks again! -Kenneth James Armstrong wrote: Kenneth Hadley wrote: Heya folks, MythStreamTV looks like a cool add-

Re: [mythtv-users] FW: New Source Forge Project MythStreamTV

2005-01-20 Thread James Armstrong
Kenneth Hadley wrote: Heya folks, MythStreamTV looks like a cool add-in for MythTV but I'm having a heck of a time compiling ffmpeg both from ffmpeg-0.4.9-pre1.tar.gz and from current CVS. My MythTV v.0.16 box is running FedoraCore2 put together from Jarod's Guide. I'm compiling ffmpeg with t

Re: [mythtv-users] FW: New Source Forge Project MythStreamTV

2005-01-20 Thread Kenneth Hadley
Heya folks, MythStreamTV looks like a cool add-in for MythTV but I'm having a heck of a time compiling ffmpeg both from ffmpeg-0.4.9-pre1.tar.gz and from current CVS. My MythTV v.0.16 box is running FedoraCore2 put together from Jarod's Guide. I'm compiling ffmpeg with these options: ./configure

Re: [mythtv-users] FW: New Source Forge Project MythStreamTV

2005-01-19 Thread Joseph A. Caputo
On Wednesday 19 January 2005 15:01, Geoff Scott wrote: > Ok, it's working, sort of ;) I won't go into the details of getting > it work because frankly I'm ashamed to (read that, "port forwarding > of port 8001 should go to the Myth Box, and not another box on the > network that isn't streaming a d

Re: [mythtv-users] FW: New Source Forge Project MythStreamTV

2005-01-19 Thread Ashley Bostock
I had this problem, from the command line run: which vlc This will give the location of where vlc is installed on your machine, then open up mythstream.sh and on the line near the bottom where it says vlc -I dummy, etc... add in the full path to vlc, so on mine it reads: /usr/local/bin/vlc -I du

Re: [mythtv-users] FW: New Source Forge Project MythStreamTV

2005-01-19 Thread Geoff Scott
On Wed, 19 Jan 2005 11:00:54 -0800, Joshua Ebel <[EMAIL PROTECTED]> wrote: > Confirm that your Myth box is listening on the port you configured to stream > from. 'netstat -an | grep portnumber' > > If the output from netstat shows VLC listening on the port the bind went ok > and it should work. Fr

Re: [mythtv-users] FW: New Source Forge Project MythStreamTV

2005-01-19 Thread Bill Bradley
If anyone is interested, I have figured out how to setup Firefox under linux to autolaunch an external player when choosing the stream link instead of just getting the "mms is not a registered protocol". First I edited the mythstreamtv_createfile.php file to make the link "mmsh" instead of "mms" b

RE: [mythtv-users] FW: New Source Forge Project MythStreamTV

2005-01-19 Thread Joshua Ebel
ED] On Behalf Of Geoff Scott Sent: Wednesday, January 19, 2005 10:44 AM To: Jå§òÑ [EMAIL PROTECTED] Cc: Discussion about mythtv Subject: Re: [mythtv-users] FW: New Source Forge Project MythStreamTV On Wed, 19 Jan 2005 12:50:03 -0500, Jå§òÑ [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: >

Re: [mythtv-users] FW: New Source Forge Project MythStreamTV

2005-01-19 Thread Geoff Scott
On Wed, 19 Jan 2005 12:50:03 -0500, Jå§òÑ [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > I had the same problem. Even though I had libmpeg install I had to > compile mpeg2dec from source to get get VLC compiled. > > I still don't have it working yet. WMP fails to open the stream and > the mythst

Re: [mythtv-users] FW: New Source Forge Project MythStreamTV

2005-01-19 Thread Joseph A. Caputo
On Wednesday 19 January 2005 11:58, Geoff Scott wrote: > I've been having a hell of a time getting VLC to compile. I've used > the ./configure options above (with the correct path for my ffmpeg > tree) but get the following error: > > > checking mpeg2dec/mpeg2.h usability... no > checking mpeg2dec

Re: [mythtv-users] FW: New Source Forge Project MythStreamTV

2005-01-19 Thread James Armstrong
On Sun, 16 Jan 2005 22:38:00 +, Ashley Bostock <[EMAIL PROTECTED]> wrote: Right I've finially got it to compile with the following configure values: VLC Version 0.8.1: ./configure --disable-x11 --disable-xvideo --disable-gtk --disable-sdl --enable-ffmpeg --with-ffmpeg-mp3lame --wi

Re: [mythtv-users] FW: New Source Forge Project MythStreamTV

2005-01-19 Thread Jå§òÑ M@¢þhè®$Øñ
I had the same problem. Even though I had libmpeg install I had to compile mpeg2dec from source to get get VLC compiled. I still don't have it working yet. WMP fails to open the stream and the mythstreamtv log is completely emty. I'm not sure where to even start debugging this thing. __

Re: [mythtv-users] FW: New Source Forge Project MythStreamTV

2005-01-19 Thread Geoff Scott
On Sun, 16 Jan 2005 22:38:00 +, Ashley Bostock <[EMAIL PROTECTED]> wrote: > Right I've finially got it to compile with the following configure values: > > > VLC Version 0.8.1: > ./configure --disable-x11 --disable-xvideo --disable-gtk --disable-sdl > --enable-ffmpeg --with-ffmpeg-mp3lame --wi

Re: [mythtv-users] FW: New Source Forge Project MythStreamTV

2005-01-19 Thread Ashley Bostock
concept probably won't be that way (Unless I > > > > can > > > > find a really easy way to do it! :) > > > > > > > > Unfortunately my 'real' job is starting to get busy and that leaves less > > > > time for me to play. > &

Re: [mythtv-users] FW: New Source Forge Project MythStreamTV

2005-01-19 Thread David Whyte
do it! :) > > > > > > Unfortunately my 'real' job is starting to get busy and that leaves less > > > time for me to play. > > > > > > If you can get something working I wouldn't be opposed to adding it to the > > > project. > >

Re: [mythtv-users] FW: New Source Forge Project MythStreamTV

2005-01-19 Thread Ashley Bostock
-Original Message----- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] On Behalf Of David Whyte > > Sent: Tuesday, January 18, 2005 2:37 PM > > To: Discussion about mythtv > > Subject: Re: [mythtv-users] FW: New Source Forge Project MythStreamTV > > > &g

Re: [mythtv-users] FW: New Source Forge Project MythStreamTV

2005-01-18 Thread David Whyte
wouldn't be opposed to adding it to the > project. > > Thanks, > -Joshua Ebel > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of David Whyte > Sent: Tuesday, January 18, 2005 2:37 PM > To: Discussion about mythtv &g

RE: [mythtv-users] FW: New Source Forge Project MythStreamTV

2005-01-18 Thread Joshua Ebel
PM To: Discussion about mythtv Subject: Re: [mythtv-users] FW: New Source Forge Project MythStreamTV I saw the discussion on the sourceforge project page about swapping the 'I dummy' interface to 'I http' so you can view a VLC web page to control the stream and it works a damn trea

RE: [mythtv-users] FW: New Source Forge Project MythStreamTV

2005-01-18 Thread Joshua Ebel
PROTECTED] On Behalf Of Joseph A. Caputo Sent: Tuesday, January 18, 2005 1:33 PM To: Discussion about mythtv Subject: Re: [mythtv-users] FW: New Source Forge Project MythStreamTV On Tuesday 18 January 2005 14:16, Joshua Ebel wrote: > You've assumed correctly. Unfortunately there is no supp

Re: [mythtv-users] FW: New Source Forge Project MythStreamTV

2005-01-18 Thread David Whyte
I saw the discussion on the sourceforge project page about swapping the 'I dummy' interface to 'I http' so you can view a VLC web page to control the stream and it works a damn treat! Great stuff. As you said, it would be cool to integrate this control into MythStream, however, it would require o

Re: [mythtv-users] FW: New Source Forge Project MythStreamTV

2005-01-18 Thread Joseph A. Caputo
On Tuesday 18 January 2005 14:16, Joshua Ebel wrote: > You've assumed correctly. Unfortunately there is no support in > Videolan Client for the MPEG-4/RTjpeg Nuppel video files. To avoid confusion, you might want to stop referring to the files produced by PVR-x50, ATSC or DVB cards as "NuppelVide

Re: [mythtv-users] FW: New Source Forge Project MythStreamTV

2005-01-18 Thread Ashley Bostock
It works fine from windows media player which is brilliant. That peek = and a diamond character is exactly what im getting with mplayer, do you know which version is supported? current version of xine just hangs when I try it. Havent tried vlc itself. Have you had any success in getting http st

RE: [mythtv-users] FW: New Source Forge Project MythStreamTV

2005-01-18 Thread Joshua Ebel
6:02 AM To: Discussion about mythtv Subject: Re: [mythtv-users] FW: New Source Forge Project MythStreamTV Let me ask the opposite question... will this work for software-encoded (or transcoded) Myth files (i.e., NuppelVideo MPEG-4/RTjpeg), or only for MPEG-1/2 (DVB, ATSC, or PVR-x50) files?

Re: [mythtv-users] FW: New Source Forge Project MythStreamTV

2005-01-18 Thread Joseph A. Caputo
On Tuesday 11 January 2005 23:55, Joshua Ebel wrote: > > -Original Message- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] On Behalf Of Harondel J. > > Sibble Sent: Tuesday, January 11, 2005 4:54 PM > > To: Discussion about mythtv > > Subjec

Re: [mythtv-users] FW: New Source Forge Project MythStreamTV

2005-01-18 Thread Itai Tavor
On 17/01/2005, at 9:38 AM, Ashley Bostock wrote: Right I've finially got it to compile with the following configure values: Latest CVS Snapshot of ffmpeg (as I read vlc doesnt work too well or at all with non cvs versions): /video/extra/ffmpeg-cvs-2004-11-10 # ./configure --disable-x11 --disable-

RE: [mythtv-users] FW: New Source Forge Project MythStreamTV

2005-01-17 Thread Joshua Ebel
on about mythtv Subject: Re: [mythtv-users] FW: New Source Forge Project MythStreamTV Right I've finially got it to compile with the following configure values: Latest CVS Snapshot of ffmpeg (as I read vlc doesnt work too well or at all with non cvs versions): /video/extra/ffmpeg-cvs-2004-11-10 # .

Re: [mythtv-users] FW: New Source Forge Project MythStreamTV

2005-01-16 Thread Ashley Bostock
Doh!!! Its working fine, needed to connect from an external ip from what I'm hosting it on. This mythstreamtv is very cool, thanks. Just one other question, what permissions do I need on the mythstreamtv directory for me to be able launch a stream from mythweb? Ash. On Sun, 16 Jan 2005 22:38:0

Re: [mythtv-users] FW: New Source Forge Project MythStreamTV

2005-01-16 Thread Ashley Bostock
Right I've finially got it to compile with the following configure values: Latest CVS Snapshot of ffmpeg (as I read vlc doesnt work too well or at all with non cvs versions): /video/extra/ffmpeg-cvs-2004-11-10 # ./configure --disable-x11 --disable-xvideo --disable-gtk --disable-sdl --enable-ffmpeg

Re: [mythtv-users] FW: New Source Forge Project MythStreamTV

2005-01-16 Thread Ashley Bostock
No matter what I try I still get the same problems mentioned above. Is there anyway on a working system for someone to print out the exact config line used to compile ffmpeg and vlc? If so could someone print the separate ./configure commands for each. Thanks, Ash. On Sun, 16 Jan 2005 20:11:34

Re: [mythtv-users] FW: New Source Forge Project MythStreamTV

2005-01-16 Thread David Whyte
Looking back in the shell history, this looks like the last configure I did for ffmpeg... [EMAIL PROTECTED] root]# ./configure --disable-x11 --disable-xvideo --disable-gtk --disable-sdl --enable-ffmpeg --with-ffmpeg-mp3lame --with-ffmpeg-faac --with-ffmpeg-zlib --enable-mad --enable-libdvbpsi --en

RE: [mythtv-users] FW: New Source Forge Project MythStreamTV

2005-01-15 Thread Chris Menard
Joshua, Well, with your tips I made some progress. Seems if I cd to the directory w/ the vlc prog the -H command lists lots of sout-transcode entries...if I cd away, not so much. Not sure why that is the case, i didnt run make install, im running it out of /var/local/vlc-0.8.1/vlc...maybe a env

Re: [mythtv-users] FW: New Source Forge Project MythStreamTV

2005-01-15 Thread Itai Tavor
David Whyte wrote: I compiled and installed ffmpeg a couple of times (sometimes tweaking the options a little ;) ). Eventually the copoile of VLC progressed. I also tried to compile faac too as vlc needed the libraries, but in the end I got the dev rpms and all went well. HTH's (somehow) Dave Hi

Re: [mythtv-users] FW: New Source Forge Project MythStreamTV

2005-01-15 Thread David Whyte
I compiled and installed ffmpeg a couple of times (sometimes tweaking the options a little ;) ). Eventually the copoile of VLC progressed. I also tried to compile faac too as vlc needed the libraries, but in the end I got the dev rpms and all went well. HTH's (somehow) Dave On Sat, 15 Jan 200

Re: [mythtv-users] FW: New Source Forge Project MythStreamTV

2005-01-15 Thread Ashley Bostock
Hope someone can help me get ffmpeg and vlc installed, heres the problems I'm having: I downloaded ffmpeg-0.4.9-pre1 and vlc-0.8.1 then extracted them to: /video/extra/ffmpeg-0.4.9-pre1 /video/extra/vlc-0.8.1 I then cd into the /video/extra/ffmpeg-0.4.9-pre1 directory and run: ./configure --disa

RE: [mythtv-users] FW: New Source Forge Project MythStreamTV

2005-01-15 Thread Joshua Ebel
Chris, Those same options here work for VLC. Do you see the --sout-transcode-fps in 'vlc -H'? sh-2.05b# vlc -H | grep transcode-fps VLC media player 0.8.1 Janus --sout-transcode-fps Also please run 'vlc -vvv' and send me your ./configure options. [] main root debug: VLC media pla

RE: [mythtv-users] FW: New Source Forge Project MythStreamTV

2005-01-14 Thread Joshua Ebel
EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bill Bradley Sent: Friday, January 14, 2005 2:29 PM To: Discussion about mythtv Subject: Re: [mythtv-users] FW: New Source Forge Project MythStreamTV okworks great in windows, yet mpla

Re: [mythtv-users] FW: New Source Forge Project MythStreamTV

2005-01-14 Thread Bill Bradley
okworks great in windows, yet mplayer on linux is having troubles.anyone want to share the command they usealso vlc won't work either...which is odd. On Tue, 11 Jan 2005 11:10:21 -0800, Joshua Ebel <[EMAIL PROTECTED]> wrote: > Greetings, > > I've released a new project on Source Forg

Re: [mythtv-users] FW: New Source Forge Project MythStreamTV

2005-01-13 Thread David Whyte
I never could get the DirectShow filters to work. I have to download the whole file to my viewing machine, which is pointless. Is there a howto for the DSMyth stuff? Dave On Thu, 13 Jan 2005 09:36:38 -0600 (CST), Bob Cottingham <[EMAIL PROTECTED]> wrote: > David Whyte said: > > I have to say,

Re: [mythtv-users] FW: New Source Forge Project MythStreamTV

2005-01-13 Thread John Johnson
Due to it's nice setting, transcode can use that much CPU. It isn't supposed to affect other programs (mythbackend, etc.). It's nice setting of 19 puts it at the lowest priority in the food chain. When everyone else is finished, transcode gets it's CPU time. Regards, JJ On 13-Jan-2005, at 10:

Re: [mythtv-users] FW: New Source Forge Project MythStreamTV

2005-01-13 Thread Bob Cottingham
David Whyte said: > I have to say, WMV2 seems to be the better codec for me. I can run it > quite happily at 2000Kbit/s but I have chosen 1000/320 (video/audio) and I > am quite happy for my LAN. Infact the Celeron 1.0Ghz machine that is > viewing it is struggling at somem points. The Myth machi

Re: [mythtv-users] FW: New Source Forge Project MythStreamTV

2005-01-13 Thread David Whyte
It is working now after compiling ffmpeg, vlc and a couple of the dependencies. I have to say, WMV2 seems to be the better codec for me. I can run it quite happily at 2000Kbit/s but I have chosen 1000/320 (video/audio) and I am quite happy for my LAN. Infact the Celeron 1.0Ghz machine that is vi

Re: [mythtv-users] FW: New Source Forge Project MythStreamTV

2005-01-13 Thread David Whyte
WOW!!! CPU usage is 100%, which must be why my videos don't stream too well! On Wed, 12 Jan 2005 15:04:06 -0800, Asher Schaffer <[EMAIL PROTECTED]> wrote: > I guess I should have realized that an EPIA M10K wouldn't have enough > power to stream this, oh well. It rebuffers every 10-20 seconds.

RE: [mythtv-users] FW: New Source Forge Project MythStreamTV

2005-01-12 Thread Joshua Ebel
Of David Whyte Sent: Wednesday, January 12, 2005 1:22 PM To: Discussion about mythtv Subject: Re: [mythtv-users] FW: New Source Forge Project MythStreamTV Joshua, I couldn't understand what this part of the README meant so I didn't do it :| How do I do this part? I wonder if it may hel

Re: [mythtv-users] FW: New Source Forge Project MythStreamTV

2005-01-12 Thread David Whyte
it not an error as such. it is working, just point your media player to port 8080 and you should recieve content. I get video, not audio! On Wed, 12 Jan 2005 13:59:08 -0600, Bill Bradley <[EMAIL PROTECTED]> wrote: > ok...i am now getting this error...any ideas: > > Starting Stream of 1196_200

Re: [mythtv-users] FW: New Source Forge Project MythStreamTV

2005-01-12 Thread David Whyte
Ohhh, so this is what the readme meant. I have to compile vlc and ffmpeg! Bummer! On Wed, 12 Jan 2005 13:00:16 -0600, Bill Bradley <[EMAIL PROTECTED]> wrote: > Has anyone been able to get vlc to compile against ffmpeg? Its > driving me nuts. I compiled ffmpeg from src with pp support, however

Re: [mythtv-users] FW: New Source Forge Project MythStreamTV

2005-01-12 Thread Asher Schaffer
I guess I should have realized that an EPIA M10K wouldn't have enough power to stream this, oh well. It rebuffers every 10-20 seconds. I wasn't really thinking it through while I was working to get it setup. ___ mythtv-users mailing list mythtv-users@my

RE: [mythtv-users] FW: New Source Forge Project MythStreamTV

2005-01-12 Thread Joshua Ebel
t mythtv Subject: Re: [mythtv-users] FW: New Source Forge Project MythStreamTV ok...i am now getting this error...any ideas: Starting Stream of 1196_2005010803_20050108045000.nuv VLC media player 0.8.1 Janus [0228] dummy interface: Using the dummy interface module... [0234] main pri

Re: [mythtv-users] FW: New Source Forge Project MythStreamTV

2005-01-12 Thread David Whyte
ednesday, January 12, 2005 6:23 AM > To: Discussion about mythtv > Subject: Fwd: [mythtv-users] FW: New Source Forge Project MythStreamTV > > posted to the list incase anyone else can help! > > -- Forwarded message -- > From: David Whyte <[EMAIL PROTECTED]>

Re: [mythtv-users] FW: New Source Forge Project MythStreamTV

2005-01-12 Thread David Whyte
gt; > > Yes 0.16 should be fine. I'm running 0.16.20040906-1. > > > > > > Thanks for your interest! > > > -Joshua Ebel > > > [EMAIL PROTECTED] > > > > > > -Original Message----- > > > From: [EMAIL PROTECTED] > > >

Re: [mythtv-users] FW: New Source Forge Project MythStreamTV

2005-01-12 Thread James Armstrong
Bill Bradley wrote: ok...i am now getting this error...any ideas: Starting Stream of 1196_2005010803_20050108045000.nuv VLC media player 0.8.1 Janus [0228] dummy interface: Using the dummy interface module... [0234] main private: creating httpd [0243] mpeg_audio packetizer: MPGA cha

Re: [mythtv-users] FW: New Source Forge Project MythStreamTV

2005-01-12 Thread Bill Bradley
ok...i am now getting this error...any ideas: Starting Stream of 1196_2005010803_20050108045000.nuv VLC media player 0.8.1 Janus [0228] dummy interface: Using the dummy interface module... [0234] main private: creating httpd [0243] mpeg_audio packetizer: MPGA channels:2 samplerate:

Re: [mythtv-users] FW: New Source Forge Project MythStreamTV

2005-01-12 Thread Bill Bradley
Has anyone been able to get vlc to compile against ffmpeg? Its driving me nuts. I compiled ffmpeg from src with pp support, however vlc is failing to detect during configure configure: error: /usr/src/redhat/SOURCES/ffmpeg-0.4.9/libavcodec/libavcodec.a was not compiled with postprocessing support

RE: [mythtv-users] FW: New Source Forge Project MythStreamTV

2005-01-12 Thread Joshua Ebel
Sent: Wednesday, January 12, 2005 5:57 AM To: Asher Schaffer; Discussion about mythtv Subject: Re: [mythtv-users] FW: New Source Forge Project MythStreamTV Doh!!! It seems to be running on port 8080 as per the mythstream.sh script, instead of the port you enter. I am now getting video, but no

RE: [mythtv-users] FW: New Source Forge Project MythStreamTV

2005-01-12 Thread Joshua Ebel
Thanks for your interest! > -Joshua Ebel > [EMAIL PROTECTED] > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of David Whyte > Sent: Tuesday, January 11, 2005 2:10 PM > To: Asher Schaffer; Discussion about mythtv > Subj

Re: [mythtv-users] FW: New Source Forge Project MythStreamTV

2005-01-12 Thread James Armstrong
David Whyte wrote: James, do you understand the line in the installation README about configuring vlc and ffmpeg? I think that is the problem I am having! I am currently getting VLC already alive, I'm going to whack it. THE PROCESS I MEAN! Starting Stream of 1000_2005011214_2005011215

Re: [mythtv-users] FW: New Source Forge Project MythStreamTV

2005-01-12 Thread Asher Schaffer
On Wed, 12 Jan 2005 23:56:32 +1000, David Whyte <[EMAIL PROTECTED]> wrote: > Doh!!! It seems to be running on port 8080 as per the mythstream.sh > script, instead of the port you enter. > > I am now getting video, but no audio. The video is very very low res, > but its kinda exciting :D > > Dav

Re: [mythtv-users] FW: New Source Forge Project MythStreamTV

2005-01-12 Thread Jason Ramey
Modify /var/www/mythweb/themes/Default/mythstreamtv_createfile.php on about line 34 to make the stream link work. 8080 was fine for me. I had the same problems with video but no audio, I had to install ffmpeg & vlc from source instead of using the debian packages. It took a bit, I had alot of p

Re: [mythtv-users] FW: New Source Forge Project MythStreamTV

2005-01-12 Thread Asher Schaffer
How hard would it be to add a stop streaming button rather then having to go back and not select a stream? I'll take a look and see if I can figure out how to do it, but I really only know perl, if I hack something together I'll send it to you. Thanks _

Re: [mythtv-users] FW: New Source Forge Project MythStreamTV

2005-01-12 Thread Asher Schaffer
Hmm, seems to have messed up my mythweb install, when I try to load mythweb I get: Parse error: parse error, unexpected T_DOUBLE_ARROW in /var/www/localhost/htdocs/mythweb/languages/English.php on line 257 I restored English.php, and manually added: 'Stream Recordings' => '', Then I got error: P

Re: [mythtv-users] FW: New Source Forge Project MythStreamTV

2005-01-12 Thread David Whyte
Doh!!! It seems to be running on port 8080 as per the mythstream.sh script, instead of the port you enter. I am now getting video, but no audio. The video is very very low res, but its kinda exciting :D Dave On Wed, 12 Jan 2005 05:39:22 -0800, Asher Schaffer <[EMAIL PROTECTED]> wrote: > Well

Re: [mythtv-users] FW: New Source Forge Project MythStreamTV

2005-01-12 Thread Asher Schaffer
Well it gets past that point with .91 but the installation fails later with: Checking MythWeb Installation: Required - Installing... Fixing up themes/default/theme.php: head: `-132' option is obsolete; use `-n 132' since this will be removed in the future tail: cannot open `+133' for

Re: [mythtv-users] FW: New Source Forge Project MythStreamTV

2005-01-12 Thread David Whyte
James, do you understand the line in the installation README about configuring vlc and ffmpeg? I think that is the problem I am having! I am currently getting VLC already alive, I'm going to whack it. THE PROCESS I MEAN! Starting Stream of 1000_2005011214_2005011215.nuv VLC media pla

Re: [mythtv-users] FW: New Source Forge Project MythStreamTV

2005-01-12 Thread James Armstrong
Does this imply it won't run with the latest CVS version of myth? Thanks, - Ciaran Only the install.sh script will fail. I am running the latest cvs mythweb and just patched the file myself and everything is working. - James ___ mythtv-users mail

Re: [mythtv-users] FW: New Source Forge Project MythStreamTV

2005-01-12 Thread James Armstrong
Currently I am using ffmpeg and VLC for transcoding/streaming. Soon I'll have a FAQ done. Sorry there are some missing details, I'll work on that. I'm not using RTSP, it's HTTP/MMS for now. But could be easily changed to do whatever you like. I would love to add tons of codecs and the option of pl

Re: [mythtv-users] FW: New Source Forge Project MythStreamTV

2005-01-11 Thread Ciaran
shua Ebel > [EMAIL PROTECTED] > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of David Whyte > Sent: Tuesday, January 11, 2005 2:10 PM > To: Asher Schaffer; Discussion about mythtv > Subject: Re: [mythtv-users] FW: New Source Forge Project MythSt

RE: [mythtv-users] FW: New Source Forge Project MythStreamTV

2005-01-11 Thread Harondel J. Sibble
On 11 Jan 2005 at 20:55, Joshua Ebel wrote: > Actually I have a PVR-250 card... I use this to stream recorded and live > programming to my PC at work. Coolio, I am installing it now! -- Harondel J. Sibble Sibble Computer Consulting Creating solutions for the small business and home computer u

RE: [mythtv-users] FW: New Source Forge Project MythStreamTV

2005-01-11 Thread Joshua Ebel
, 2005 4:54 PM To: Discussion about mythtv Subject: Re: [mythtv-users] FW: New Source Forge Project MythStreamTV On 11 Jan 2005 at 11:10, Joshua Ebel wrote: > MythStreamTV is a MythTV addon that allows live transcoding of nupplevideo to > Windows Media Player/Mplayer and allows control via M

RE: [mythtv-users] FW: New Source Forge Project MythStreamTV

2005-01-11 Thread Joshua Ebel
t: Tuesday, January 11, 2005 6:51 PM To: Discussion about mythtv Subject: Re: [mythtv-users] FW: New Source Forge Project MythStreamTV On Tue, 11 Jan 2005 11:10:21 -0800, Joshua Ebel <[EMAIL PROTECTED]> wrote: > Greetings, > > I've released a new project on Source Forge called M

RE: [mythtv-users] FW: New Source Forge Project MythStreamTV

2005-01-11 Thread Joshua Ebel
: [mythtv-users] FW: New Source Forge Project MythStreamTV Does it do on the fly encoding to other formats? Or does it transcode the NUV file and stream that? I guess my question it, do the orignal NUV files remain as they are so I can watch them in Myth? Dave - Looking forward to getting home tonight

Re: [mythtv-users] FW: New Source Forge Project MythStreamTV

2005-01-11 Thread Asher Schaffer
On Tue, 11 Jan 2005 18:50:40 -0800, Asher Schaffer <[EMAIL PROTECTED]> wrote: > hmm, it isn't installing for me: > Installing MythStreamTV. > Installing /usr/local/share/mythtv/stream/mythstreamtv.sh: Success > Installing /var/www/localhost/htdocs/mythweb/mythstreamtv.php: Success

Re: [mythtv-users] FW: New Source Forge Project MythStreamTV

2005-01-11 Thread Asher Schaffer
On Tue, 11 Jan 2005 11:10:21 -0800, Joshua Ebel <[EMAIL PROTECTED]> wrote: > Greetings, > > I've released a new project on Source Forge called MythStreamTV. > MythStreamTV is currently available in Alpha at > http://mythstreamtv.sourceforge.net/ for download. > > MythStreamTV is a MythTV addon th

Re: [mythtv-users] FW: New Source Forge Project MythStreamTV

2005-01-11 Thread David Whyte
Does it do on the fly encoding to other formats? Or does it transcode the NUV file and stream that? I guess my question it, do the orignal NUV files remain as they are so I can watch them in Myth? Dave - Looking forward to getting home tonight and trying this baby out! On Tue, 11 Jan 2005 17:0

RE: [mythtv-users] FW: New Source Forge Project MythStreamTV

2005-01-11 Thread Joshua Ebel
about mythtv Subject: Re: [mythtv-users] FW: New Source Forge Project MythStreamTV I was considering attempting to stream my mythvtv mpeg2 files and mythvideo mpeg4 files to my Sanyo MM7400 PCS phone using mpeg4ip to reencode to .3gp and using an RTSP server like Darwin Streaming Server to stream

Re: [mythtv-users] FW: New Source Forge Project MythStreamTV

2005-01-11 Thread Harondel J. Sibble
On 11 Jan 2005 at 11:10, Joshua Ebel wrote: > MythStreamTV is a MythTV addon that allows live transcoding of nupplevideo to > Windows Media Player/Mplayer and allows control via MythWeb. So I assume this wouldn't be of much use for users of PVR Cards (Hauppauge 250/350 or Avermedia M179 et al)

RE: [mythtv-users] FW: New Source Forge Project MythStreamTV

2005-01-11 Thread Joshua Ebel
ythtv Subject: Re: [mythtv-users] FW: New Source Forge Project MythStreamTV Oooh! This sounds interesting. Exactly what I was looking for :D I take it it would work with 0.16? On Tue, 11 Jan 2005 12:56:40 -0800, Asher Schaffer <[EMAIL PROTECTED]> wrote: > On Tue, 11 Jan 2005 14:36:4

Re: [mythtv-users] FW: New Source Forge Project MythStreamTV

2005-01-11 Thread Bob Cottingham
Joshua Ebel said: > I've released a new project on Source Forge called MythStreamTV. > MythStreamTV is currently available in Alpha at > http://mythstreamtv.sourceforge.net/ for download. > > MythStreamTV is a MythTV addon that allows live transcoding of > nupplevideo to Windows Media Player/Mplaye

Re: [mythtv-users] FW: New Source Forge Project MythStreamTV

2005-01-11 Thread Kees van Bemmel
That's an awesome project! Thanks for putting so much time into it! Is there any chance you'll be able to look at streaming MPEG4, since that's the standard of video used for UMTS phones? Thanks again! On Tue, 11 Jan 2005 11:10:21 -0800, Joshua Ebel <[EMAIL PROTECTED]> wrote: > Greetings, > >

Re: [mythtv-users] FW: New Source Forge Project MythStreamTV

2005-01-11 Thread David Whyte
Oooh! This sounds interesting. Exactly what I was looking for :D I take it it would work with 0.16? On Tue, 11 Jan 2005 12:56:40 -0800, Asher Schaffer <[EMAIL PROTECTED]> wrote: > On Tue, 11 Jan 2005 14:36:49 -0500, James Armstrong > <[EMAIL PROTECTED]> wrote: > > > > >I've released a new proj

Re: [mythtv-users] FW: New Source Forge Project MythStreamTV

2005-01-11 Thread Asher Schaffer
On Tue, 11 Jan 2005 14:36:49 -0500, James Armstrong <[EMAIL PROTECTED]> wrote: > > >I've released a new project on Source Forge called MythStreamTV. > >MythStreamTV is currently available in Alpha at > >http://mythstreamtv.sourceforge.net/ for download. > > > > > >MythStreamTV is a MythTV addon th

Re: [mythtv-users] FW: New Source Forge Project MythStreamTV

2005-01-11 Thread James Armstrong
I've released a new project on Source Forge called MythStreamTV. MythStreamTV is currently available in Alpha at http://mythstreamtv.sourceforge.net/ for download. MythStreamTV is a MythTV addon that allows live transcoding of nupplevideo to Windows Media Player/Mplayer and allows control via Myth