The official Adobe Media Server community.
Recently active
Is S3FS read only? I am using FMS on AWS. I am able to mount the S3 File. I see my files (in pink) but I cannot create, copy, etc to that directory. Am I doing something wrong?
Can we broadcast our video in HD Quality through FMS? if possible what we have to do for that, whats the minimum bandwidth needed to deliver the HD quality video?
Hi!I'd like to ask, if there is a release date, and pricing information available?Thanks
I am using RTMFP to connect to my Flash Media Enterprise server instance with Influxis.In my server-side main.asc file, I have something similar to the followowing.:application.onConnect = function(client) { trace("I am connected.");}function testit() { trace("I am in testit.");}My client creates a NetConnection and calls the server site function like this.:NetConnection netConnection = new NetConnection();..other details to connect (Connection is established fine...no problem)...netConnection.call("testit", null);In my FMS instance logs, I see the "I am connected." message. But, I don't see the "I am in testit" message. What can possibly be wrong here? Why can't the client find the server side function? Am I missing anythingmore in my main.asc file?Thanks,Dan
Hellocould anyone explain please, is it possible to use Video Phone (Cirrus Sample Application) with FMS4?It seems to be possible because in Video Phone source can be found these text:// rtmfp server address (Adobe Cirrus or FMS)[Bindable] private var connectUrl:String = "rtmfp://p2p.rtmfp.net";If it’s possible, where can be found a server-side script for FMS /opt/adobe/fms/applications/videophone/ folder?sorry for poor English Many thanks!
I was wondering if anyone knows if there is a loading testing tool for interactive apps like a chat app. The reason I asked is because the company I worked experienced some issues where cores where crashing and we are trying to determined if the issue is load.
Hi, I am developing a video player that is almost done, but there is a problem in Bufferbar I am using a flvplayback for video playing when I use http path for video it show bufferbar working perfectly like below:Code:_flvPlayback.source = "http://flash.projectstatus.in/fmsvid/sample.flv";If I use rtmp path from the fms the bufferbar does not work it shows already full like below:Code:_flvPlayback.source = "rtmp://75.126.73.138/vod/flv:sample.flv";In both case video playing perfectly. Only problem regarding buffering bar. Plaease help me...Thanks,Dhaval
Suppose a person stop connection to the FMS server, how do
Hi there,We are currently trying the FMS 4.5.We noticed that when we are streaming our own VOD file that we had copied to the server, which is an .MP4 file encoded at 1200 kbpsusing either HDS or RTMP (, which I suppose the server recodes on the fly ) we are getting the incoming stream at the average bitrate of 14 Mbit/s, and it looks like bursts of 25 Mbit every couple of seconds. However if we try a sample file, such us sampl1_1500kbps.f4v we are getting an average of 1.2 Mbit/s with peaks of 1.5-2 Mbit. The tests are conducted in our company LAN. So what is the reason for this? And is there a way to control/restrict the output bandwidth for our own file without re-encoding? (Please note that I'm not talking about several streams with different bitrate for the same source aka adaptive bitrate but rather about the single stream bw)Thank you in adavnce,Igor.
Hi,I have successfully installed and configured Flash media gateway! I have tested the sample Flash Phone provided with the product. Both Flash media gateway and Asterisks are on the same Linux server!Now the problem is i am unable to get Asterisks work with FMG. The scenario is:A short code will be dialed from the web interface, now this request needs to be handled in Asterisk Extension instead of FMG's own workflow.xml !How should i configure FMG? Please help me asap!
i have prepared a multi user chat using flash media server. now i want to save that chathistory, in a database. for that i decided to use webservice for database connectivity. now in one of the tutorials i found that webservice will not support ssl. is it true or not. All my project had ssl certificate. if it won't means how can we done this.any help,please.........
Is it possible to live stream both RTMP and HLS with FMS 4.5?I want flash users to have the least latency possible using RTMP, and iOS users use HLS.If this is possible, how can I achieve this?
Such as: var shareObjectResponder:Responder=new Responder(getSharedObject); nc.call("getSharedObject",shareObjectResponder,rd);The RD is just a number, but it was a malicious transfer up to 10GB of data, or very large data, I would like to FMS can reject the call, ask how to achieve it, the best can be global control.
Is it possible to use different profile based on a padded phone number? Reminiscent of the 'Dial 9 to get out'i.e. 8123456789018 = a routing number12345678901 the phone to call. I tried changing my workflow.xml without luck<Context name="rtmp"> <Condition variable="destNum" value="^8.*$"> <AppNode sequence="1" app="bridge" args="sip|${destNum}@myContext8"/> <AppNode sequence="2" app="hangup" args="null"/> </Condition></Context><Context name="rtmp"> <Condition variable="destNum" value="^9.*$"> <AppNode sequence="1" app="bridge" args="sip|${destNum}@myContext9"/> <AppNode sequence="2" app="hangup" args="null"/> </
Hi,I'm trying to get the Cirrus sample application (http://labs.adobe.com/technologies/cirrus/samples/) to work together with the FMS. For my understanding the RTMFP technology is available to the FMS, so it should be no problem to make the example run with a FMS. As I don't have much experience with FMS, I don't know what I am supposed to do, to get it working.I already managed to get an ID from the FMS for each peer, but it seems that they are not able to connect to each other. Using the Cirrus beta/developer server hosted by Adobe it works without any problem.
hi,Someone has any tutorial or document link when migrate from FMS 3.5 to Fms 4.5.thanks in advance,vishal
How can I push updates to FMS?For example:A site visitor's status has changed xyz in our business logic.We want to, eg, block the stream for him through FMS.How can our ColdFusion code notify FMS of this change?***Is it possible to establish a lasting connection between FMS and ColdFusion (eg, CFCs) whereby:CF would be able to call certain functions in eg our main.asc file in our FMS application?***A solution I've thought would use a proxy/relay: Ie, both FMS and CF can connect to a proxy socket server to relay messages.However, my boss want to avoid adding another custom component if FMS/CFCs/etc support this type of thing.Thanks!Gary
Everything was fine until I got. Installing Adobe Flash Media Gateway files...MD5 Sum of installer is incorrect, please download the file againAny suggestions?
Can any one help me how to work with the FMG to connect SIP... I dont have any idea about that, what all the things needed to work for that and how should I start working with that?
Hi,is it possible to play RTMP stream with double byte name like japanese korean etc.. ?I tried to with and without escape() stream name without successlke "rtmp://server.com:1935/app/"+escape(streamName)doesn't workthanksFranck
Hi All,Does anyone have any solutions to the Backward Timestamps problem that shows up in the Event Viewer, and sometimes in FLV recordings generated by FMS? We're using FMS 3.5.3 and run into this issue frequently. Any help?Thanks,Costin
Hi. All.I've search enough. and I've did my best for 3 days. Unfortunately, I could not solve this problem.If you help me, you can be my sunshine.I'm developing Text Chat App using Flex4.6 & FMS 4.5.I wanna count how many on-line users in. I found some infomation by googling.As a result of googling, I figured out I need SSAS(Server Side Action Script)http://www.fmsguru.com/showtutorial.cfm?tutorialID=48 I followed what he did pecfectly. This source code is what I made.UserCount.mxml-------------------------------------------------------------------------------------------------------------------------------<?xml version="1.0" encoding="utf-8"?><s:Application xmlns:fx="http://ns.adobe.com/mxml/2009http://ns.adobe.com/http://ns.adobe.com/mxml/2009mxml/2009" xmlns:s="library://ns.adobe.com/flex/spark" xmlns:mx="library://ns.adobe.com/flex/mx" minWidth="955" minHeight
I have created an swf where I can record the webcam picture as H264 video to a FMS 4.5 (I am using the developer version).My code is looking like this: var h264Settings = new H264VideoStreamSettings();h264Settings.setProfileLevel("baseline", "1.2");stream.videoStreamSettings = h264Settings;stream.publish("mp4:mystream.f4v, "record");I can then replay the video from FMS just fine, but if I try to copy the video from the FMS application directory into a local project and try to play the video with the FLVPlayback component, or with the Adobe Media Player, it is not playing at all.Is this to be expected? Can't I record a webcam video with FMS in H264 and use that video later without FMS?
I'm trying to publish live webcam feed, but I noticed something odd going on.After a connection has been made to FMS a user can press a button to start streaming. The button will simply create a netstream and attach audio/video devices to the net stream and start publishing.If that user wants to stop publishing I have a differernt button that assigns my netstream to null. The reason why I do this is because I don't want the user to drop the connection to the server, just stop publishing.What's weird is I think the way I'm handling netstream is causing odd things to happen in the Admin Console. If I have 2 users waiting to listen to a stream; I will have 2 clients subscribed to the stream. When a new user comes in and wants to publish the live stream it doubles the clients already subscribed and gives them another client id that is handling the stream. If the publisher then decides to stop publishing then it only removes 1 of the duplicated clients from the stream.Here
I am stuck. We are currently using FMIS 3.5 and no problems. Upgraded our dev server to FMIS 4.5 Install seemed to go OK.Problems:1. Flash Server Start page showing RTMP stream but not HTTP stream and gives 2032 error. I can't tell if it is serving HTTP or not locally. Need that... 2. Administrator does not take name and password. Have reinstalled several times and set the name and password to easy values and wrote them down. Previous versions have the name and password in clear text in the config file. In 4.5 the password is salted(?) so I can't simply get the value from there. I cannot start the administrator at this time.3. From Live Encoder on Mac I can stream using RTMP to the server and see it using the normal settings I would use in FMIS 3.5. I can also stream as recommended in: http://help.adobe.com/en_US/flashmediaserver/devguide/WSd391de4d9c7bd609-52e437a812a3725dfa0-8000.html using the values there and the server connects and I start to stream. However I cannot see the strea
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.