View Full Version : New to media server
harilalkm
11-22-2007, 09:27 AM
hello friends,
I am new to media server. I have installed the media server.
But i can't find a tutorial to start with the server.I have also downloaded the sample files.
The problem is i can't do any thing with it.
pls help me...
regards
harilal
I am very much in the same boat. I have FMS installed, but have absolutely no idea how to do anything with it. The documentation that comes with it doesn't appear to have a quickstart type guide on how to do the simple stuff. Maybe it is buried in the hundreds of pages of the pdf...?
I'd like to know how to something really basic, like put a flv video on the server, and then stream it. Then I'd like to create a broadcast stream using a camera hooked up to Flash Media Encoder. All of this I have managed to do with Windows Media Services quite easily, and with no documentation.
What we would also like to do, is to be able to turn one of our cd's - which has a heap of videos that can be viewed "webacised" so that the flash interface can be put on a webpage but with the videos streaming from our server. At the moment they have to download, which leaves a huge delay the first time a video is run.
Anyone able to help us with the basics?
arun vallappan
11-26-2007, 11:20 AM
try this..
http://blogs.adobe.com/mikepotter/2006/06/record_video_fr.html
all the recorded streams will be saved in Applications/project folder/streams/_definst_ by default.
private function fmsConnect():void{
serveradd = 'rtmp://' + yourdomainname + '/projectfolder/';
nc = new NetConnection();
CursorManager.setBusyCursor();
nc.objectEncoding = flash.net.ObjectEncoding.AMF0;
nc.addEventListener(NetStatusEvent.NET_STATUS,onCo nnect); nc.connect(serveradd);
}
thanks.
best regards,
vallappan
|
vBulletin® v3.8.4, Copyright ©2000-2009, Jelsoft Enterprises Ltd.