The official Adobe Media Server community.
Recently active
I am developing a live audio-video application using FMS 3.5. Can anyone please tell me the best possible settings i should use for playing a live netstream at the receiver side like what buffer time i should use etc?Thanku
Hi,I am developing application for recording the video in mp4 format with h.264 codec and I am able to record video in mp4 format with h.264 codec, but when I am compiling the Swf by "CTRL+Enter" at that time I am facing error "VerifyError: Error #1014: Class flash.media::H264VideoStreamSettings could not be found" and when I am publishing Swf by "ALT+Shift+F12" then I am not facing any error, so please suggest me that, what step I need to do for removing the error.ThanksRam
First of all I'm very happy this product is being developed, as it fills a big gap that exists right now in the field of unified communications / web telephony. Keep up the good work guys, I'm patiently waiting for the next release.In the meantime here are some bugs. I'm sure as I continue to develop my application I'll find more but here are some of the most annoying that I've found so far:You can't create a valid SIP gateway profile in sip.xml without specifying the userName property. This is problematic because legService.createCall takes a parameter callerNumber that would normally be supplied where the "username" goes in an outbound SIP call to allow the destination to see the proper caller ID. The callerName parameter of legService.createCall corresponds to the display name in a SIP call, and this works properly, but endpoints who receive calls from FMG through a SIP gateway have no way to see the actual "number" they were called from. Given that SIP profiles in sip.xml sup
Hi guys, Running FMS Dev on Win 7 supplying HD video from FMLE on a Win 2008 Server. RTMP already tested fine through my setup and I'm now working to evaluate HTTP performance. Thanks to the excellent posts on this forum, I've identified that I'm getting log entries (in various nice places like core.00.log and \logs\_defaultVHost_\livepkgr\_definst_\application.00.log) telling me i've hit the "quota" which is apparently associated with the trial Dev license.The only thing I can't figure out is how to reset the 30 minute window so i can see if the darn thing works! I never saw it working - I must have been feeding video in from FMLE and fixing FMS / Apache HTTP stuff while the 30 minutes ran out.I know Adobe needs to cripple the dev version to make money but how can I use it to proove to my bosses that it works? I've done the obvious stuff like service stop/starts and rebooting - but the stubborn quota exceeded log messages persist each time I fire up a stream. Saw som
Hi,I can't seem to get setProperty to affect any change detectable by getProperty, or any other means.* Can you please help me find and fix the problems in my code?Also, it would be great if you could provide a snippet of code to both1) read/write to the SO from the Flash swf client, and 2) suggest any changes required in the FMS server-side code to receive events onSync from another FMS server (also sending to another FMS server.. I know it should be very similar in theory).Thanks!// BEGINING OF CODE (applications/ic_live/main.asc) var debug = 5;var myRtmpUrlToThisApp = "rtmp://127.0.0.1/"+application.name;var myNcToThisApp;var myStream;/* * application.onAppStart:* is called when application loa
I have install the Flash Media Server and Flash Media Live Encoder. Everything run perfectly when I test the Live Stream through localhost, but if I try to embed to another machine, it is failed. Anybody have an idea how to fix it?
I get this error when I call get("soName", master_app_on_this_server); my_so.onStatus: error; SharedObject.NoAccess//Notes: master app is just a copy of live, for now, to provide a way for this app to access a global rooms list (see my other recent posts about why I'm trying this way -- other ways didn't work).What are the solutions to this error?Thanks!
The Apache service named reported the following error: >>>[Thu Feb 16 17:07:10 2012] [info] mod_jithttp - FMS installation path: "C:/Program Files/Adobe/Flash Media Server 4.5/"I installing FMS 4.5 in windows 2008 r2 X64 ,but apache error ,pls help me? why?
Hi.I've installed developer version of Flash Media Server 4.5 and trying to get remote object, but no matter how I call my object all i get is this error I've rad configuration guide and it told me that I should set StorageDir for shared objects, enable RPC (<RPC enabled="true">) and allow shared object (<Allow>users</Allow> in <RPC> - <SharedObject> tags) but that didn't help either.What am I doing wrong and how do I fix this error?
Is the licence for Flash Media Enterprise support redundancy? For example, if the server crashes, a backup server can use the same licence?
Hi,I want to restrict unauthorised edge servers connecting to my core server . How do i do it?Any help is appreciated.PS
I am using some severside script ( create a main.asc under application directory) for streaming some pre recorded video files as a live to client. You can think of using a video file for live stream source rather than FMLE . I follow this helpful instruction in this link http://fmsguru.com/showtutorial.cfm?tutorialID=12 which is suggested in my previous post. http://forums.adobe.com/thread/955046It works perfectly fine if I watch it in rtmp. But I wonder is this work for hls-live? Right now I am try to stream the content to an iPad.I tried to input the hls-live format URL to the browser URL bar, but seems the server cannot found such live stream event.Such as http://192.168.1.106/hls-live/sstream/a/version1/clientPlayStreamI checked the folder used for hls vod or live, it looks like the documents needed for hls is more than a simple rtmp application..... Anybody knows the severside script application is work for HLS ?
Hi,I would like to know if the voice cuts too soon using VoIP through a FMG using SIP is a codec problem?
The shared ball example works, if you are just writing/reading an SO from the client.But can anyone give the code necessary to write/read to an SO on the side-side so that the client sees the change, and vice-versa?FMS-side can see its own changes. Ie, doing getProperty after setProperty, I'll see the property changed, like this:updateRoomsSo = function(){var theSO = SharedObject.get("all", true);theSO.onSync = function(list){...}theSO.onStatus = function(infoObj){...}theSO.setProperty("a", "1);var r = theSO.getProperty("a");trace("r="+r); // will show the 1// However, the client will not see this update, and the client's update will not be caught in onSync or onStatus functions I have defined there.But, if I use a netconnection to this app, as in:var theSO = SharedObject.get("all", true, my_NC_toThisApp);// Now the getProperty will not see the "1" or anything.// Am I just not connecting to "this" app correctly, most likely? In that case, you can see my other post containing the code I
Hi!I've set up an X-Lite on a notebook. It can connect to the FMG with user 888, but I've couldn't connect it as user 777.If connected as 888, I can call 8888, to listen to the wav file, but 9999 is not working.I want to call the X-Lite phone from the flash client. I think if I'd dial 888, it would connect it, but the client never enters the onLeg function.What could I've set wrong?Please help!Thanks.
FMS 4.5 lists CentOS 5.5 as a supported OS. Has it been tested on CentOS 6.1? Setting up a new server with FMS 4.5 and wondering if it's best to stick with CentOS 5.5 or if it should be OK to use CentOS 6.1. Thanks.
Hi,I'm using the fp11 beta to stream h.264 video live between two machines. I'm also recording this live interaction. However, it appears as though FMS does not understand how to save the h.264 video? My set for the netstream looks like: _netStream = new NetStream(_netConnection); _netStream.client = customClient;var h264Settings:H264VideoStreamSettings = new H264VideoStreamSettings();h264Settings.setProfileLevel(H264Profile.BASELINE, H264Level.LEVEL_2);_netStream.videoStreamSettings = h264Settings;The resulting video has an audio stream, but no video stream. Is there some specific profile required for FMS to understand how to store h.264? Or, is this simply a feature that is yet to be implemented?Thanks,Ben
Hello all, I have been struggling with this for days and i figure now is the time to seek some different help.I have a windows server box 2008 R2 with Adobe Flash Media Server installed on it version 4.5. I have installed Flash Media Server and input the serial and all that fun stuff. All ports have been forwarded properly, Once the server is up and running I go to the admin console just to make sure all is running well. Once up and running I turn to my Media Encoder and enter my FMS URL as well as the stream, (livestream?adbe-live-event=liveevent). I select my input device and it connects and says streaming to primary. Now Yesterday I did this and it was streaming correctly i check with my ipad and the livepkgr was working, I have live video on my ipad. I then went to my website to check and make sure all was working on there and sure enough my live event was being streamed to there was well! Sweet right? No wrong....The server was shut down after this test trial assuming everything w
I am using Connect 8.1.2 with an FMG on its own virtualized server. When I open a meeting and connect to a PGi conference bridge using Universal Voice, I sometimes see bursts of dropped packets in the FMG core.log such as the following: 2012-02-08::08:56:10.922 DEBUG SIP 2920 [LEG ID:713] - Number of media packets dropped: Audio=1 Video=02012-02-08::08:56:10.941 DEBUG SIP 2920 [LEG ID:713] - Number of media packets dropped: Audio=2 Video=02012-02-08::08:56:10.962 DEBUG SIP 2920 [LEG ID:713]
i have installed a j2ee web server and a FMS server. my problem is when the client connects to the FMS sever to view live or recored video, i want the FMS sever to send some useful loginfo such as username , logon date and so on (the logoinfo is in XML form) to the j2ee web server and then will be pushed into DB. i searched the fms4.5 server side language reference and got some info about webservice and XMLSocket Class. as far as my problem is concerned, which one is the better solution or any other good solution ? if fms server can communicate with j2ee web server via XMLSocket Class, shoulid i do something on j2ee server to make it as an XMLSocket Server ?
hi,creating an video/audio chat application, where i have 3-4 subscriber and 1 publisher. Although i have a 5MBPS connection i have a letancy in my session.this experience is worst when number of concurren users are more, lots of breaks are in the Live audio/video. What i identify is the concurrent user is the bottleneck for FMS3.5.7.is there any setting which avoid the breaks in the live streams?Please help ! its urgent for us.thanks
Hi,I posted this in the Flash Media Live encoder Forum and it may have been the wrong place to get an answer.currently I use the following workflow for Live video streaming.I have FMLE on a computer streaming the Video feed to my FMS.I currenlty use Dreamweaver to create window with a few instances of a video window and one of the windows is configured to rtmp to my server and the stream name of the stream I have setup in FMLE.This then streams to one of the windows.I then assign a different Stream name to the other windows.I send an FMLE client to a user in the locations that want to have a video presence on the webpage.I send them instructions and running FMLE and the parameters to use to get their camera up and running.This works fine to a point.Most of the users are not technically minded and so often this leads to issues and delays to get these things to work.I want to move on and improve this flow.I want to create the video instances on the page where:Below each video windo
I have a swc plugin embedded in my product to stream live video to a group of recipients.The plugin uses the NetStream, NetGroup and NetConnection objects, the server I use to handle the RTMFP session is Influxis.One client creates a group as a publisher, and stream a live video. His Camera is enabled and I can see the video on the screen as well. The others connect to his group and play the video. Peer assisted Networking is enabled for both the publisher and the recipients.The plugin worked well in all 10.x versions (10.1/10.2/10.3)However, when upgrading to flash player 11.x, it stopped working. 11.x to 11.x isn't working. 10.x with 11.x isn't working.only 10.x to 10.x is working.The server I use to handle the RTMFP protocol is Influxis.com I sent them the same question as well.The weirdest fact is that I'm using flash builder 4.6 with 4.6 sdk, which is aimed for flash player 11.1, and it is only working with 10.x flash players.I'd appreciate any light you can shed on this.Thank you
This question was posted in response to the following article: http://help.adobe.com/en_US/flashmediaserver/devguide/WSd391de4d9c7bd609-569139412a3743e78e-8000.html
Hi all.I use free version of FMS 4.6.How can I know FMS version? (Development, Streaming, Interactive)Thanks in advance.Kevin.
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.