View unanswered posts    View active topics

All times are UTC - 6 hours





Post new topic Reply to topic  [ 86 posts ] 
Go to page Previous  1, 2, 3, 4, 5, 6  Next

Print view Previous topic   Next topic  
Author Message
Search for:
 Post subject:
PostPosted: Sun Jun 05, 2005 6:02 am 
Offline
Joined: Mon Dec 13, 2004 1:12 pm
Posts: 33
Location: Orlando, FL (U.S.A.)
Well a test on my end shows that if you are watching TV through the stream (with one tuner) and select watch TV on the box itself it will go to black then exit out to the main menu after about 30 seconds.

I tested with two tuners and got the same result. MythTV didn't realize to try the second tuner.

So in a two tuner setup, being able to select the 2nd tuner would be ideal.

_________________
...you pervy Windows™ fancier!


Top
 Profile  
 
 Post subject:
PostPosted: Mon Jun 06, 2005 7:34 am 
Offline
Joined: Tue Apr 13, 2004 6:51 pm
Posts: 890
Location: Groton, MA
I have uploaded new tar files. These files include:

- no IP address in mythstreamtvLive.sh script (thanx rogabean)

- removed extra call to vlc in mythstreamtvLive.sh
(bug that caused two kills to stop streaming)

- Add screen scrap for mythweb status.php to collect tuner list/status.
This data is used to build 'Device' dropdown list on 'confirm' form.

**** I have updated my origial directions, please reread them ****

_________________
R5F1 - Dell P4 2.4Ghz 500MB - PVR250 x 2 - GeForce FX 5200 - Onboard sound/NIC 80GB ATA/250GB ATA/400GB SATA


Top
 Profile  
 
 Post subject:
PostPosted: Mon Jun 06, 2005 12:49 pm 
Offline
Joined: Mon Dec 13, 2004 1:12 pm
Posts: 33
Location: Orlando, FL (U.S.A.)
I've been tinkering with a "remote control" in the page to change the channels.. will post once I get something a little less clunky

_________________
...you pervy Windows™ fancier!


Top
 Profile  
 
 Post subject:
PostPosted: Mon Jun 06, 2005 1:04 pm 
Offline
Joined: Tue Apr 13, 2004 6:51 pm
Posts: 890
Location: Groton, MA
cool, need to spawn off a copy of the last php form, mythstreamtvLive_createfile.php. has the controls for recorded streming which really don't lend themselves to Live streaming.

Did the 'Device' dropdown work for you?

_________________
R5F1 - Dell P4 2.4Ghz 500MB - PVR250 x 2 - GeForce FX 5200 - Onboard sound/NIC 80GB ATA/250GB ATA/400GB SATA


Top
 Profile  
 
 Post subject:
PostPosted: Wed Jun 08, 2005 5:42 pm 
Offline
Joined: Mon Dec 13, 2004 1:12 pm
Posts: 33
Location: Orlando, FL (U.S.A.)
device dropdown does not work for me... looking to see why.

_________________
...you pervy Windows™ fancier!


Top
 Profile  
 
 Post subject:
PostPosted: Wed Jun 08, 2005 8:34 pm 
Offline
Joined: Tue Apr 13, 2004 6:51 pm
Posts: 890
Location: Groton, MA
drop down may be a little rough....its is a scraper...scraping R5A16 status.

Just try running the /myth/stream/parse* script, it should print an html <option> tag for each tuner on the status page

_________________
R5F1 - Dell P4 2.4Ghz 500MB - PVR250 x 2 - GeForce FX 5200 - Onboard sound/NIC 80GB ATA/250GB ATA/400GB SATA


Top
 Profile  
 
 Post subject:
PostPosted: Wed Jun 08, 2005 8:37 pm 
Offline
Joined: Tue Apr 13, 2004 6:51 pm
Posts: 890
Location: Groton, MA
I triied playing with ivtvctl to change channels on the fly....but it is VERY slow....40-50 seconds to see new channels (this was through a highly buffered connection to work.My DSL upload speed sucks. It was faster for my to rre-hit the 'Stream Live TV' link and start over.

maybe tests on my LAN will be quicker

_________________
R5F1 - Dell P4 2.4Ghz 500MB - PVR250 x 2 - GeForce FX 5200 - Onboard sound/NIC 80GB ATA/250GB ATA/400GB SATA


Top
 Profile  
 
 Post subject: no sounds
PostPosted: Fri Jun 17, 2005 1:23 pm 
Offline
Joined: Sun Apr 03, 2005 2:45 pm
Posts: 22
Location: Lees Summit MO
krusher, would you mind posting your process for item 1 in your instructions?

1) reconfigure and build vlc with -enable-pvr config option

I get streaming and recorded working without sound. I'm guessing it has to do with compiling ffmpeg. I followed the README with the options they listed and it compiled fine.

I also tried a recompile of vlc with the options listed in the README, but get an error:

configure: error: Missing header file postproc/postprocess.h.

I'm a noob and can't figure out what I am doing wrong. Any help is appreciated.


Top
 Profile  
 
 Post subject:
PostPosted: Thu Jun 23, 2005 8:27 am 
Offline
Joined: Tue Apr 13, 2004 6:51 pm
Posts: 890
Location: Groton, MA
<snip, double entry>

_________________
R5F1 - Dell P4 2.4Ghz 500MB - PVR250 x 2 - GeForce FX 5200 - Onboard sound/NIC 80GB ATA/250GB ATA/400GB SATA


Last edited by khrusher on Thu Jun 23, 2005 8:28 am, edited 1 time in total.


Top
 Profile  
 
 Post subject:
PostPosted: Thu Jun 23, 2005 8:28 am 
Offline
Joined: Tue Apr 13, 2004 6:51 pm
Posts: 890
Location: Groton, MA
Willo,

I needed to do the following on my R5A16 system (couldnt get to work in R4V5). in my R4V5 env, I also had video w/o sound. do you get errors at the top of the log that are complaining about 'can't find codec'? i was unable to successfully build these pieces prior to upgrading.

The detailed instructions in this thread are to add Live TV streaming to an existing mythstreamTV environment. the detail parts for step one are

1) apt-get remove ffmpeg

2) follow the mythstreamtv install instructions on the sourceforge page to config and build ffmpeg and vlc:
http://sourceforge.net/docman/display_doc.php?docid=26377&group_id=127846
alter the step in the above linked document that configures vlc: add --enable-pvr to the end. also assure that the path in the --with-ffmpeg-tree parameter points to the location of your newly built ffmpeg environment.

Code:
Configure VideoLan-Client Version 0.8.1:

./configure --disable-x11 --disable-xvideo --disable-gtk --disable-sdl --enable-ffmpeg --with-ffmpeg-mp3lame --with-ffmpeg-zlib --enable-mad --enable-libdvbpsi --enable-a52 --disable-dvdplay --enable-dvdnav --enable-vorbis --enable-ogg --enable-theora --enable-mkv --enable-freetype --disable-cddax --disable-vcdx --enable-speex --enable-flac --enable-goom --enable-livedotcom --enable-caca --disable-skins2 --enable-modplug --enable-debug --enable-gpl --enable-mp3lame --enable-pp --with-ffmpeg-tree=/my/path/to/ffmpeg --enable-pvr

_________________
R5F1 - Dell P4 2.4Ghz 500MB - PVR250 x 2 - GeForce FX 5200 - Onboard sound/NIC 80GB ATA/250GB ATA/400GB SATA


Top
 Profile  
 
 Post subject: pvr-caching error
PostPosted: Thu Jun 23, 2005 8:17 pm 
Offline
Joined: Tue Jun 21, 2005 7:15 am
Posts: 1
All is working with the exception of this error...

[00000000] main root error: option pvr-caching does not exist

any ideas?

Thanks


Top
 Profile  
 
 Post subject: Re: pvr-caching error
PostPosted: Fri Jun 24, 2005 11:13 am 
Offline
Joined: Mon Dec 13, 2004 1:12 pm
Posts: 33
Location: Orlando, FL (U.S.A.)
jnash wrote:
All is working with the exception of this error...

[00000000] main root error: option pvr-caching does not exist

any ideas?

Thanks


same error I was getting... didn't seem to interfere with anything. I wouldn't worry about it personally.


Right now I can't really test anything though as mythstreamtv in general has stopped working for me... everything appears to be working... just doesn't... but I'm sure I'll find the source of the issue this weekend...


edit: welcome to Roga's world of being a moron.. I had turned on auto transcoding to mpeg-4... you can not stream through mythstreamtv if you do this.... dummy me. all better.

_________________
...you pervy Windows™ fancier!


Top
 Profile  
 
 Post subject:
PostPosted: Sun Jun 26, 2005 7:55 pm 
Offline
Joined: Sun Jun 26, 2005 6:09 pm
Posts: 12
Location: Metro Detroit, MI
Being this is the forum for KnoppMyth TV I automatically thought that MythStream TV is going to work. Well, after following all the instructions, I got 'Oops! No Support for this version of Mythweb'. What gives?


Top
 Profile  
 
 Post subject:
PostPosted: Mon Jun 27, 2005 2:40 pm 
Offline
Joined: Mon Dec 13, 2004 1:12 pm
Posts: 33
Location: Orlando, FL (U.S.A.)
You know I had the same issue... was simple enough to fix.. but for the life of me I can't remember exactly what I did to fix it...

I'll poke around when I'm home next and see if I can tell you what I did to fix that seattle.

_________________
...you pervy Windows™ fancier!


Top
 Profile  
 
 Post subject:
PostPosted: Tue Jun 28, 2005 6:28 pm 
Offline
Joined: Sun Jun 26, 2005 6:09 pm
Posts: 12
Location: Metro Detroit, MI
Thanks for your reply. Let me know what you find out.

Well, I am willing to give a shot to Fedora Core 3. I downloaded the 2.5 GB iso file which is named x86_64.iso. I burned it on a DVD and tried to boot with it. Bam, I get a message "Your CPU does not support long mode. Use a 32bit distribution."

I mean, all other files are listed as i386 and i386-SRPMS. Where are 486 files or should I download the i386 files? These cryptic names do not make sense!

Regards,
S


Top
 Profile  
 

Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 86 posts ] 
Go to page Previous  1, 2, 3, 4, 5, 6  Next



All times are UTC - 6 hours




Who is online

Users browsing this forum: No registered users and 4 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