This is a message.

Forum user: phong1085

Basic information

Registered Jun 11, 2009
Last login Jul 14, 2009
Forum posts 6
Direct URL http://www.flowplayer.org/forum/users/11681

Latest forum posts

Posts:

Registered:

How to play video on different server usinf streaming server

Posted: Jul 14, 2009

I installed Wowza media server on machine A, and video files are on machine A ie '//10.10.10.90/simplevideostreaming/' and everything work fine (code as below):
mplayer = $f("player","flowplayer-3.1.1.swf", {
clip: {
url: 'women_workchoices.flv',
provider: 'rtmp'
},
plugins: {
rtmp: {
url: 'flowplayer.rtmp-3.1.0.swf',
netConnectionUrl: 'rtmp://10.10.10.90/simplevideostreaming'
}
}
});

But i can not find the way to stream video on different server say Machine B.

Please help!

Posts:

Registered:

flv streaming

Posted: Jul 9, 2009

what i can see is all streaming methods are required metadata injection or index to flv files. Especially we like to click on timeline and like the video start at that point without buffer the whole file. Is there a way to do flv streaming without inject meta or index flv files? can i install apsx extention tool to Apache Server for Window version because i could not find the way to do it? thanks

Posts:

Registered:

streaming method without metadata injection

Posted: Jul 9, 2009

whai i see is all streaming methods are required metadata injection or index to flv files. Especially we like to click on timeline and like the video start at that point without buffer the whole file. IS there a way to do flv streaming without inject meta or index flv files? thanks

Posts:

Registered:

cache problem

Posted: Jul 6, 2009

i am really appreciate for your help!

when video file is not loaded, and i like to start the video at particular time without waiting for whole video loaded. To solve this i have to use streaming H624 module. I then go through steps to install H264 into my Apache server 2.2 for window. I could not find the way to install APXS2 extension tool in order to install H264. So my question is can i install H264 to Apache 2.2 for Window version?

Thanks

Posts:

Registered:

» » Error 200, stream not found

Posted: Jun 11, 2009

i try it the error 200 disappear but just display a black window no control or video play. thanks

Posts:

Registered:

Error 200, stream not found

Posted: Jun 11, 2009

<div style="width:425px;height:300px;" id="player"></div>

<script type="text/javascript">
flowplayer("player",
"flowplayer-3.1.1.swf", http://10.10.10.66/flowplayer/police.flv"
);
</script>

please tell me what i did wrong?
i try to add Mime type ro webserver and still error

Thanks