View unanswered posts    View active topics

All times are UTC - 6 hours





Post new topic Reply to topic  [ 3 posts ] 
Print view Previous topic   Next topic  
Author Message
Search for:
PostPosted: Sun Feb 11, 2007 5:12 am 
Offline
Joined: Tue Nov 16, 2004 5:05 am
Posts: 39
Hi, upgraded to R5E50. Pretty much working OK.

Using MythWeb I believe I should be able to stream a flash version of recorded programs, but when I click on the picture of the recorded program I get the following in a browser window. I understood this should work out-of-the-box, but I may be mistaken. Anyone know what's going on, or where I can look to figure it out? Nothing in the logs that I can see.

Code:
'; echo ''; if(!isset($_GET['play'])){ echo ''; } echo ''; echo ''; echo ''; // Set the desired page title $page_title = 'MythWeb - Stream recording'; // Print the page header require 'modules/_shared/tmpl/default/header.php'; if(!isset($_GET['file'])){ print"

You can not access this page directly!"; die; } if(!isset($_GET['width'])){ $width = '300'; } else { $width = $_GET['width']; } if(!isset($_GET['title'])){ $title = 'Unknown Title'; } else { $title = $_GET['title']; } if(!isset($_GET['subtitle'])){ $subtitle = ''; } else { $subtitle = $_GET['subtitle']; } if(!isset($_GET['description'])){ $description = ''; } else { $description = $_GET['description']; } if(!isset($_GET['height'])){ $height = '220'; //accounts for toolbar at bottom } else { $height = $_GET['height']; } $toplay = $_GET['file']; if(!isset($_GET['play'])){ system ("bash -c \"exec nohup setsid /var/www/mythweb/data/serverecording $toplay 1> /dev/null 2> /dev/null &\""); } ?>
Loading, Please wait... Click here if refresh fails after 10 seconds.      
/body>


Top
 Profile  
 
 Post subject:
PostPosted: Sun Feb 11, 2007 4:47 pm 
Offline
Joined: Mon Feb 06, 2006 5:11 pm
Posts: 353
Location: Brisbane, Australia
Hi Sglynn,

There were a few cut and paste errors in R5E50, if you look on the wiki you will see what the actual changes should be.

http://knoppmythwiki.org/index.php?page=MythWebFlash

There are already a few threads on this, a quick search on "flash streaming" should find the info you are looking for.

Hope this helps.


Top
 Profile  
 
 Post subject:
PostPosted: Sun Feb 11, 2007 10:56 pm 
Offline
Joined: Tue Nov 16, 2004 5:05 am
Posts: 39
Thanks bigB, will address the issues when I leave work.

Just might be me , but I read your wiki and thought it would work in R5E50 based on the statements.
Code:
Hi All,

This HOWTO will show you how to get on-the-fly flash streaming within mythweb
working. The file locations are for the Mythtv 0.20 version of mythweb. There are several
files to add, and some files to modify.

Knoppmyth R5E50 already has this installed.

To use, simply click on the bitmap for the TV recording you wish to view, and the stream will start.


I hope you don't mind, but I've updated the wiki to clarify that your instructions need to be followed before it will work.

Appreciate the response.


Top
 Profile  
 

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


All times are UTC - 6 hours




Who is online

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