View unanswered posts    View active topics

All times are UTC - 6 hours





Post new topic Reply to topic  [ 41 posts ] 
Go to page 1, 2, 3  Next

Print view Previous topic   Next topic  
Author Message
Search for:
 Post subject: MythWeb Flash Player
PostPosted: Thu Jul 10, 2008 3:30 pm 
Offline
Joined: Sat Jun 25, 2005 7:39 pm
Posts: 162
Does anyone know where the script that encodes shows on the fly to FLV in mythweb is? I'm trying to troubleshoot it because the sound is just static right now. Anyone had this problem?


Top
 Profile  
 
 Post subject:
PostPosted: Thu Jul 10, 2008 4:40 pm 
Offline
Joined: Sat Aug 07, 2004 1:55 am
Posts: 219
Location: West Lafayette, IN
Yep. I have static in the left channel. If I turn it up really loudly and put on a set of headphones, I can hear the slowed down audio over the static in the right channel.

_________________
Silverstone LC10|MSI K8N Neo4-F|1GB PC3200|Athlon 64 X2 4200+|NEC 3550A DVD-RW
750GB + 400GB w/Storage Groups|eVGA GeForce 7600 GS w/VGA out to Aquos 32" LCD |PVR-500|PVR-250|SiliconDust HDHomerun


Top
 Profile  
 
 Post subject:
PostPosted: Thu Jul 10, 2008 6:12 pm 
Offline
Joined: Sat Jun 25, 2005 7:39 pm
Posts: 162
Yea, you're right. I hear the same thing now that I listen closer. Anyone have any ideas?


Top
 Profile  
 
PostPosted: Fri Jul 11, 2008 11:32 am 
Offline
Joined: Sun Sep 02, 2007 2:30 pm
Posts: 94
Yeah I'm getting the same thing (static and *very* slowed audio in the left channel) when streaming DVB-T captured files (.mpg) over the Flash Player and the .asx stream on mythweb. Check out this thread:
http://mysettopbox.tv/phpBB2/viewtopic.php?t=18477

Not sure why, but I also think its to do with ffmpeg not having the correct codec for DVB-T. What file format are you trying to stream?

- Mythman

_________________
Running Knoppmyth R5.5 on a Compaq EVO D510 (sff) w/ P4 1.8GHz, 1GB RAM, 330GB 7200rpm Maxtor IDE HDD, XFX Nvidia GeForce 6200 (AGP low profile, p/n: PV-T44A-WANG) and Huappauge NOVA-T 500 DVB-T dual tuner PCI card.


Last edited by mythman13 on Mon Aug 04, 2008 12:00 pm, edited 1 time in total.


Top
 Profile  
 
 Post subject:
PostPosted: Fri Jul 11, 2008 12:13 pm 
Offline
Joined: Sat Aug 07, 2004 1:55 am
Posts: 219
Location: West Lafayette, IN
I get it with MPEG2 captured with a PVR-250/500... which ffmpeg certainly has the codec for.

_________________
Silverstone LC10|MSI K8N Neo4-F|1GB PC3200|Athlon 64 X2 4200+|NEC 3550A DVD-RW
750GB + 400GB w/Storage Groups|eVGA GeForce 7600 GS w/VGA out to Aquos 32" LCD |PVR-500|PVR-250|SiliconDust HDHomerun


Top
 Profile  
 
 Post subject:
PostPosted: Fri Jul 11, 2008 1:16 pm 
Offline
Joined: Sat Aug 07, 2004 1:55 am
Posts: 219
Location: West Lafayette, IN
BTW - What is the trick to getting the .asx stream to work? Mine connects to the point that I see the title information for the Show, but I never get video or audio.

_________________
Silverstone LC10|MSI K8N Neo4-F|1GB PC3200|Athlon 64 X2 4200+|NEC 3550A DVD-RW
750GB + 400GB w/Storage Groups|eVGA GeForce 7600 GS w/VGA out to Aquos 32" LCD |PVR-500|PVR-250|SiliconDust HDHomerun


Top
 Profile  
 
 Post subject: Re: MythWeb Flash Player
PostPosted: Fri Jul 11, 2008 2:15 pm 
Offline
Joined: Sat Mar 11, 2006 4:01 pm
Posts: 61
Location: Tobaccoville, NC, USA
md10md wrote:
Does anyone know where the script that encodes shows on the fly to FLV in mythweb is? I'm trying to troubleshoot it because the sound is just static right now. Anyone had this problem?


/usr/share/mythtv/mythweb/modules/stream/handler.pl


Approx: line 163. change output from /dev/null to something like /tmp/ffmpeg-output.log

you can verify this by trying to play the movie within the flash player, and doing a "ps -ax" on the backend. definately using ffmpeg to encode on the fly.

Now sure on the sound issue yet though.

_________________
"If the facts don't fit the theory, change the facts"
--Albert Einstein


Top
 Profile  
 
 Post subject:
PostPosted: Sun Jul 13, 2008 4:06 pm 
Offline
Joined: Mon Nov 22, 2004 11:05 am
Posts: 35
Location: UK
Ive not tried this yet to see if it works, but this discussion on mythtv users seems to be talking about solving this problem:

http://www.gossamer-threads.com/lists/mythtv/users/341602


Top
 Profile  
 
PostPosted: Tue Jul 15, 2008 3:06 pm 
Offline
Joined: Sun Sep 02, 2007 2:30 pm
Posts: 94
Hi,

I've tried their suggestion - basically adding -acodec mp3 to the handler.pl file. This didn't work - flash player stopped working with no image when it started playing. So I changed it to a different varient: -acode libmp3lame and got exactly the same results as before!

According to apt-get libavcodec1d is already installed but I haven't tried medibuntu (not sure that this will work with knoppmyth or if needed )and ffmpeg is configured with options:

--enable-libmp3lame --enable-libfaac --enable-liba52 --enabl-libvorbis --enable-gpl --enable-shared --enable-libxvid (+ a few others but I think these are the main important ones)

So mp3 should be compiled and working fine with this version of ffmpeg.

Then looking at the output of ffmpeg it seems that it detects the mpeg2 file, that the audio is in mp2 format and although it recognises several mp2 channels in the original file it maps the correct one with audio into the flv file.

So I'm not sure whats up because the handler.pl script is used for both the .asx stream and the flash player both of which have issues with sound!

Can I confirm that everyone is trying to stream mpg files captured from dvb card? As I think it could be something to do with this file format if mpeg2 (transcoded from analogue tv) from a pvr card streams fine.

-Mythman

_________________
Running Knoppmyth R5.5 on a Compaq EVO D510 (sff) w/ P4 1.8GHz, 1GB RAM, 330GB 7200rpm Maxtor IDE HDD, XFX Nvidia GeForce 6200 (AGP low profile, p/n: PV-T44A-WANG) and Huappauge NOVA-T 500 DVB-T dual tuner PCI card.


Last edited by mythman13 on Mon Aug 04, 2008 12:41 pm, edited 1 time in total.


Top
 Profile  
 
 Post subject:
PostPosted: Tue Jul 15, 2008 3:48 pm 
Offline
Joined: Mon Nov 22, 2004 11:05 am
Posts: 35
Location: UK
It's a shame their suggestions didn't work. I was hoping to try that out soon. :(

I have tried with both DVB-T and PVR 250 recordings, and they both have the same sound problem, so I don't think the recording type is the issue.


Top
 Profile  
 
 Post subject:
PostPosted: Tue Jul 15, 2008 6:09 pm 
Offline
Joined: Sat Aug 07, 2004 1:55 am
Posts: 219
Location: West Lafayette, IN
Analog from a PVR doesn't work either. I have both a 250 and a 500, and MythWebFlash produces audio static with both.

_________________
Silverstone LC10|MSI K8N Neo4-F|1GB PC3200|Athlon 64 X2 4200+|NEC 3550A DVD-RW
750GB + 400GB w/Storage Groups|eVGA GeForce 7600 GS w/VGA out to Aquos 32" LCD |PVR-500|PVR-250|SiliconDust HDHomerun


Top
 Profile  
 
 Post subject:
PostPosted: Wed Jul 23, 2008 10:35 am 
Offline
Joined: Tue Apr 11, 2006 7:44 am
Posts: 287
Location: Los Angeles, CA
I didn't find this thread until someone replied to mine at http://mysettopbox.tv/phpBB2/viewtopic.php?t=18612. I am experiencing a similar issue, except that I do get audio in all of my digital recordings (SD or HD), it is only the analog recordings that get static in the Flash conversion. Hopefully someone figures out the problem sometime.

_________________
Tim

LinHES 8.4
HDHR3
BioStar A770, AMD X2 4050e, 2GB RAM
GigaByte GeForce 8400, Chaintech AV710
USB-UIRT


Top
 Profile  
 
 Post subject:
PostPosted: Fri Jul 25, 2008 3:59 pm 
Offline
Joined: Sat May 26, 2007 9:51 pm
Posts: 130
Hmm. Since seems to be the current 'official' Mythweb streaming thread...

Has ANYONE gotten the streaming to work for mythweb, either by ASX or Flash?

My R5.5 install is nearly fresh out of the box. I get static for all flash recordings, and can't get any connection for ASX streams. (I click and WMP just hangs at "Connecting to Media...")


Top
 Profile  
 
 Post subject:
PostPosted: Fri Jul 25, 2008 4:38 pm 
Offline
Joined: Sat Aug 07, 2004 1:55 am
Posts: 219
Location: West Lafayette, IN
I've got the same result as you, tzoom...

_________________
Silverstone LC10|MSI K8N Neo4-F|1GB PC3200|Athlon 64 X2 4200+|NEC 3550A DVD-RW
750GB + 400GB w/Storage Groups|eVGA GeForce 7600 GS w/VGA out to Aquos 32" LCD |PVR-500|PVR-250|SiliconDust HDHomerun


Top
 Profile  
 
 Post subject:
PostPosted: Fri Jul 25, 2008 10:49 pm 
Offline
Joined: Mon Jul 31, 2006 10:41 pm
Posts: 149
In R5.5 I am able to play asx stream using wmp version 10.00.00.4058. I have tried several other programs but they failed. Could this be an authentication problem as wmp requires reentering username and password. VLC requests authentication but fails. I don't think multiple authentication is what was intended or was it??? What happened to MythstreamTV? I was able to stream to both desktop and pda using vlc and the mmsh protocol instead of the suggested mms.


Top
 Profile  
 

Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 41 posts ] 
Go to page 1, 2, 3  Next



All times are UTC - 6 hours




Who is online

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