Hi Mike,
I set up FLV streaming according to TWGs FAQs.
Here is my video.php content:
<?php
$video_size_x=512;
$video_size_y=384;
$video_player="FLV";
$video_flash_site = "";
$video_autostart=true; // true and false works
$video_show_dl_link=false; // true and false works
?>
The video plays fine but only after fully downloading the entire file which can be time consuming. Here is a direct link:
http://www.carlmontmusic.com/media/inde ... twg_show=x
I then took <twg_install_folder>/html/mediaplayer.swf and created a video streaming folder outside of TWG based on JW-FLV-Player instructions.
<object type="application/x-shockwave-flash" data="mediaplayer.swf" height="384" width="512">
<param name="movie" value="mediaplayer.swf">
<param name="allowfullscreen" value="true">
<param name="allowscriptaccess" value="always">
<param name="flashvars" value="file=20091006_Save_The_Music_Espana_Cani.flv&image=20091006_Save_The_Music_Espana_Cani.jpg&autostart=true">
<p><a href="http://get.adobe.com/flashplayer">Get Flash</a> to see this player.</p>
</object>
This one works with streaming and starts playing immediately. Here is a direct link:
#removed_broken_link
So, using mediaplayer.swf that comes with TWG 1.7.8 streaming works for me outside of TWG but not within. Is this a bug or am I missing something?
Visitors of my site complain that they have to wait a looong time before videos start playing so I'd like to find a solution for this issue.
Thanks for looking into this,
--Alex