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 online

Matratze Berlin
Matratze Flensburg
Matratze Münster

Latest forum posts
  1. display size (Tuesday, 10 August 2010. chris91)
  2. Video Tutorial Template structure? (Friday, 30 July 2010. Alex)
  3. Re:Player 55d3d07d06906acb9585e448aecfde4f was not fo (Thursday, 22 July 2010. Marco Goebenich)
  4. Player 55d3d07d06906acb9585e448aecfde4f was not fo (Thursday, 22 July 2010. marty denton)
  5. autoplay all items in playlist (Tuesday, 06 July 2010. Dave)
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