View unanswered posts    View active topics

All times are UTC - 6 hours





Post new topic Reply to topic  [ 12 posts ] 
Print view Previous topic   Next topic  
Author Message
Search for:
PostPosted: Tue Oct 06, 2009 12:55 pm 
Offline
Joined: Tue Jul 12, 2005 8:01 am
Posts: 670
Location: Salem, MA
Are there instructions on how to get flash video playback to work in MythWeb?

I read the disclaimer on MythWeb:
Quote:
Flash video playback is currently only a proof-of-concept and should be considered EXTREMELY experimental, which is why it has been disabled by default.

It currently expects that ffmpeg is installed and compiled with mp3 support, and that the recordings files are accessible to your webserver userid. It probably won't work with Nupplevideo files, and in the end, it may just not work at all (or maybe even worse).

Enable this feature at your own risk, and don't expect too much official help until it has left the experimental phase.


Based on this I added the http user to the mythtv group. However, that doesn't seem to have changed anything. When I click on the video thumbnail a page opens that has a flash player with a single screen capture from the video. When I click the play button the video goes black and it never starts playing.

Thanks.[/list]

_________________
LinHES 8.3, 1 BE, 3 FE


Top
 Profile  
 
 Post subject:
PostPosted: Thu Oct 08, 2009 9:44 am 
Offline
Joined: Tue Jul 12, 2005 8:01 am
Posts: 670
Location: Salem, MA
Can I at least get some feedback on this? Is anyone else running flash without problems? Does everyone else just not care about flash streaming? Do I need to setup a transcode to flash job for the videos before I can watch them?

Bueller?

_________________
LinHES 8.3, 1 BE, 3 FE


Top
 Profile  
 
 Post subject: Me too ...
PostPosted: Thu Oct 08, 2009 10:34 am 
Offline
Joined: Sat Dec 02, 2006 9:50 am
Posts: 6
I used the Flash player every day over a low-bandwidth link and it was great. Any way to re-enable it?


Top
 Profile  
 
 Post subject: Really?
PostPosted: Wed Oct 28, 2009 4:19 pm 
Offline
Joined: Sat Dec 02, 2006 9:50 am
Posts: 6
Nobody cares about this feature?


Top
 Profile  
 
 Post subject:
PostPosted: Thu Oct 29, 2009 9:10 pm 
Offline
Joined: Mon Dec 24, 2007 9:47 am
Posts: 535
Location: Ottawa, Canada
I care. I had it running once (and only once) on R5.5 and then I got the same behaviour. I simply never had time to debug it as I typically use myth2ipod and then RSS it out to my laptop and Blackberry using doppler.


Top
 Profile  
 
 Post subject:
PostPosted: Thu Oct 29, 2009 11:33 pm 
Offline
Joined: Fri Oct 20, 2006 12:04 pm
Posts: 905
Location: LA, CA
I tried it from a home laptop and lighttp went into a memory hogging cycle stealing never-ending loop and nothing streamed.


Top
 Profile  
 
 Post subject:
PostPosted: Fri Oct 30, 2009 2:17 pm 
Offline
Joined: Wed Jan 04, 2006 10:20 am
Posts: 387
Location: South New Jersey, USA
Christ, can you give some details on the how you did the RSS solution. Is it difficult to pull off and can you watch recordings on your blackberry? Sounds pretty cool.

_________________
LINHES 8.6.1 BE/FE - MSI K9N6SGM-V with AMD A64 X2 4600+, 4GB Ram. 1.5TB WD. HDHR Prime. Nvidia GT210. MCE remote.
FrontEnd - Dell Vostro 400 3.0GHz Core2Duo NVidia GeForce210. MCE Remote


Top
 Profile  
 
 Post subject:
PostPosted: Fri Oct 30, 2009 6:56 pm 
Offline
Joined: Mon Dec 24, 2007 9:47 am
Posts: 535
Location: Ottawa, Canada
Big boy stan wrote:
Christ, can you give some details on the how you did the RSS solution. Is it difficult to pull off and can you watch recordings on your blackberry? Sounds pretty cool.


Sure. It is reasonably straight forward. One of the transcoders available in myth is "myth2ipod" which is in /usr/local/bin.

You need to determine where you will pick up the files and RSS feed file. In my case, I use SMEServer (smeserver.org) which hosts my files and web access. You then modify myth2ipod's "User Variables" to point to the right paths and define the url's etc. Ensure your web directory is readable from the internet.

When myth records a show, tell it to automatically transcode with myth2ipod. You can set this per recording profile so I usually set specific shows to do this. When the transcoding is complete, you will end up with an mp4 file in the designated directory and an updated feed.php.

On my laptop I installed doppler (it was built to download podcasts but it hasn't been maintained for a while) and told it to update my feeds automatically. I gave it my url for my transcoded file directory with feed info coming from "feed.php".

So now, when ever my laptop is connected to the internet, it automatically sucks in any recordings from the last time it connected (including partial transfers).

To get it to my blackberry, I have it set to sync with my downloaded directory on my laptop whenever it connects via USB. Eventually if I can find a decent BB RSS reader that can download video for the BB, then I'll get it to feed directly when it has a WiFi connection.

I travel a lot as some on the board know, so this allows me to watch my shows on my laptop when I'm stuck in a hotel or on the road. I usually use my BB to watch shows when I'm on a plane as it is always ready and doesn't need to boot up.

Don't you just love this stuff!

C


Top
 Profile  
 
 Post subject:
PostPosted: Wed Nov 11, 2009 12:22 am 
Offline
Joined: Tue Jul 12, 2005 8:01 am
Posts: 670
Location: Salem, MA
So, it looks like there is a new flashplayer in mythweb in 0.22. However, this one isn't working for me either...

This is the current error I get:
http://www.screencast.com/users/transma ... 47f5d0f439

Code:
200, Stream not found, NetStream.Play.StreamNotFound, clip: '[Clip]' http://192.168.1.120:80//mythweb/pl/stream/3712/1256608680.flv"


If I go into my mythweb directory I do not see a pl folder. Do I need to create this?

_________________
LinHES 8.3, 1 BE, 3 FE


Top
 Profile  
 
 Post subject:
PostPosted: Mon Jan 04, 2010 8:57 pm 
Offline
Joined: Mon Feb 06, 2006 5:11 pm
Posts: 353
Location: Brisbane, Australia
Hi,

I'm not sure if you have fixed this, but i have managed to get it going.

I am running testing repos, and mythtv 0.22. I think 0.21 may have a different dependency.

I think the handler for the streaming is missing a perl module, namely Math::Round. I installed it using:
Code:
cpan -i Math::Round


And it now works.

If you are running 0.21, then i think you may need to install "Fcntl" and "Sys::Hostname" but i can not say for certain.

Ticket is here:
http://linhes.org/flyspray/index.php?do ... ask_id=605

BigB.


Top
 Profile  
 
 Post subject:
PostPosted: Tue Jan 05, 2010 8:19 am 
Offline
Joined: Thu Sep 07, 2006 11:20 am
Posts: 389
bigB wrote:
I think the handler for the streaming is missing a perl module, namely Math::Round. I installed it using:
Code:
cpan -i Math::Round


And it now works.

I tried this and it does not fix the problem on my machine. Did you do any other steps first?


Top
 Profile  
 
 Post subject:
PostPosted: Wed Jan 06, 2010 5:46 pm 
Offline
Joined: Sun Sep 25, 2005 3:50 pm
Posts: 1013
Location: Los Angeles
bigB wrote:
I think the handler for the streaming is missing a perl module, namely Math::Round. I installed it using:
Code:
cpan -i Math::Round


And it now works.


Works for me now too! Thanks BigB! :D

_________________
Mike
My Hardware Profile


Top
 Profile  
 

Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 12 posts ] 


All times are UTC - 6 hours




Who is online

Users browsing this forum: No registered users and 21 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:  
cron
Powered by phpBB® Forum Software © phpBB Group

Theme Created By ceyhansuyu