The official Adobe Media Server community.
Recently active
I would like to know if I can install AMS 5 standard on Centos 6? And if so which version would be best? I see that Amazon EC2 runs a Adobe Media Server 5 version on a Centos 6.3 OS. So it must be possible right?I have tried to install AMS 5 on Centos 7 but have not been able to get HTTP Dynamic streaming to work properly, so don't want to stuggle again, but I also don't want to be stuck with Centos 5 anymore as I cannot run Lavarel on there or the latest version of PHP.Can someone please explain whether this is possible?
Followed the following article to add an external drive to store our vod streams (article is no longer available):http://help.adobe.com/en_US/flashmediaserver/devguide/WS0432746db30523c21e63e3d12eea2a8fc0-8000.html#WS0432746db30523c21e63e3d12eea2a8fc0-7ffdFMS 4.5 Streaming HDS from non default locationConnected an external hard drive to the server with the following folders on it (vod2 > media), so the path is: G:\vod2\media. New video files are inside the last folder (media).1. Modified: rootinstall/conf/fms.ini: added a new parameter for HTTP and RTMP streaming: VOD_COMMON_DIR_2 = G:\vod2\media2. Modified: rootinstall/applications/vod/Application.xml: Added <StreamManager><VirtualDirectory><Streams>/vod2;${VOD_COMMON_DIR_2}</Streams> 3. Modified HLS and HDS content storage in httpd.conf (copied and pasted under original settings): The location names are /hls-vod2 and /hds-vod2, correct? <Location /hls-vod2> HLSHttpStreamingEnab
!@In our environment, we are looking to build out an AMS Professional license in our Operation Center but had a question about the license. Where we are located we typically do a disaster recovery migration twice a year due to hurricane season and our environment utilizes Zerto Virtual Replication for Microsoft Hyper-V for data replication, backup, recovery & failover. Zerto allows replication from remote office Hyper-V instances into a central VMWare datacenter, seamless migrations of workloads between hypervisors or even the ability to replicate VMs from a primary VMWare datacenter to a secondary Hyper-V datacenter for disaster recovery.Zerto: VMware Disaster Recovery & Virtual Data Replication SoftwareSo for 6 months we will have our systems migrated to our disaster recovery location and then after season over we will migrate back to our current location. Will one license server be sufficient in our environment without a second license for Adobe Media to work since we will n
If so, I would love to know how you are doing it.Thanks!Justin
How to setup Adobe Media Server Professional x 2 run as cluster for load balance?
Hello,my problem is that I have to add this lineApplication/StreamManager/Live/<LogInput>true</LogInput><LogOutput>true</LogOutput>to the Application.xml to dump the timestamps at the AMS in a log file, because we get an error in our liveapp-stream.I inserted this line into /opt/adobe/ams_edge/applications/livepkgr/Application.xml. Is that correct? Because I don't think that I get more logs now than before..Thanks in advance Sven
I see there is a new update for AMS. We're running Ver 5.0.3 r3029 standard on Centos 6, currently.My question is - where can I find the documentation explaining how we UPGRADE this on linux?Do I need to back up config files, and recreate them? Or is this update going to intelligently "install over top" and keep all the settings exactly as they were?I need to schedule downtime for this process - so would like to see some succinct and precise "update" documentation so I can plan for it.Thanks In Advance!
Hello,where / how can I see the Primetime & AMS Certificate ExpirationThanks in advance Kind regards,Sven
I have a rather unusual application in mind. A website will contain several versions of the same basic file:• MyFilename.wav• MyFilename.mp3• MyFilename.mp4The user should have 3 (maybe more) "Play" buttons. If s/he wants to see the video+audio (MP4), the "Play 1" button will be clicked. The "Play 2" will play only the audio (MP3). Finally, if the user likes that particular clip (MyFilename) s/he will be able to click (or right-click) yet another button to download a heavy, high quality WAV file for further detailed analysis (voice recognition, speaker identification/verification, noise reduction, etc.).My concern is that the final WAV deliverable:(a) can be very big(b) needs some video for better context, while making the decision whether to downloadI gather that WAV is not streamable, correct? Even if it were, it would be a terrible idea.That is the reason that for quick listening, there will be an MP3 (or its replacement AAC).Can Adobe Media be used for this application? If negative
You'll have to forgive any general ignorance in this area ... I wasn't the one who initially set up the Flash Media Server and so much of this is new to me.We recently created a new Web Server and I'm trying to copy over a page from our server to play a video that sits on a separate Media Server machine. The code is identical between the 2 boxes, but the new one gets a Connection Error.Is there anything special I have to do to allow the new server to be able to connect to the Media server?Thank you.
Hello! Today since 3 a.m. ams (5.0.3 r3029 x64) server gives such errors in apache log:[Mon Apr 06 03:00:00 2015] [info] Failed to configure encryption for fragment 469796 ,segment 70[Mon Apr 06 03:00:00 2015] [error] mod_f4fhttp [500]: Internal failure: Failed to encrypt fragment.[Mon Apr 06 03:00:18 2015] [error] mod_f4fhttp [500]: An invalid certificate was passed to DME[Mon Apr 06 03:00:18 2015] [info] Error while creating DRMAdditionalHeader.So f4m is present and fine, but drmmeta can not be taken from server (500 error)In httpd.conf:<Location /phds-live13> HttpStreamingEnabled true HttpStreamingLiveEventPath "../applications" HttpStreamingContentPath "../applications" HdsFmsDirPath ".." HttpStreamingF4MMaxAge 2 HttpStreamingBootstrapMaxAge 2 HttpStreamingDrmmetaMaxAge 3600 HttpStreamingFragMaxAge 3600 Options -Inde
Hi folks,I am trying to relay/re-stream a stream which is on a Flussonic server, and I'm using this code{ nc1 = new NetConnection(); myStream1 = Stream.get("localstream"); // "foo" is name of stream which would be relaying "livestream" myStream1.onStatus = function(info){ trace("ns info " + info.code); } nc1.onStatus = function(info){ trace("netconn info " + info.code); if(info.code == "NetConnection.Connect.Success"){ myStream1.play("external-streamname",-1,-1,true,nc1); //"livestream" is name of stream which is getting published at remote server, -1 for
So I'm wondering what the assertion is. I've ran into a situation where AMS died, and I have a coredump for it, but I was seeing errors logged before it crashed. Can anyone provide some insight into what this might be?
Deploying AMS via AWS. Can't login as admin under *amazonaws.com/ams_adminConsole.htm. Tried localhost, http://localhost, http://localhost:1111, public DNS. Nothing works.AMI: ams-5.0.6r9003-centos-6.3-ami-2014-09-30_19-14-978a7296-c806-4f52-9a7e-5a0d5a0b1166-ami-a4388ecc.2Followed the instructions here: AMS 5.0.6 on AWS: Cannot log in to Administration Console and https://helpx.adobe.com/pdf/adobemediaserver_marketplace_amazonec2.pdfStopped server and adminserver. Modified admin password. Checked User.xml for changed salted pass. Started server and adminserver. curl "http://localhost:1111/admin/ping?auser=admin&apswd=password" returns connection success. telnet [Public IP] 1111 connects successfully, so I'm not sure it's a firewall issue.
I am planning to set up a server on the Internet, with media files of different types. I just started investigating all the Media Servers out there. Much to my surprise (!!), I discovered that: - Using Firefox, MP3 files are played directly by some built-in player - Using MS Internet Explorer, MP3 files are played directly by MS Windows Media Player Similarly for MP4 files. IOW:I do not necessarily need any special software at the server side. This is as easy as serving some HTML files! That (those 2 file types) should cover a wide percentage of my needs. My problem remains some huge WAV files which are going to be used for Voice Identification, Sound Analysis, etc. (Audition stuff) and *must* be of the highest quality possible. Which begs the question: In what environment do I need some sort of Media Server? TIA
Some time after i start streaming my video something happens and my stream is getting unpublished. I get record about that in live log in admin console and i get event NetStream.Player.UnpublishNotify in code, but i didn't ask server to unpublish my stream.We tried to test what event triggers that event. We have only one function in code that unpublishes streams and it is not being called, we are pretty sure.Sometimes it stops working after 1-10 seconds after we start streaming, sometimes it does not at all (we probably dont wait long enough).We tried to debug it with swf debugger, but it does not show stacktrace from UnpublishNotify.Have you any ideas what can it be or how to find problem.Thank you.
Hi all.I have an origin server with Adobe Media Serer 5.0 installed on it.I'm having some issues while playing back HDS streams packaged by jit and playing them back with Strobe Media Playback.Currently in my configuration I have a cache expire of 2 seconds for all manifest, drm and bootstrap files. And 3600 seconds for all the video chunks.What I experience is that sometimes (I really can't figure out when, but it seems to be related with cache on the CDN or client side) the player downloads only the first or the 2 first fragments of video and never plays that back. It keeps buffering constantly and it does not playback at all. Sometimes the first or second fragments get downloaded completly and sometime only partialy.Te JIT packager is also implementing PHDS, don't know if this might be some kind of an issue.Thanks for any help you can provide meRegardsEduardo
Hello !I am trying to develop a custom file plug-in which will filter audio component of a live stream, on the fly, and that filtered data could then be forwarded to respective clients. The problem is that I haven't been able to find any evident documentation that supports the fact that you can create such a customized plug-in for manipulating live streams dynamically over rtmp/rtmpt.Please, tell me if it really is possible to develop a plug-in for the same.Also, if I could be provided some documentation regarding the same, it will be very helpful to my cause.Thanks.
Hello,I'm using the Linux version of AMS 6.0.3 on a 64-bit machine. I'd like to use the AMSCheck tool but noticedthat unlike FLVCheck, the AMSCheck tool was delivered as a 32-bit executable (even thought I downloaded the64-bit version of AMS):/opt/adobe/ams/tools# file flvcheckflvcheck: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.9, stripped/opt/adobe/ams/tools# file amscheckamscheck: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.9, strippedThis looks like an oversight.Is there anywhere that I can obtain the 64-bit Linux version of AMSCheck?Thanks in advance.
FMS 4.0 login failedFlash Media Administration Consolepls help
anyone how to setup live rtmp secure url token.?
[Newbie Alert]My objective is to implement some sort of poor man's YouTube or Google Drive. The user clicks on an MP4 filename and some videoclip is streamed. Similarly for other file types: MP3, WAV, etc.The server OS will be Linux.I'd appreciate help, comments on this and related issues.TIA
now i'm running server with my internet ip.. but the problem is streaming video is not showing in another gateways... so i want to add my website ip as a server how can i do that
Hi all I am using Adobe Flash Media Streaming Server 3.5 but I can't find any output file (fx a xml file) that I can pull out info from and use on my website via a PHP or ASP script. It could be nice - in the website - to retrieve info like "online users attending", "running / streaming state" (online or offline) and other relevant info about the streaming, so I on the website can display how many that are online when a webtv event is streaming.I see the the info when I login at the web admin for FMS, but I need a solution that can work with ASP or PHP.I simply can't find any file / address to get this kind or output out of FMS - can you help? Thank you Kind regards,Jens
HelloWe need to send multiple video streams on different computers and screens in our organization. To do this, we need a dedicated server with the following functionality:- transmit up to ten (or even more) HD and FullHD streams simultaneously- manage playlists in real time without relaunching stream every time after adding items to the playlist- imposing of any text and video effects- use a variety of sources: a folder with pictures for the slideshow, video and audio files, video capture devices, video streaming from other resourcesIs Adobe media server suitable for our tasks?What are the system requirements (I do not mean minimum requierements)?If we buy adobe media server, will it be enough? Or we will have to buy additional software products to provide all the necessary functionality?Thank you.
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.