The official Adobe Media Server community.
Recently active
Hii am new to FMS4 and i am having a problem playing some files with different folders.i have different folders in C:\media3\feedsin that directory i have folder "1", "2" and "3"other words C:\media3\feeds\1C:\media3\feeds\2C:\media3\feeds\3in config folder i changed fms.iniVOD_DIR = C:\media3\feeds\andVOD_COMMON_DIR = C:\media3\feeds\i only got the f4v files to work in C:\media3\feeds\ which link is rtmp://localhost/vod/mp4:testfile.f4vso i tired to have some folders in C:\media3\feeds\ like mention abovei tried to put <Streams>/;<C:\media3\feeds\1</Streams> in Applications.xml file in the C:\Program Files\Adobe\Flash Media Server 4\applications\vodand used rtmp://localhost/vod/1/mp4:testfile.f4vhere is piece of the App file<Application><StreamManager><VirtualDirectory> <!-- Specifies application specific virtual directory mapping for recorded streams. --><Streams>/;${VOD_COMMON_DIR}</Streams>
Hey Guys,I have a problem on streaming my files with the FMS 4. There are several testfiles on my VOD-directory, most of them with a length about 2 minutes. Altough there are some with 12 minutes. So if i want to play all those files with the StrobeMediaPlayer, only the files with a 12 minutes length are working, on the others the player ist sayin "We are unable to connect to the content you´ve requested. We apologize for the inconveniece.".I can´t find any option or notice where it says there is a minimum lenght to stream... so whats going wrong here?Additional Infos:FLV, MP4H.264 + AACThanks.
As we know FMS for Linux has to be installed as root. Is there any danger installing it after su root?Thanks.
There are 25 livestreams streaming to FMS4 server by fmle3.2,and client number is 20, (FMSCore.exe)CPU usage is about 20%~40%, how can i reduce cpu usage?CPU: 2x E7320 2.13G
Hi.Ive built a server side app that loads up an XML of a client's friends by the UID he delivered as a parameter in his netConnection.The app also holds a table with crutial sessionInfo for each connection and one of its values is the UID so im able to check out whichof the client's friends connected to the server and get their peerID's in array.afterwars the FMS promotes a function at the client side that adds movie clip for each conected friend.the question is: how do i start a one on one chat with a friend i click on?
Hi,What I would like to do is install and setup Flash Media Streaming Server 4 (I will be using development server and then purchase after I see it is working). After the server is setup, I want to integrate it into my website so that users can view the stream.More specifically, I want to make it possible for website users to request their own streams, so that they can stream on the server to all viewers as well.Here is a good example using a website called Own3d.tv, which does exactly what I just described:A user goes to Own3d.tv and registers an account named User1The user, User1, goes to his Profile and hits a button to "request a stream"Once this happens, the User1 profile now says:FMS URL: rtmp://live.use.own3d.tv/liveFMS Stream: User1_12345_5su69bfn0pnz (In this case, the user's stream was created for him. 12345 is his "Own3d ID")Now that this user, User1, has his own stream, he can broadcast to his stream using Flash Media Encoder, a program called XSplit which allow
I have Flash Media Interactive Server 3.5.5 on Windows 2008 server. I developed video chat application (many to many), it's only 1 FMS application with about 50-100 room instances and 1 lobby instance to which all users are connected. There are up to 600 - 700 users at a time which produce about 2000-2500 connections to FMS. Problem I have is with steady raise of memory usage, which if goes little above 2GB will make FMS unresponsive and it would restart itself after about 1-2hours. To avoid that Im restarting FMS manualy every 3-4 days. Interesting thing I noticed is that if I restart FMS from admin console, used RAM memory won't fall at levels as if it would right after whole Windows server is restarted.In my Application.xml there are following configs:<Scope></Scope><Distribute numprocs="3">Instances</Distribute>These are things from logs during FMS unresponsive period or right before it:master.log2011-05-21 22:01:11 996&nb
I need to build a website which shows multiple instruments in a band, being played in sync. Each camera/video block is a different instrument, and played together, they constitute an entire band. I have been searching high and low for ways to do this, and it definitely appears that HTML5 is out. It looks like standard FLV progressive download is out, too, because it's impossible to get 4-8 videos to sync perfectly.I see on the FMS page that it has some abilities in synching. How would one (conceptually) go about making a webpage where say 4-8 videos begin to buffer, then when ready, play in sync? And they would also need to, when the location is changed, all sync to that location and rebuffer. The objective is so that the user can mute/solo each video's audio, to remove an instrument(s) from the "mix" at any time.An alternative way of doing this, I think, would be to just put the 4-8 videos together in video editing, and encode this into one video, b
Hi!What is the language of ActionScript communication file? Is it ActionScript 3.0 or 2.x or something else? Where it is said?What infrastructure is availbale for ActionScript communication file? Can I import flash.utils.Timer for example? What can I import? Where it is said?Where is the reference to the objects accessible to ActionScript communication file? What are the types of application and client objects? Where those types are described along with methods and properties they contain?Thanks.Regards, Dmitry.
Hello, i am wondering is it possible to get embeded timecode from HTTP Stream?Flash Media Live Encoder contains a special built-in handler, onFI, that subscribing clients can use in their ActionScript code to access timecode information. The following client-side ActionScript code shows how to get timecode information using the onFI handler. The object ns is the NetStream object. You can get timecode and system date and time information, if timecode and system date and time were embedded in the stream, by accessing the tc, sd, and st properties of the info object that is passed as an argument to onFI():i am using this onFI method succesfully with netStream object when i am getting stream from RTMP.is it possible to get somehow same results with HTTP Streaming (f4m and osmf)Thanks.
Hi. I have some basic as3 knowledge and I have built 2 apps. in as3 but I want to use them for mobile systems as I guess for symbians.Which program should I use. I searched here flash lite but there is no forum about it. İs there any other forum to help me learn flash mobile applişcations
I have Flash media server 3.5 and it is working fine but now a days Apache service is automatically stoped so all streaming services is stopd then i restart the Flash Media Server after restart FMS goes smothly and all streaming services goes smothly.Please help about this issue, below are the event viewer detail wehere the appache service stop detail is mentioned.here is the event viewer details for FMS Event Type: InformationEvent Source: FMS (Master)Event Category: (258)Event ID: 1413Description:C:\Program Files\Adobe\Flash Media Server 3.5\Apache2.2\bin\httpd -f ./conf/httpd.conf -d "C:\Program Files\Adobe\Flash Media Server 3.5\Apache2.2" -n FMSHttpd -k start returned 0:
Hello everybody,I wan't to do an authentification system with fms using the token concept.I don't know how????I wait for your response
Hi,We are using the FMS4 for 1-1 real time video chatting. it is fine but the CPU usage are very high. "(not P2P but use UDP based RTMFP) currently connection to server as " rtmfp://1.2.3.4:80/live"we use the :80 I guess it helps to deal with the firewall with HTTP tunneling? (seems if it is true, it will this degrade performance?)with 320*240; it is using 30~50 % CPU; with 480*360: 40-60% CPU at the clients. so high... decent client machine: Intel i5 650. Quad 3.3Ghz 8G RAM. win7 64Any idea on reducing cpu usage?
Hi,In the article there : http://www.adobe.com/devnet/flashmediaserver/articles/real-time-collaboration.html#articlecontentAdobe_numberedheader_1We can see this under 'User lookup'RTMFP assigns a peer ID to each participant. These peer IDs are 256 bits long and are non-forgeable. When you want to subscribe to a directly published stream, you must specify the publisher's peer ID:var receiveStream:NetStream = new NetStream(netConnection, id_of_publishing_client); receiveStream.play("media"); In another thread, Michael said : i believe the problem is that you are attempting to make a P2P connection to the server's peer ID; that is, something like" var ns:NetStream = new NetStream(netConnection, netConnection.farID); ns.play(...);under the covers, this will open a new RTMFP flow to the server that will appear to the server as a new incoming client, but the initial handshake will be incorrect (the first/only command message is "play" instead of "connect"). i s
Ok, like I said I'm a newbie, but I do understand the differance between ssas and as3. Not all, but all most everything I see written in SSAS can be writen into a external AS3 file. This leads me to quite a few questions I'm hoping you kind people can shed some light on for me.1) What is the advantage of writing a SSAS file over an external AS3 file?2) Can I write an .asc file in AS3 or do I have to use AS1? Please understand I'm using tuts from fmsguru.com and the books "Learning Flash Media Server" (pdf) and "Programming Flash Communication Server". I'm not a javascript programmer so nothing I do in AS1 seems to make any sence while everything I do in AS3 does. It may not seem like it to you people that are programmers, but to those of us that aren't, AS1 and AS3 are miles apart.3) kind of off topic, but a security question. I'm not a "hacker" and don't like the jerks that are. My question is on external AS / SSAS files and swf files. When my fla is compiled into a swf does my
HiWe produce animated content and would like to use Flash media server for our internal media delivery. I have gone through the TOU document for flash media development server and understood that it is allowed to utilize it in production. So is it allowed to use it for commercial purposes(upto 10 streams) and if so should we worry about the warranty and bugs etc. ?
Hello to all of members,i am new to Flash media server,and i face some difficulties!I managed to connect to derver and stream with Flash media live encoder to the server but when i create the flash file to see the stream it does nothing!I open the .html file that i have created but the only thing i can see is the bar of the player and i can not see the video that i am streaming!Can anyone please help?Because it is very important for me to achieve this!Thanks in advance!
Hi, I have a function at the server side that loads an XML and makes a photo/link array from it. I want to pass this array to the clients swf to use it for a photoGallery.can you please give me and exmaple for the Client and server side that will send the array = [1,2,3,4] to the client and trace it at the client side?(the clients' function dosnt' return anything)
However, I think the problem is the edge server not starting.I looked in the logs directory and found the core log, the master log.I also found /var/log/messages.Shouldn't there be an edge log?I did this from the readme:sudo ./fmsmgr server fms startudo ./fmsmgr adminserver start
HiI managed to make a local streaming (connection) to the server,by seting the FME at rtmp://localhost(or my IP)/live!But now i want to make a non local streaming!How is this possible to be done?Can you please explain me the way to do a non local live streaming?Thanks in advance!
Hi, I have a question.I use Flash Media Server 4 and Flash Media Live Encoder 3.2 for a strem rtmp.I set FMS url to rtmp:localhost/livepkgr andI set stream name to :livestream.m3u8I started FMS and I'd want to play my stream in a HTML5 video tag.I have not changed FMS4 parameter, and I'd want to insert the src attribute in video tag.Please Help me
I've been running the instance-store version of FMS in EC2 without any problems.I'd like some changes to the config to be persisient though.I've created an AMI (built using the stock CenOS 5.5 and FMS 4.02 AMI's Kernel ID and RAM disk ID) but when I launch it says the "AMI and kernel are incompatible" or similar.Any ideas ?Thanks very much.
Hi Guys,I have tested other embedded videos and they will play remotely so I know the hosting site is working. Can anyone please look and tell me what I can try to make the vid work? Currently, the live video will play locally and remotely from this computer where all the files are stored but only the skin is visible on any other remote computer's web browser.I will post any info you ask for. I have been working on this forever. Please, someone who is good at this help me?Here are my files look (I can't figure out how to blow this up larger - can you see it?):I will try whatever you suggest.ChrisP.S. My live video is being broadcast by Adobe Flash Media Encoder to Adobe Flash Media Server 4 and inserted into Dreamweaver. Dreamweaver Support watched me re-create the Flash file and import into Dreamweaver and we looked at it for hours together. In the end, they suggested I post here because we could not figure it out / it is not
FMS4: localhost or localhost:8134 the same:For the Stream Video (RTMP) I cannot connect; but using the PLAY VIDEO(HTTP) is fine.RTMP show: "we are unable to connect to the content you've requested...."Currently config enabled HTTP Proxy and allow all in/outbound connection in windows 7 firewall.BTW, this is for the samples; the "dynamic stream" and "interactive" are all fine.Any idea?Thanks!
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.