The official Adobe Media Server community.
Recently active
Hi.Can any one suggest us that on FMS what kind of bandwidth we can use. We have a video chat application.Thanks
Hi there!application.onPublish = function (client, p_stream){ //How to get a snapshot of the first frame and save it to a specified directory? //Or post the snapshot image to a specified URI for restoring?}Anyone knows how to do this ?Regards!
any suggestion?
Howdy. I'm working with a Flash Media Server installation that someone else set up. I'd like to try recording to the server but I read that I'd need to have the "Interactive Media Server" version not the "Streaming Media Server" version in order to do this. I'm not even sure what version number it is (2/3/4) so this info would be helpfull too. How can I find out this information?
Hello friends,I am currently trying to determine what limitations SSAS has that the C++ plug-in architecture can rectify.Currently I have determined that C++ plug-ins can provide the following benefits:-Quality of service increase/decrease based on client info via reserving a set of core processes for premium clients, then have a set of core processes for everyone else.-Additional layer of security in the Authorization plug-inI have not been able to find very many features that the C++ plug-in can provide that you can not provide with some code in the SSAS.So I guess I am just looking for a comparison table of advantages/disadvantages between the C++ and SSAS. How can I exploit the C++ plug-in architecture to do amazing things that the SSAS can not?Regards,Lucas
I have apache web server installed on linux with one ip and some virtual hosts.Can I install fms on this server?
I have called Adobe roughly a dozen times today to speak to someone about purchasing the developer "incident support bundle." I've been told to call about a dozen different numbers, and still have not had any luck. Can someone tell me if this support bundle actually exists? How do I go about getting it?
Hello,I'm experimenting with directly handling incoming calls in the application's SSAS script. So far, an incoming call is successfully answered but I cannot seem to properly create and write a stream for it. The created .flv file is lesser than 1KB and unplayable. This makes me think that the file only contains header information and no actual data.See my altered versions of the FlashPhone's main.asc sendOnLeg and sendLegStatusUpdate functions:Implementation around the Stream object in the sendOnLeg function is meant to replace the client side NetStream implementation to subscribe to the remote stream.Any clues as to why this server side handling of the incoming call isn't properly creating a stream?Thanks, - Georges
Hello, I was previously using Darwin Streaming Server, and am now migrating to FMS. For the DSS, I was converting all uploaded videos to hinted mp4s with ffmpeg. I find now that about 80% of my mp4s stream fine on fmls, but the remaining ones only play audio, leaving the video blank. What could this be? (I'm using rtmp://{addr}/vods/mp4:{name}.mp4 , and the "sample" player that came from the FMS download)Thanks,Nick[Edit: All the videos, even the ones that don't play properly, pass "flvcheck" ]Message was edited by: nickjpgeorge
I've build a live video/audio chat application. All works fine only the issue is latency of 5 secs. I'm using FMS 3.5 and FLEX.Please help me out from this issue.Thanks,Sanjay
Ok, first of all hello everyone - i searched this on the forum and come up with couple of solutions which i already did so hopefully someone can answer my question. I have installed flash media server, flash cs5, media live encoder to be able to view my webcam feed via my website. Now in addition to these, i started streaming to localhost, and installed a dns updater which updates a name server according to my current ip. Then i wrote this dns address in the feed's source from flash 5 as rtmp://thednsname.somedns.net/live/livestream so far so good, i also forwarded the ports 1935 incoming and outgoing from modem to my computer as well (because 1935 is said to be the default port number for media server). firewall -> closed (just in case); and my internet provider doesn't block ports...started the media server (with admin privilage in 7), started the live encoder, connect to localhost, start live feed.NetStream.Play.StreamNotFound : Adobe Flash tried to play a live or recorded stream
We recently made a copy of our FMS server and moved it to a new machine. Now, when I try to connect to our application, I receive the following from the interactive media server:event.info.code: NetConnection.Connect.Rejectedevent.info.description: No scope "app_name" on this server.Connection to rtmp://domain.com:1935/app_name rejectedCan anyone provide some insight into what this error means and what I can do to fix it?Thanks!
I continue to run into issues with using this new feature... The product website tauts "fast motion" and "slow motion" as nice new features, but they're absolutely miserable to make work. There is no property to set to make NetStream play at 2x, .5x, etc. Rather, you have to setup a timer that will simply step at the necessary speed to make the video move at the rate you want. So now instead of just calling play/pause/resume on a stream, you have to implement a separate set of functionality to control alternate speed playback. Once this is achieved, however, you'll find that a stream is extremely sensitive when all of these calls to step are occurring.My current issue is that when stepping, if the user attempts to seek to another location (presumably to continue watching their 2x speed at that location), the stream hangs. Subsequent calls to step seem to be ignored- the stream remains at the seek time.Are there any plans to make any of these fe
Using the sample "fmg flashphone" app, I can successfully make an outgoing call from the browser to my iPhone, using the sipGateway profile. However, it appears to only be working one way: The phone rings, but when I answer it, I can only hear the audio from the browser to the phone...no audio is sent from the phone to the browser. Also, hanging up from the phone first will not disconnect the call in the browser, though hanging up in the browser will end the call on the phone.I'm guessing it's just a config issue, but the documentation is...err, not quite ready
Hello,I'm playing around with an application's SASS script in order to experiment with integration of FMG but I have run into some issues.On application startup I successfully request the service as defined in FMG's rtmp.xml (I have also set <EnableAutoProfile> to true and <DefaultContext> contains a valid context name from workflow.xml):if(!application.legService.isConnected){ services.request("servicename"); trace("FMG - Service requested"); }When a normal flash based client connection is detected, I assign it a phone number and save its client object in PhoneIDMap. I also increment the phone number counter for the next connection:client.phoneID = application.phoneNumberCounter;application.phoneIDMap[client.phoneID] = client; // Increment the phone number counter.application.phoneNumberCounter = application.phoneNumberCounter+1;After this, onConnect is triggered with client.agent equal to "FMG Leg Service 1.0" in which cas
Hello Friends,I have developed a audio/video/text chat application with multiple users. I would like to store/save live session in to a single video so that we can manage archived live sessions, and make these sessions available for other users just like a normal video/FLV.I know we can store single live streaming with DVR but I need to store all the live cams into single video.Note: I'm using FMIS for above application (with rtmp).Any help will be very much appreciated.regards/Amitpal
We are running Adobe Flash Media Server 3.5.2 Streaming Edition. It is running on a dedicated physical server with 4 cores and 4 gigs of RAM.I tested the FMS thoroughly before moving to production. I tested by throttling my bandwidth to simulate different connections. Streaming worked great, but almost all of the testing was INTERNAL, not external. We recently started publishing some videos external. We are getting complaints all over the place that the video is choppy.During our troubleshooting, we started using one of the native videos from the FMS install. The video is only 5 MB. We have tested from several different connections... Fiber, Cable, DSL.... The test video from our Flash Media Server is choppy... It buffers quickly all the way through playback, it is horrible. We published the same video on a public FMS and it works flawlessly from all of our test connections. Our expert developer has published a CF page with both videos, o
Hello,,1- We want to radio broadcasting in cfm server. Do we need also install fms ?2- We created a flash player as radio online player. Our problem is, when anyone open the player link, they must listen the same song at the same time. Is there any article or any advice about that ? thank you for your helpbest
Hello All,I have a task before me that I have not spent any time researching in the past because I never thought I would have to do it... I need some specific advice from some of you gurus out there.I need to set up a training facility in which we film a teacher in HD and broadcast it live across the internet to 30 locations around town. I also need to have a live chat going with the video in which any of the viewers can ask a question to the teacher and he/she can answer it in the lecture being given.The 30 locations that the viewers will be at will be a board room setting with an HDTV on the wall , and maybe a wireless keyboard and mouse that they can share to chat with the teacher.I know I can quickly figure out all of the video stuff, like lighting and cameras. I really need advice on all of the technical stuff that it takes for the live broadcast on the internet.I imagine that I will choose a content delivery network, but which one? I imagine that I will use Flash Media Server, bu
Hello, Flash Media Server (finally) supports multicast video. But all documentation about this feature is about multicasting live video. Any ideas on how to setup one or more files as a multicast stream? Thanks a lot, Frank
Is it possible to limit the length of live recorded video stream to N minutes/MegaBytes by SSAS in FMS?If the aggregate size of stream outcomes the limit,always make the recorded video file the last N minutes/MegaBytes of the live show?If that's impossible ,is it possible to remove the video file and record from the beginning when arriving N minutes/MegaBytes?
Hi All -I have a dedicated server running IIS with a website, and we have installed FMS 3.5.We are going to play vod and only over RTMP, so do not want to install apache.We have mutiple IP addresses andI would like to assign FMS to a particular IP address so it does not conflict with IIS on port 80. Otherwise, at start up, FMS loads first and loads the IP address of our website.How, specifically, do I assign FMS a particular IP address? Is it one of the config files? The config files have no example of that case, so it is difficult to tell.Thanks and kind regards,Adobe New User
hi,i was asked to build chat application using FMS server.I am new to FMS, can anybody suggest me the tutorials or an introduction about FMS.Thanks in advance,@5807549
We publish this way at client side:ns.publish(name, howToPublish);How to get this howToPublish at server side?application.onPublish = function(){ //how to know whether the stream's publishing method(live,record,append) here?}
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.