Hi,
Installed version 2.0 of FLV Player and would like to utilize the players streaming capabilities in conjunction with the xmoov php streamer.
how does one specify the streaming parameters? I have streaming working on a static html page (http://site.com/streamer.php?video.flv)
with the flashvars
(’flashvars’,’streamer=/streamer.php&file=video.flv’);
yet If I enter in the following in a wordpress post:
[flvplayer http://site.com/streamer.php?video.flv
I get a "video not found" error, and if I enter:
[flvplayer http://site.com/streamer.php/video.flv
the video does load, but does not stream.