LinHES Forums
http://forum.linhes.org/

Broken: Mythweb streaming from recorded programs page.
http://forum.linhes.org/viewtopic.php?f=17&t=15457
Page 1 of 1

Author:  siasl [ Sat Jun 02, 2007 8:46 am ]
Post subject:  Broken: Mythweb streaming from recorded programs page.

Upgraded from R5C7 to R5E50. Used to be able on R5C7 to click on thumbnail and play video in media player. Now I guess with R5E50 it is trying to stream the video. Regular streaming in streamTV works fine.

Click on thumbnail gooblygook :

'; 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>


Also if I just click on the name to the right of the thumbnail I get a path error. Seems like the format :

myth://192.168.2.10:6543/1007_20070602093000.mpg

does not work.


Looks like two steps forward, three back for viewing from the recorded programs page.

Author:  bigB [ Sun Jun 03, 2007 9:00 pm ]
Post subject: 

Hi,

The functionality you describe was changed to stream recordings via Flash. It was broken in R5E50 but here is a link to fix it.

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

You can still do the same thing by clicking on the title of the program and not the image.

BigB

Page 1 of 1 All times are UTC - 6 hours
Powered by phpBB® Forum Software © phpBB Group
http://www.phpbb.com/