The official Adobe Media Server community.
Recently active
Hi,I am using RTMFP for live streaming in the form of a video chat application. However, recently I noticed that large f4f files were being generated on the media server if the video feed was left on for a few days (5.5GB!). I've done a bit of looking around about how f4f files are fragmented video which can be used to reconstruct the stream. I don't think I need copies of stream video as the video chat has a built in recorderMy question is therefore, How do I prevent f4f files from being saved to the server after the video chat is finished (after publish() has stopped)?Some more informationI am currently not attaching any query strings such as 'record' to the stream URL which is put through publish().I have standard application XML for streaming on both the app and the media server.Thanks
Is there a way to configure Adobe Media Server to not put the MOOV atom at the end of the file when recording a stream on the server? I don't want to have to do a post-processing step to move the MOOV atom to the beginning of the file. The stream is coming in live and I'm recording it on the server side as an MP4.
I've airdropped a iPhone video to my MacBook Pro but when I put the video into adobe premiere pro on the video tracks it is spritzing. I changed the playback resolution in the workspace box and it plays fine in that area but when I drag it to the tracks it spritzes again. Any insight into this? I'm pretty novice at this program so sorry if its a stupid question.thanks much,breezy
Hi dear,I need to stream some existing video files in a folder with one request URL like "http://server/hls-vod/{unknown}.m3u8" My question is: Can I stream multiple files with one request (via HLS VoD streaming)?
How do I configure the key for Adobe media server in Amazon WS,
Hi, I currently using Adobe media server 5 and I'm not sure if it can stream HTML5 video. Does anyone know if the latest version 5.0.14 supports this?Thanks, Rhys Gregory.
How are you supposed to access the data in a ByteArray? ByteArray.readBytes reads into another byte array which perpetuates the problem. I want to return the data so that I can manipulate it. What am I missing? var data = new ByteArray(); var file = new File(path); var pos = 0; var bytes = 500 * 1024; // bytes if( !file.exists ) { trace(path + ' does not exist'); return; } /* | Opens an FLV file in binary mode */ if( !file.open('binary', 'read') ) { trace('Cannot open file'); return; } if( file.length < bytes ) { byt
I downloaded the trial program. Installed and tried it. I put about 30 videos in it to create mp4s. Some were .mov and .3gp.After it finished, some of the videos were not converted. It included .mov and .3gp. When I tried to add them, a messagecame up saying either the file wasn't known or was corrupted. Any help?
We are looking for a solution to connect to multiple IP cams' RTSP streaming and then replicate them for other vendors' video analytics. Pls advise whether you have such solution or not.Happy New Year 2018!Thanks!
After completing the form and press "download" - "Sorry, that page can't be found."
Hi!We have at our University the Adobe Media Server professional 5 for our VOD and live streaming needs. But since Adobe will eventually stop updating Flash player and the fact that the browsers slowly begin to stop supporting it (or at least make it difficult to use it by deactivating it by default), what are our solutions to use the AMS without Flash player?Sure, it works with iOS by using HLS, but I would like to use HLS to stream on all browsers and not only on mobile but on desktop too (Windows, Mac, Android,...) I know there is the HLS.js library which can bring HLS on desktop with HTML5 players. But i tried it on our server and it doesn't work. I've seen that we need to enable CORS on the Apache server but i did not see any clear way to do it. Did someone has been able to do that and if so, how to do it? I think Adobe should give us an official way to configure the AMS for streaming without Flash. I've searched on this forum and have seen a couple of thread about that but
Hi Some months ago I followed some aws doc to see live streaming example. The doc was suggesting Adobe Media Server subscription. I subribed,and tried to run ec2 instance from amazon console. I could not make the instance running i thought it hangs ,and, after some hours leaved aws console because it was not seem running. After that I haven't checked any instance because i thought nothing was running.10 days ago i tried to login aws console and i see it was suspended because of bills. When i saw unexpected bills that charged in free tier, i asked Amazon for waiving off these bills but they can do if Adobe approve it.I haven't done any payments yet thus i asked for a waiving off.If amazon can provide you can see the logs that the services is not used for any purpose.Best Regards
Hi, I am working on video conferencing tool in which I am using H264 video codec for video streaming.Profile available in Flash Player are MAIN and BASELINE.But number of profiles available with H264 are Main,Baseline,High1,High2 etc.reference : http://en.wikipedia.org/wiki/H.264/MPEG-4_AVC .I want to know why only two h264 profles available in flash player?Regards
Hellohow to order Adobe Media Server 5 Standard , there is no buy button Buying guide : Product Comparison | Adobe Media Server 5 Standard Thanks
We have Adobe Media Flash Server 3.5.1 on a Windows server 2008 R2 and we want to upgrade to server 2012 R2. I cant find anywhere about compatibility with this version and Windows OS. Does anyone know if this works without issues? If not, do we need a new license key to get a newer version such as 5? Thanks for any info 🙂Craig
Is AMS supported on VSphere? I cant find anything official on it.
I received a billing from Amazon charging me about Adobe Media Server 5 Extended. I had an instance running on Amazon EC2 installed with Adobe Media Server 5 Extended image on a free tier. Since I had some troubles when configuring the server, I had to repeat the process of configuring another instance, and forget to terminate the previous one.Then, I had 2 instances running Adobe Media Server, but only one instance was truly used (the one that was on free tier) and not the other. Due to this, I asked Amazon a refund, but they can only give if Adobe approve it.
Hi, can someone please confirm that Adobe media Server will support HTML5 and if so at what version would it support that.
I have adobe media server 5 and configured the server to receive streaming on:Rtmp://servername/livepkgrlivestream?adbe-live-event=liveevent&adbe-record-mode=recordThe hls streaming working fine on devices but my problem is that i can't get it work with IPTV box.What should i do?
Just installed the latest version of AMS from Adobe. Since installing, I have been notified that the Apache version included (2.4.25) needs to be upgraded to at least version 2.4.26. I am running AMS on a Windows machine and have tried to update Apache following the instructions - Adobe Media Server Help | Configuring Apache HTTP Server yet Apache is unable to start. Can someone provide instructions on how to upgrade Apache or can Adobe provide an updated installer?
Hi, This is out of nowhere question. I used to see this link before but now its gone. May I know when where is it? I am studying about the range start and range end of the Flash Media Server. Looking forward for your help.Thank you!
Hi,I am new to adobe family and trying to install and configure adobe media server 5.0 extended. I am able to live stream from my webcam using adobe encoder however it is not recording live stream.I have copied main.asc script from sample folder but it does not work. Can you please help to review below main.asc file and advise what can be done to make it works.Also, I would like to store all recording files in different drive please advise how to change live recording pathapplication.onAppStart = function(){trace("Application name: " + application.name);trace("Server: " + application.server);_clientId = 0;application.s = new Array();application.a = new Array();application.v = new Array();application.toclear = new Array();application.clearOnAppStop = false;if(application.config["clearOnAppStop"] == "true" ){application.clearOnAppStop = true;}// trace("config for clear stream on app unload:" + application.clearOnAppStop);} application.onStatus = function(){/*trace("There is an erro
DISCLAIMER: This is not any release by Adobe...Just my own work...
According to below link, Media Server's "end of core support" is "06/21/2018".Products and technical support periodshttps://helpx.adobe.com/support/programs/eol-matrix.htmlI didn't know Media Server's "end of core support" until recently.Please tell me when this information("06/21/2018" ) was 1st released from adobe.
Come on Adobe!!! How are we supposed to get support for AMS??? I have no problem paying for support if need be, but I/we seem to get no response from these bloody forums.
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.