You will recieve your password to this address. Address is not made public.

Your preferred username that is used when logging in.

Forum user: qiqi864

Basic information

Registered Feb 9, 2010
Last login Feb 9, 2010
Forum posts 2
Direct URL http://www.flowplayer.org/forum/users/22763

Latest forum posts

Posts:

Registered:

FMS and FLV

Posted: Feb 9, 2010

Hello everyone,

I have installed Flash Media Server and everything working just fine. I also installed flowplayer inside my web page and it going well too. When I try to use flowplayer for rtmp, I have problem in viewing .flv files, but .mp4 and .f4v format have no problem at all. Below is my code for .mp4 video (working and tested in local computer):

<div id="fms" class="player" style="display:block;width:650px;height:420px"></div>

<script type="text/javascript">
$f("fms", "flowplayer-3.1.5.swf", {

clip: {
url: 'mp4:Vultures.mp4',
provider: 'rtmp',
autoPlay : true
},

plugins: {
rtmp: {
url: 'flowplayer.rtmp-3.1.3.swf',
netConnectionUrl: 'rtmp://localhost/vod/'
}
}
});
</script>

If i change the url to 'test.flv', I just can see white round circle on the player. Can anyone help me? Im stuck here.

Posts:

Registered:

» RTMP video streaming (using .flv files as suffix)

Posted: Feb 9, 2010

This link is for live streaming
rtmp://abc.abc.com/somename

This link is to view video in folder /vod/media with title someone.flv
rtmp://abc.abc.com/somename.flv