Enter Amount:

geoloc
Main Menu
Home
mgmedia2
Downloads
Support
Impress
Latest downloads
com_mgmedia2-1.20
Login Form





Lost Password?
No account yet? Register
Who's Online
We have 3 guests and 1 member online
  • Seiras Send private message

Matratze Münster
Matratze Berlin
Matratze Flensburg

Latest forum posts
  1. Re:problem with display flasmediaplayer (Tuesday, 02 March 2010. PawelS)
  2. Can't install bot_mgmedia2-0 (Sunday, 07 February 2010. Lorne Pike)
  3. Re:Help with MGMedia and Joomla 1.5 (Wednesday, 27 January 2010. Marco Goebenich)
  4. Help with MGMedia and Joomla 1.5 (Wednesday, 27 January 2010. Carlos)
  5. Re:Player suddenly stopped working - code showing (Wednesday, 20 January 2010. Ellen)
Streaming with custom php script PDF E-mail
User Rating: / 11
PoorBest 
Saturday, 01 December 2007

The PHP script: (mediastreamer.php) 

<?php
#relative path from this script
$audio[0] = "fische01.wmv";

$filename = $audio[$_GET['id']];
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT" );
header("Cache-Control: no-store, no-cache, must-revalidate");
header("Cache-Control: post-check=0, pre-check=0", false);
header("Content-Type: video/x-ms-wmv");
header("Content-Length: ".filesize($filename));
readfile($filename);
?>

 

and the mgmediabot line:

{mgmediabot2­}type=windowsmedia|path=images/stories/mgmediabot/mediastreamer.php%3Fid%3D0|width=352|height=333{/mgmediabot2}


Parsed multiline:
type=windowsmedia|path=images/stories/mgmediabot/mediastreamer.php%3Fid%3D0|width=352|height=333

mgmediabot params: type,windowsmedia|path,images/stories/mgmediabot/mediastreamer.php%3Fid%3D0|width,352|height,333

Array
(
    [type] => windowsmedia
    [path] => Array
        (
            [0] => http://www.needful.de/mgmediabot-demo/images/stories/mgmediabot/mediastreamer.php%3Fid%3D0
        )

    [width] => 352
    [height] => 333
)

 

Last Updated ( Saturday, 01 December 2007 )
 
< Prev