The official Adobe Media Server community.
Recently active
Trying to output to multiple servers - tried launching multiple window of FMLE - but get an error message with the second broadcast attempt. Any ideas?
hi,i'm develop a call-center with FMS and FMG, and I want save files of conversation. It's possible create a file with the conversation?In the file main.asc in the function sendOnLeg, i'm doing: if (application.stream) { application.stream.record(); application.stream.play(obj.incomingStream); }but the file only have the sound of inputstream (Microphone).Thank you
I tried to set <MaxConnections>1</MaxConnections> in Vhost.xml file , but it doesn't works. I can continue to create new connections (streaming FLV files) after the first one.
We are trying to evaluate the new FMS 4 server and the HTTP Dynamic streaming ability it has. I have followed a couple of the tutorials found here on adobe.com to very little success, the one that seems to have the “trick” to get this working and the most confusing one (but complete one) is:http://help.adobe.com/en_US/HTTPStreaming/1.0/Using/WS7b362c044b7dd076-735e76121260080a90e-7ffc.html#WS4fa2cfa188d8c3624ca8e9a212736dfa6f4-7fff I am able to stream from the encoder (flash live encoder) to a locally installed FMS 4 (trail version) and I am able to see the stream event on the Admin Console. The problem comes when playing the stream. I simply can’t. Judging by the tutorial, it has something to do with the apache modules that I am now unsure if we must use/modify. If we don’t have to use them – how do we get by playing the dynamic stream? If we do use them as the tutorial suggests – how does the httpd.conf file for apache look like in the “location” structure? So far I am using: <Lo
We have some HTML pages that embed a swf file to stream flv videos. The video doesn't play and I firstly thought it was the video player's version problem. But it seems more to be related to the path now.The video is located at /opt/adobe/fms/applications/sites/media/nihseniorhealth/alzheimersdisease/symptomsanddiagnosis/video/a5.hi8.flv.Case 1:<embed src='swfs/StrobeMediaPlayback.swf' ... flashvars='&src=rtmp://130.14.16.21/sites/nihseniorhealth/alzheimersdisease/symptomsanddiagnosis/video/a5.hi8&autoHideControlBar=false&streamType=recorded&autoPlay=true' type='application/x-shockwave-flash'>can successfully play the video; and I saw an entry in the access log like this:play stream 2011-01-27 13:21:44 EST nihseniorhealth/alzheimersdisease/symptomsanddiagnosis/video/a5.hi8 10.1.100.53 23327&nb
Hello. I have been trying to get my live feed up and running for friends but they are unale to view it. I have FMS 4 with FMLE 3.2 on Win7. Under the fms url i have 'rtmp://localhost/live' and Stream name is 'livestream'I can view the stream just fine from my computer on which i am running both FMS and FMLE. but when i put the html file on my website, my friends just see the empty swfplayer. You can view it at http://tinyurl.com/5v7llo3. I was trying to figure out what the problem was so i copied the swf code 6 times with different settings but nothing worked. on my computer, only the first swf player works and im guessing that is because its localhost. Any help with this will be appreciated.
We have some HTML pages that embed a swf file to stream flv videos (code below). It is working on our old FMS 2 server. However, after we installed a new FMS4 server recently, the skin (video player) is still showing up on the HTML page, but the video just doesn't play. The .swf file was created by someone else several years ago, and I suspect that it was developed with older version of Flash tools (not sure which one though), and is not compatible with FMS4. If this is the case, can it be fixed by installing some component that is required by older version of Flash on our new FMS4 server, or will we have to rebuild the .swf file using a newer version of Flash tools? If version compatibility isn't the case, what else could cause the problem? Thanks in advance for any suggestion!<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#ve rsion=7,0,0,0" id="videoObj" width="100%" height="100%" >
Hii'm develop a call-center with FMS and FMG, and I want save files of conversation. It's possible create a file with the conversation?In the file main.asc in the function sendOnLeg, i'm doing: if (application.stream) { application.stream.record(); application.stream.play(obj.incomingStream); }but the file only have the sound of inputstream (Microphone).Thank you
Hello and sorry, if this question is already been asked/answered. All I can find is this discussion (http://forums.adobe.com/thread/773705?tstart=30), but there is no answer to my case.Our company is developing an application, which connects to https server when a client is joining/leaving the server. Here is a part of main.asc file:application.onConnect = function(client, meetingId, mettingAttendeeId){ if(mettingAttendeeId){ trace('User client : "'+this.name+'" connected'); application.meetingId = meetingId; client.mettingAttendeeId = mettingAttendeeId; (new LoadVars()).send("https://www.domain.com/wsdev/AddMeetingAction.aspx?type=login&meetingId="+application.meetingId+"&mettingAttendeeId="+client.mettingAttendeeId); }else{ trace('Player client : "'+this.name+'" connected'); }Same is for application.onDisconnect.The problem is, there are no packets coming for the https server. I have tried with https://www.domain.com:10000 - no difference. When I change to url to http://ww
I am a newbie to Flash :[I am trying to create a multi-player game and I found a VideoPhone sample that each client must have a key. But in this forum, I found a MMORPG that do not need any key for login.How can I do to implement this?
Hi Folks... This may sound a little off topic, but please bear with me. I would like to know if it is possible to run Action Script Communication Files(.asc) on an red 5 server, just like how a .asc file runs in the Flash Media Server. Hope someone can advise. Thanks.
Hello,I realize this can be answered a number of ways and i've tried searching for it.I'm trying to find out how I can tell how many users are connected to the same FMS application in a flex application:public function totalConnectedUsers():void{lblText1.text = "There are a total of " + bindableUserVariable + " Users Connected to the Stream Now";}Thanks for the assist.
The $995.00 version is listed as not supporting server side playlists. Is it possible to implement internet TV station like functionality using that version? I would like to have a list of files to play out and have it so those connected are all viewing the same thing.Thanks,
Hi, I have a very strange problem. I have created an application on fms. on the streams/_definst_/instance directory there is a sample flv file with name file.flv If i have a client doing ns.play(file,-2) everything is fine. The file is delivered (streaming) nicely. If i have the below: Client::: ns.play(stream, -2); Server-side: (Stream.get("stream")).play(file, -2); The file is delivered, but it doesnt playback/flow properly. It seems like breaking(stacks) on some points and then continue. Does anyone have any idea? Thank you vrey much!
Hi all,We're running into a strange issue with our app. Users broadcast live AV, which are also recorded. During the live broadcast, there's no transmission problem, and multiple users can see each others streams with no problem. However, the recorded version has gaps in the recording for certain users. Looking at the recorded files, there's gaps in the timecode.I'm trying to figure out what could be causing the gaps. Any thoughts or suggestions for me to investigate? Thank you!Costin
Hi Guys..If I need an FMS based conferencing/chat application to communicate with an XMPP server, how do I go about doing it? Hope someone can advise. Thanks.
As the tilte says.Can FMG work with Flash Media Server on Amazon Cloud Service?Evgeni Petrov
I found the article titled 'Capturing live video' quite useful. This article is linked off the FMS start web page - the one that opens immediately after installing.http://help.adobe.com/en_US/FlashMediaServer/3.5_Deving/WS5b3ccc516d4fbf351e63e3d11a0773d56e-7ff0.html#ach-setscrThe tutorial is better than most that I've found because it has a simple, working example. I was able to enter the code into a frame script in Flash CS5 and I used my own FMS address to connect both to a localhost and a remote server. The sad part was that I found that I got the video and audio to round trip to and from the FMS when compiled (ctrl+enter) in the Flash CS5 program but when I try to publish this to a web page, I get audio but I can't get any video to display - neither eachoing straight from the camera or subscribing from the FMS. I've tried accessing the web page from my local file system and from a webserver. In both cases, I get audio (great news) but not video (bad news). I'm wondering why this mi
We would like to record the streams broadcast by our clients. What is the recommended way to do this using RTMFP?
We had FMS2 installed before and the paths to all our videos are like rtmp://ServerName/sites/.... (the default path on FMS2) Now we upgrade to FMS4 and we would like to keep these paths the same because we have many HTMLs that reference these videos. However, the default path on FMS4 is rtmp://ServerName/vod/... Is there a way to change "vod" to "sites"?I tried to change VOD_COMMON_DIR in fms.ini from /install_dir/webroot/vod to /install_dir/webroot/sites, and also changed the document root in httpd.conf, but rtmp://ServerName/sites/ is still not working.Any suggestion will be greatly appreciated!
When calling from SIP-client (x-lite) on the flash client is not an CallLegService.onLegMessage event occurs while clicking on the numbered buttons in the SIP-client.What is the problem?
Suddenly mic not connecting to server. I have FP 10.1. 102.64 Windows XP 32 bit and explorer 8. See link which instructs me to "change" but no response.
Hi,When Codename Cirrus has modifications, like recently, is it reflected in the flash plugins, or will I need to purchase the next FMS 4 version update?Thanks
I'm trying to record a stream from a webcam using FMS4 developer edition. The streams are recording on a linux box in .flv files. These files though have problems.1 - The video quality is terrible. Fuzzy/blocky. Any kind of motion looks awful. Is there any way to improve this?2 - The sound jumps/skips and goes out of time with the video.As it is now this is useless. I am trying to make a system where a user records a short video from the camera and then I upload it to YouTube from my server. If you use Youtube's webcam page the video quality is quite acceptable and the audio is obviously in sync too, so they must know something I don't. (http://www.youtube.com/my_webcam)
I installed the FMS on Linux. I am trying to record webcam videos from a flex application and save them server-side, for eventual posting to YouTube.I installed the application "live" in the path "record". In my flex code I do:nc.connect("rtmp://ipaddr.us-west-1.compute.amazonaws.com/live/record");It connects fine, so I do:ns.publish("camtest", "record");It fails with NetStream.Record.NoAccess. On the server side it saysAccepted a connection from IP:xx.xx.xx.xx, referrer: , pageurl: Application doesn't have permissions for server-side record/append of streams; access denied to stream camtest.In my conf/fms.ini file I set LIVE_DIR to /mnt/live. That directory exists and is world-writable, so I'm not sure what is happening. Is there some other permission that I'm missing? Is it just the wrong application? Which one do I use for netstream recording?Thanks-jsd-
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.