The official Adobe Media Server community.
Recently active
Hi, excuse me, we have a problem with Adobe Media Server 5.0.3, actually we need to steam 24 hours a day a single signal, it's audio only. But after a few hours it begins to be interrupted for a second or two and it continues playing the same way, with the sound interrupted every few seconds. We are using the livepkgr and this issue is the same with rtmp and hls. Thanks in advance.
Hi there,I developed a simple video chat Adobe Air on Android in Flash Builder. I was wondering if Adobe Air on Android can really stream RTMP or we need to include 3rd party java library to do so.I test my project on Flash Builder Android simulator, not emulator, and it works well on desktop. However, after I release it to .apk and install on my Android device, it shows nothing. I am going to include a debugger box to see what's really going on. But can anyone tell me whether Aobde Air on Android can really stream RTMP or not please? I didn't see a concrete answer online so far. Thank you!Best,
Is there a way to export a scene from Adobe Flash and use it as footage in Adobe Premier Pro?
Hello,I'm trying to get RTMP multicast working from my VBrick 9000 encoder to my network using the Adobe Media Server (v5.0.3). I've used the Multicast Configurator tool to generate the published stream name, and have plugged that into the VBrick encoder. I took the generated manifest file, and placed it in the multicast player folder, but am not able to view the video.I've confirmed that sending a unicast feed up to the AMS server from the VBrick works without a hitch. The logs on the AMS indicate that it is receiving something from the VBrick, and is starting the multicast feed (with a NetStream.Publish.Start message, and others indicating the multicast IP and port I've specified). The multicast player only shows "Waiting for Video," and none of my network gear indicates any multicast traffic is actually occurring.Just for fun, I plugged in the same configuration to FMLE, and the multicast feed starts up right away without any issue and is vi
Hello guys, how are you?I'm trying to deploy a low latency stream.Once I start the stream from the FMLE encoder, I get very low latency on the client side, but if there is any internet connection instability, and auto adjust performs, the result is:First a break stream on the client side (that's normal), but after the video is back I see a accumulation of delay, or buffer, like if the server was retaining buffer. Is there a way to always keep the buffer to a certain value of seconds? so my stream has always a low latency, no matter what?Here is my setup:Encoder side:Enconding from FMLE1280x720 60p h.264Keyframe interval 1secautoadjust enabledServer side:Adobe FMS 5.0Client side:jwplayerbufferlenght set to 0.1Thank you in advance
Hi all, I am preparing to upgrade my FMS 4.5 to AMS 5. Can anyone confirm the version of Apache that is bundled with v5? Expecting and hoping that it is at least Apache 2.2.1 so that it is not vulnerable to the denial of service vulnerability of pre 2.2.0 http://httpd.apache.org/security/CVE-2011-3192.txtDoes any version of FMS 4.5 get up to Apache 2.2.1+ ? Thanks.
We were streaming live in this AMI Instance ID: i-802637a8 on EC2. Streaming was getting stuck in every few minutes. Like bufferring for 2-3 mins, playing 4-5 min again buffering for 3-4 min.Kindly help us resloving the issue.
1 traditional way of getting flex mobile camera ,we both know thatcam = Camera.getCamera("0"); //get rear camera of mobilecam = Camera.getCamera("1");// get front camera of mobileand this way, i can easily push stream to AMS5.0but the problem is that , the camera presented in mobile is 90 degree left ,unnormal. how can i get the right view of video2 another way of getting camera is using CameraUI classif(CameraUI.isSupported){var cam:CameraUI = new CameraUI();cam.launch(MediaType.IMAGE);//publishmyCam();}else{//la.text = "您没有安装摄像头";}i paste the code in fb4.6 abovethis way i get the rear camera of my mobile , but now i don't know how to publish stream to AMS.nsOut.attachCamera (cam); //nsOut is NetStream , this gives me a wrong infomation ,can't attach CameraUI hereanyone could tell me how to do it ?
Hi,I'm running some tests on an existing application that is configured with 12 "instances." When I run fmscheck with the "--allapps" flag set, only one of the 12 instances returns "NetConnection.Connect.Success." All other instances return "NetConnection.Connect.Rejected". Is this normal operation?Below is a copy of the command, and the output.Thanks, Juan-bash-4.1$ sudo tools/fmscheck --host video3.domain.com --allapps --auser USERNAME --apswd "PASSWORD" --logfile /dev/pts/0#Version 1.0.0 r15 #2014-08-11 16:46:48 #Software: Adobe Flash Media Server Check 1.0.0 r15 #2014-08-11 #Fields: date time x-event x-sname2014-08-11 16:46:48 NetConnection.Connect.Success Connection succeeded.2014-08-11 16:46:49 Connect rtmp://video3.domain.com:1935/vChat/video3_0032014-08-11 16:46:49 &
Greetings!We just began using AMS for live streaming with HLS and we encouter some serious issues. Our first commercial live event is scheduled to next Wednesday and we cannot afford to lose our customer so your help is greatly appreciated. We have two issues which are probably related :When we start streaming all goes well for the first couple minutes but passed that point the stream gets less fluid. In the video player you can see a pause - dropped frames? - then the stream resumes fines. Then after say 30 seconds another pause and so on. If we stream for long enough the player finally goes black and the stream cannot be resumed.We experience some random AMS service shutdown every other day or so. The server just stops streaming for an unkown reason. Please have a look at our edge log below. Looks like we have some recuring "bind failed" errors but I have no idea if they are related.Again your help is greatly appreciated. On a side note we would be happy to purchase per-incident supp
I hope it's not a silly question but I would like to know if I could develop one mobile app in flash running on AIR and develop another mobile app either in Java or Objective C and make them interact with each other, without going through my Webserver. I was thinking through FMS or AMS, but not through my Webserver.If you could give me insight on what would be necessary that'd be great, but just knowing if it's possible or impossible would be a great already. Thanks!
This issue has been reported long time ago, however not addressed. Version 14 is just released however echo problem is not even mentioned. Please fix Adobe.
Dear Adobe Team,i have been trying to achieve this from loooooooooooooong timeHere is the scenarioThere is one playlist .. which is playing at server side.sample ASC codeapplication.cleintStream = Stream.get("somestream");application.cleintStream.play('playlist-video',0,-1);It works fine, flash player can connect to server and play stream.But the problem is making HLS out of it.Now the same stream is required for HLS also.How can i generate/convert this "somestream" to "HLS-stream"..?Can any one guide/help me how to do this.It would be really good help...Thank You
I have some mp4 files that I uploaded to the Flash Media Server on a domain in the AWS cloud. I uploaded to /mnt/applications/vod/media via Win SCP. My website is on an IIS on another domain. I am using an html5 video player. I can use javascript to fetch video files for the player when they are on the IIS. These are mp4 files. But I want to use the Flash Media Server to serve these files out via http dynamic streaming.. So I am passing a full http address into my javascript code on my page for the get, and it is pointing to the right folder.This code works perfectly when I give an address to an mp4 on the same webserver as the website, but when I point it to the FMS address, I get a 404 error. Any ideas? I don't think it's cross domain issue because I should be asking for these files just like any anonymous internet user. On the dev tools console in chrome, it's showing me the get and it's showing the right address and filname, so my javascript seems to all be correct.
Hi , I have generated an adaptive bit rate f4m on an ams 5.03 server on linux using the f4fpackager and need to get this working with an adaptive bitrate m3u8.I can get any of the individual files to play on an IPad with something like: /hls-vod/filename_1200.mp4.m3u8But these all generate single bitrate m3u8 files.I thought that it might be something like:/hls-vod/filename_1200.f4v.m3u8But I haven’t had any success with this – any ideas?Thanks,Craig
Hello,I created a fresh Adobe Media Server 5.0 instance on Amazon EC2 AWS, I connected over SSH and changed the default password, everything looks ok. But the amsadmin doesn't seem to have enough access to administer the instance. I can read most of the files and folders (access denied for /lib; /lost+found and /root).I can connect ok ssh -i key.pem amsadmin@public-dns.amazonaws.com I can upload to the media folder scp -i key.pem test.f4v amsadmin@public-dns.amazonaws.com:/mnt/applications/vod/media I can't upload content webroot; for example if I wanted to add a crossdomain.xml file to the web root. scp -i key.pem crossdomain.xml amsadmin@public-dns.amazonaws.com:/mnt/webroot/ I can't create a directory; I want to setup S3 to store content, step 5 says to:Create a directory on the instance to mount the S3 bucket, for example, /mnt/s3fs.But under the amsadmin account I get an access denied error, is this expected?How can I get access to these restricted areas?
Hi,We set ams's log output to log server (by UDP). And discover something need your answer.We assume that some of the log display like a pair, for example, if we saw the log publish stream, or play stream. it should also have unpublish stream and stop stream.But sometimes, when stream start to publish, we saw publish stream, then the stream stop, and re-publish stream, we only see the publish stream log again, without unpublish log.Is that correct if the logs do not display like a pair?Thanks
Using Amazon AWS can't view as OSMF site gone so no Flash Media Playback Setup page
Helloi have problem with my server new reinstalled and try to adobe media servershow to me:-root@active:~/Downloads/adobe# ./installAMSERROR: A required package, libcap, was not found on your Linux x86_64 Debian. Please install required package and run Adobe Media Server installer again.tried to installapt-get install libcapshow to me:-root@active:~# apt-get install libcapReading package lists... DoneBuilding dependency treeReading state information... DoneE: Unable to locate package libcapim used also:-root@active:~# ln -s /lib64/libcap.so.2 libcap.so.1all them same thingim tried with debian 7 64 bitandubuntu 12.04 64bitwhat is solution??
Hi, I have Flash media server 4.5 edition, with streaming & interactive editions, in this i want to implement dvr facility. pls help me
Hi Guys,I used a chat software is 123 Flash Chat, recently i transferred the chat to the other server, when i tried to restart the Flash Media Server, there was an error and my members can not use the video, what's wrong with it?The details for the error is : Flash Media Server needs the NSPR library installed .Is there somebody who had the same problem? Can you give me some advise and help?Thanks and waiting the help.Regards,Diana
I need help with multicast on Adobe Media Server 5. When I try to open configurator.html, all i get is the dark gray background. Im running it from a mapped drive on a Win7 machine. If I do the same thing on another Flash Media Server 4.5, it's fine. Any Ideas? Thanks
I am using windows 7, 64bit, IE10. I have been having difficulty getting visual display when I click on links to video clips on foxnews.com, other news sites, some youtube videos, and various other web sites. Audio yes, visual none. I have been told that I need Flash player for these and have recently downloaded the newest edition of Flash player. I have checked to make sure that Flash is enabled and that Active X filters are not enabled.I am not particularly a computer savvy person and I am sure I must be missing something simple. In fact I am not even sure that I am sending this message to the correct community, but I would appreciate any suggestions.
Hi, I am trying to use the f4fpackager on one of the centos amis (5.03) through amazon aws.when I try to run the command I get the following:-bash: f4fpackager: command not foundI have triedexport LD_LIBRARY_PATH=/opt/adobe/ams/tools/f4fpackagerbut haven't had any success - has anyone got any ideas?Thanks,Craig
Hi there,We have a live video chat application running. Uses 2-3 sharedobjects per client, all users (clients) and streams are handled by one single FMS application. 10-15 clients are publishing the streams, the rest is playing.So far after 90-100 client connections FMS does not accept any more connections, clients don't even receive a reject or close event.FMS CPU looks capped at 10% in FMS admin.Total bw is around 70-80Mbit. Logs don't show any errors. Looks like if it's limited or something.FMS: 5.0.1 r1076Linux CentOS 5.8 64 bitServer runs only FMS.Did anyone experienced this issue before?Is there an easy way to change this? Things seem very tragic at the moment Thanks ps: scriptengine memory is set to 100MB
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.