Beginners guide to integrating Flash Media Server 2?


i'm newbit flasha dn flash media server , need integrating 2 products. we've purchased flash media server 2 stream user created videos website. idealy use flvplayback component placed on stage display flv file media server, cannont component access flv file.

media server configuration:
on media server created application (testapp) default instance (_definst_). directory path appliation looks w:\mediaapps\testapp\streams\_definst_\

name of server mediaserver

application , instance appearing in media server admin manager.

i've placed flv file (movie.flv) in _devinst_ directory.

flash fla file
placed flvplayback component on stage
set contentpath= rtmp:\\mediaserver\testapp\_definst_\movie
set islive=true
when test publish file, video not display?

does have guidance on need do? there seems lack of documentation on integrating media server. looked sample app called "simplepb" works, not use flvplayback component.

any appreciated.

thank you,

john wallwork

john,
a little documented comment regarding connecting flvplayback fms exists in documentation. flvplayback play fms, must place specific client.call in onconnect.

you can @ folder samples , tutorials\samples\components\flvplayback in installation directory main.asc file. alternaltely, if not checking bandwidth, put bit of code in main.asc file in application folder.

application.onconnect = function(client)
{
this.acceptconnection(client);
client.call("onbwdone");
}

the last line of onconenct function calls onbwdone metod of flvplayback play flv.

regards,
shack


More discussions in Adobe Media Server


adobe

Comments

Popular posts from this blog

CAN'T INSTALL MAMBELFISH 1.5 FROM DIRECTORY - Joomla! Forum - community, help and support

error: expected initializer before 'void'

CPU load monitoring using GPIO and leds - Raspberry Pi Forums