The official Adobe Media Server community.
Recently active
hello everyone,How to remove streams segments and liveevent files when livestream is unload in Adobe Media Server?I have a live event, at the same time the livepkgr and each live event create segments on the streams folder and liveevent file in the liveevent folder, I like to remove Event1 segments and liveevent file when Event1 is finished. In the AMS documentation I find the "clearOnAppStop" but unfortunately this works when livepkgr application unloads.But in this case all liveevents will also be down and would not work, while I only need the Event1 segments to be removed not the other segments when Event1 is finished. Please advise me to remove correct segments and event file when event is finished.Thank You
I need the track down the "Adobe F4V Post Processor".The documentation page for "Adobe Media Server tools" (http://www.adobe.com/products/adobe-media-server-family/tool-downloads.html) links to a download page, but that page returns a 404 error.Here is the 404 link where I should be able to download the tools: http://offers.adobe.com/en/na/leap/landings/fmstools.htmlAny idea where I can get them from?Thanks,Steven
Hello,I am looking for a solution to stream a password protected live stream to authorized users in my enterprise.Is this possible with AMS? If yes how?Best regards,Johannes
I tried to post to the bug tracker but received an email saying my bug report was "Undeliverable" so I'll repost it here. AMS 5.0.7 on Redhat EL6(.5)Getting a segfault in amscore during rtmfp sessions. This is the stacktrace from the core dump:#0 0x0000003d5c93387f in __strcspn_sse42 () from /lib64/libc.so.6#1 0x00000000007dbea3 in fms::core::TCStreamContext::log(char const*, unsigned short, bool) ()#2 0x00007fedddaeecc9 in Vindaloo_New::CF4VContainerWithMoof::HandleH264SequenceHeader(void*, unsigned int) () from /opt/adobe/fms/modules/streams/libmp4.so#3 0x00007fedddaeed85 in Vindaloo_New::CF4VContainerWithMoof::HandleH264VideoPacket(void*, unsigned int, unsigned int, unsigned int, unsigned char) () from /opt/adobe/fms/modules/streams/libmp4.so#4 0x00007fedddaeeff6 in Vindaloo_New::CF4VContainerWithMoof::AddMediaDataChunk(unsigned int, unsigned int, void*, unsigned int, unsigned int, unsigned int) () from /opt/adobe/fms
I am relatively new to AMS though coming up.After setting up my FMLE and successfully publishing to FMS 5.0, with the following log on livepkgr application:onPublish : livestreamStream name is: livestream and live event is: liveeventf4f:livestream - NetStream.Data.Startf4f:livestream - NetStream.Publish.Startf4f:livestream - NetStream.Play.Resetf4f:livestream - NetStream.Record.StartI am still unable to view from HTML 5 enabled browsers.Below is my HLS URL:: please help;http://localhost/hls-live/livepkgr/_definst_/liveevent/livestream.m3u8I also checked the server log and got the following:Mon 10:45:58 PM: Connect : rtmp://localhost/livepkgr
Running v3.5.7 on windows. User who configured server has left company. No record of credentials. Unable to log in to the Admin console. Have tried editing fms.ini and Users.xml. No luck.
Hello,I need some advice on how to make our Service more reliable against crashes. We currently use one Server with the AMS Software on it. Now we consider making some sort of failsafe. So if that Server is unavaiable another can take the job.Do we need a second license if we want to have another AMS Server which is idle until it really is needed? I mean it would then only be in use if the main server crashes.What are our options?Als we consider making it more scalable so as to user more than one machine or a scalable virtual machine.We use the AMS for a webcam application where people can chat via cam to each other over RTMP.Any piece of advice would be great!
We're using Adobe Media Server (v 5) to stream video on an Amazon S2 (CentOS 6.3) server. It has worked perfectly for months (utilized several times a week) but suddenly, today, has stopped working. As you can see below, the Media Server is receiving information but not sending it out. No changes have been made to our setup whatsoever. Any idea what might be happening? Thanks in advance for any help you might provide!
Hi,I'm running AMS5.0 without no issue. But the problem is, Third person who have insert one server and serve to his client without my knowledge. Few days back only I have found using the traffic pattern.My Actual Setup :Core server [ Vhost - local] -- > Edge server [ Vhost - remote] --- > ClientsThird person who using my feeds :Core server [ Mine ] -- > Edge server [ mine ] ---> Third person fms server [ Unauthorized person ] --- > Unauthorized Clients [ Third person clients ]Please help me to solve this problem. Somewhere back-hole there is my configuration.Thanks.
We have an HDS-LIVE which is working on AMS.At the time of playing through HDS from another web server that contains ADOBE MEDIA SERVER SAMPLE VIDEO PLAYER, I get an error "we are having problems with playback. We apologize for the inconvenience".But at the time that playback is happening on the same server that contains AMS, I don't get the above error.Instead of playing on the AMS server, I need to playback on another server, so is there a way that I can make a configuration between two servers? the first one to contain AMS and the second one to do the playback.Thank You
Hi,Do you plan to publish "Adobe Media Server 5 extended" AMIs for AWS China region? Thanks!
Hello Adobe Support,Using Adobe Media Server we've run into a problem.Occasionally "FlashMediaLiveEncoder does not work on publishing, though AMS server connection succeeds."As soon as clients are connected to AMS, they get disconnected and cannot publish a stream.After restarting AMS (command: "/opt/adobe/ams/amsmgr server ams restart") it comes back to normal.Seems amscore hangs up for a while.AMS version: 5.0.6 r9003 x64OS: Amazon Linux 6.3core.00.log below:2015-01-08 00:53:44 22267 (i)2581247 Core (22267) disconnected from edge. -#Date: 2015-01-08#Fields: date time x-pid x-status x-ctx x-comment2015-01-08 00:53:44 6153 (i)2581247 Core (6153
I can do this:var test:NetConnection = new NetConnection(); trace('trying to connect'); test.connect("rtmp://[server]/chat"); test.addEventListener(NetStatusEvent.NET_STATUS,function(event:NetStatusEvent):void { trace(event.info.code); }); And get NetConnection.Connect.SuccessBut when I do this:var test:NetConnection = new NetConnection(); trace('trying to connect'); test.connect("rtmfp://[server]/chat"); test.addEventListener(NetStatusEvent.NET_STATUS,function(event:NetStatusEvent):void { trace(event.info.code); }); It fails after a long time.I'm connecting to my own Adobe Media Server v.5.0.3. All TCP and UDP ports are open.RTMFP enable is set to true in [ams root]\conf\_defaultRoot_\Adaptor.xmlhttp://cc.rtmfp.net/ gives me back:noyesyesnonoyesyesyes
HI, I am tetsing with FMS 4.5 and we notices that we are having problemas with HLS on iOS:The streams works great, but when you are listening on iOS you can hear little silence or like the songs jumps. I think that it could be when FMS join one hls file with the next.I have this from 1 year without solution.Any help?thanks
I am creating a NetStream object in Adobe Media Server application, and getting the following error:Sending error message: Response object not found (_result:0).I have defined a handler for the onStatus message, which is working fine, but it doesn't catch this error. And I can't find any information on this error message anywhere. Indeed, the documentation on server-side error messages is very limited.The code causing this error is: var ns = null; try { ns = new NetStream(application.nc); } catch (e) { trace("____NetStream error" + e.name + " " + e.message); return; } ns.onStatus = netStreamStatusHandler;I am getting NetStream.Connect.Success though. And I was wondering if the NetStream constructor calls a method initStream() on the other server?thanks, Paul
The below link points to a version of AMS that refers to the "Extended" instance which allows for 25 SIP legs.Adobe Media Server 5 Extended on AWS MarketplaceHowever no where on the page does it actually reference SIP ... and when proceeding to purchase the "seller settings" configured ports do not show 5060 or other SIP ports needed for SIP.So... does this offer SIP but failed to mention it?If not is there a version/instance ,soon to be or currently, offered with SIP?
How do I download adobe flash player? Ive tried everything. It was installed and it showed installed but all sites told me I didn't have fash. I uninstalled adobe flashplayer 16 and it still won't let me install it. What do I do. Shockwave is installed and enabled.
For some reason the apache in the adobe media server is not generating log files.What is the possible reasons for this?Thanks in advance!
I want to obtain the size of each request to show in the log files in apache http server,how can i do this,i´m using the server in windows.
I have some IP cameras at different sites.Does media server have the ability to connect to each camera, pull a h.264 stream of low bandwidth and broadcast it out to multiple users?Is there a software limitation of how many concurrent streams it broadcasts?
Is there a method to count the number of users connected to a HTTP (HLS or HDS) streaming on Adobe Media Server 4.5?I can count users when they connect using rtmp by:application.clients.lengthbut I cannot when they connect using HLS or HDSIs it possibile?Thanks
Hi,I am trying to download the FMS/AMS server tool, e.g. f4vpp. However, the download link is broken. After clicking the download link http://www.adobe.com/products/adobe-media-server-family/tool-downloads.html, it directs you to http://www.adobe.com/go/fms_tools_samples/, but there is no download.It's been broken for a long time now, could anyone please fix it? It's urgent and I need to tool.Thanks,Ji
Can someone verify if this workflow is valid?1. Use Adobe Media Server to encode my live stream with closed captions in HLS format2. Build my Flash video player using OSMF and use one of the third party OSMF HLS plugins for playback.3. Use the OSMF CC Decoder swc that comes with AMS to render the HLS closed captions.I have researched this as far as I can without setting up an actual test case that implements the workflow. I have used the OSMF CC Decoder swc to successfully render live captions in HDS streams and it works beautifully, but I am curious if it is limited to only rendering captions for HDS streams.If this does not work, are there third party OSMF plugins that support HLS and also render live closed captions?thanks.
Hi I Am Trying To Get The Documentation For Plugin API On Media Server v5 , However The Link On The Site Is Broken, And Not Seeing Any Hard Docs In Install Directory.Link I Have Is This: http://help.adobe.com/en_US/adobemediaserver/plugin_apiref/index.htmlCan Someone Send Me These Docs, Or Fix The Site So Does Not Report 404 There ?>Thanks In AdvanceZippen
Hello my friend I created a simple p2p game with Rtmfp. But when the two android, one host, it does not work. I think probably the problem of nat device. I noticed the change of the nat device, must be root android, which I did not like. Is this true? my second option in http://cc.rtmfp.net/ , "Public UDP ...", with Android, I answered "No". 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.