『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
Questions
新着順
My company recently upgraded to AMS 5. I'm working on migrating my media from our old FMS to our new AMS. Media from the AMS play just fine in most of my Flash projects. but I'm having trouble with one. It is an older project that use the MediaDisplay component. I cannot get media from our new AMS to play in the MediaDisplay component. Any ideas what the issue might be?
Please help me with Vhost configuration for Adobe Media Server running under linux.I was running a media sharing website for which I wanted to use Adobe Media Server.To use, AMS, I disabled the already installed Apache server and installed AMS along with the built in Apache server. I could successfully install AMS and could login to AMS Admin Console through my IP number.My existing website, www.mydomain.com is having its contents located at:/home/mydomain/public_html(Directory created under the old version of Apache not bundled with AMS)Users will be uploading their videos, which will get transcoded and will be delivered to the website visitors in the existing scenario.To use this website with AMS, this is what I did:I created a folder for my domain, www.mydomain.com as below/opt/adobe/ams/conf/_defaultRoot_/www.mydomain.comCopied Application.xml and Vhost.xml from /opt/adobe/ams/conf/_defaultRoot_/ and pasted them in /opt/adobe/ams/conf/_defaultRoot_/www.mydomain.comIn th
bonjour à tous, j'aimerais réaliser une web tv. Mais ce que je voudrais c'est de ne pas mettre adobe flash encoder sur le flash media server d'où il aura en jeu deux PC. En premier celui du server de Streaming et l'encoder. Ainsi j'aimerais activer l'accès à un codeur situé en dehors d'un pare-feu
Hi, i need a help for a litle issue...I had installed a FMS 3.5.6R6003 in a Cent.O.S linux with an Edge configuration... and i have found the following error in the /var/log/messages...!!!Configuration[19756]: Invalid value set for configuration key : Application/Process/Distribute = Instances, using default to be compatible with inst..Configuration[19756]: Invalid value set for configuration key : Application/Process/Scope.numprocs = 5, using 1, to prevent app inst getting split among multiple processes.But, even with this warning, the FMS is running apparently normal... Is there someone known why this is happening...!!!Best regards...!!!Wellington Santos...!!!
Hi all I want to monitor the video streaming connections and video streaming flow. I know I can call Administration API entries, but It only offer the application level. If there are three streaming (High Low Med) in a application, and I want to monitor each video streaming connections and video streaming flow for cacti graphs. call getAppStats , I want the information format in each stream.Call getLiveStreamStats. There are no information what I want.Many thanksJeff
Hi,I would highly appreciate some help on the above topic.I am facing Issues while using Amazon Media Server 5 on Amazon AWS:1) Cannot Set Admin Console Password. I followed these instructions based on the official documentation:Execute the following command from the shell:/opt/adobe/ams/amsadmin –console –user adminThis does not work.2) The ssh user "amsadmin" has very restricted permissions/privileges to access root installation directory. Cannot even access Users.xml.How can I set the password to access adobe media server admin console?Best Regards,Manish
Hi~I am trying to config custom encryption key for different pieces of content at streaming level using jit.conf for On-demand Apple HTTP Live Streaming.I tried to set "HLSEncryptionScope content" in httpd.conf and placed jit.conf in ../webroot/vod but not success, the m3u8 generate not contains EXT-X-KEY.Is my jit.conf placed wrongly?and, I tried and got nothing in access plugin log file while i http stream a m3u8 file, is it possible to log HTTP Live Streaming using plug-in?can plugin got any event triggered by http streaming?Would anyone helps, many thanks.
Logs are written to the server's / var / log / message. "[12 alphanumeric characters] error:: 0: rsp [the six digits] general protection rip" and "[16 digits] rip segfault at [16 digits] rsp [16 digits] error 4" Could you please Professor someone if there is such as logs to be confirmed in other possible causes.Thank you.
We are running 3.5 and are looking to update it. Do we need to install all the updates or just the latest for 3.5?
サーバーの/var/log/messageのメッセージ項目に general protection rip:【6桁の英数字】 rsp:【12桁の英数字】 error:0またはsegfault at 【16桁の数字】 rip 【16桁の数字】 rsp 【16桁の数字】 error 4 のログが書き込まれます。 考えられる原因や他に確認すべきログなどがあればどなたかご教授いただけますでしょうか。 よろしくお願いいたします。
How many connections supports a web interface with each camera and how many Adobe Encoder clients does AMS support? AMS Standart. We need connect by Adobe Encoder many people. what is differences between Adobe Media Server 5 Professional, Adobe Media Server 5 Standard and Adobe Media Server 5 Extended?
It can't find URL when i use HLS for vod and the vod file name contain Chinese。eg: http://127.0.0.1:8134/hls-vod/你好.mp4.m3u8.How does it support Chinese path?
HiI'm new to AMS - please be gentle with me I'm looking for a solution which will allow audio recording (and ultimately playback) of group discussions where the participants are located remotely.Each user/participant can log into a browser, iOS or Android app.The users will broadcast their mic input through the app to a AMS instance which I'm hoping has the ability to merge the audio input streams into a single audio file.As there may be concurrent group discussions, the app will send a unique id (group discussion id).Group Discussion Id's will be generated by another server - and I guess it will be necessary for id generating server to inform the AMS instance to create a new audio instance.At the end of the discussion the id generating server will inform the AMS instance to stop "recording".The AMS will then make the audio file available in mp3 format for playback.My questions are therefore:1: Is it possible for AMS to accept multiple incoming audio streams and merge these audio files
while republishing stream these error appears: Netstream.Record.NoAccess. With FMLE i can write direct to this target?(onBWDone undefined appears)ThanksRalf
Currently we have 4 AMS servers with VOD applications for RTMPe and HLSe. These are load balanced by round-robin DNS, such that any request to VOD content could hit one of 4 servers depending on the DNS record served (DNS TTL=5mins).RTMPe works fine 100% of the time. We are having intermittent issues with HLSe and IOS devices in that randomly the stream will stop in our player (Brightcove based). Player logs seem to indicate requests to HLSe segments showing as not found/error when the content freeze occurs.My initial guess is that requests to VOD content may come from one AMS server and contain segment URLS also based on the DNS round robin hostname, then potential mid-playlist the DNS updates and you request the next segments from another server, potentially causing issues(??).e.g.Playlist:http://DNS-RR-HOSTNAME/mycontent.m3u8 - DNS resolves to AMS01, playlist served by AMS01Segments:http://DNS-RR-HOSTNAME/mycontent-seg01.ts - served by AMS01http://DNS-RR-HOSTNAME/mycontent-seg02.ts
Hello,I have some C++ code for LibRtmp. I am unable to connect to fms. Does anyone have experience with this? char *uri = "rtmp://127.0.0.1:1935/myapp"; r = RTMP_Alloc(); RTMP_Init(r); int retSetup = RTMP_SetupURL(r, uri); if(writer) { RTMP_EnableWrite(r); } int retConn = RTMP_Connect(r, 0); int retTest = RTMP_IsConnected(r); int retConnStream = RTMP_ConnectStream(r,0); int retTest2 = RTMP_IsConnected(r);
Hello Everyone,This is very important for me to store all live streams in the archive server at F4V sormat.to do that I record live stream in the F4V:mystreams.publish('mp4:' + netstream.name + 'f4v');mystream.recod();This cods is work currently in the rootinstall directory's but I wan to store on the archive directory in other linux server.1- I share the archive folder in the archive server.2- Create folder on the AMS linux server in the applications/livepkgr/streams/_definst_/archive3- mount archive folder to the archive folder in other server:mount -t cifs -o administrator=root,password=myams //192.168.1.100/Archive /opt/adobe/ams/applications/livepkgr/streams/_definst_/ArchiveSo Archive Server is: 192.168.1.100/Archive.Now I have problem to store live streams in the Archive server...!!!When I start publish live events on the Flash Media Server, AMS is make video file with f4v format in the Archive server (ams have access to write in other server) But this file has 0kb. there is no
Unable to play video using fresh installation flash media server , showing 10000 , and 2032 error , please see the screen shot.
Hello there,I trying to integrate AMG with AMS so that a SIP Phone user can join a virtual class in AMS. Now my AMG leg service is connected with AMS but when I dial AMS extension from my sip phone, AMG doesn't answer or bridge the RTMP/SIP-RTP audio stream.Please note that a new stream (from AMG) is created and published in AMS as I can see from the wireshark dump and AMS admin console but some call goes un-answered. Can some one please advise what exactly I am missing out here ? I have pasted AMG logs, RTMP capture and SIP capture. Please note that both AMG and AMS are installed on the same server and I am testing it on a local LAN. I can dial to AMG and can listen to the playback so SIP between my phone and AMG is working.My setup is as below.SIP-UA (Zoiper) -----> AMG ---------> AMSIn SIP traces we can see that AMG is not answering the call which means I am not getting 200-OK after INVITE and 100-TRYING.AMG logs2014-05-20::17:09:11.755  
in callback function 'application.onConnect', i want to send message to http web server, how can i do it? anyone can help me
Hello EveryoneI have problem to virtual directory in Flash Media Server 5.I did this works.1- VirtualDirectoryForFile enable="true" in the rootinstall/conf/Server.xml2- add this tags in the Application.XML in the Livepkgr folder:<VirtualDirectory> <Streams>streams/_definst_/;opt/adobe/ams/applications2</Streams></VirtualDirectory><FileObject> <VirtualDirectory>streams/_definst_/;opt/adobe/ams/applications2</VirtualDirectory></FileObject>Now asfter restart AMS in linux ( ./server restart ) when I publish my video on the Server create the video files on the livepkgr/streams/_definst/mystreamName.I record F4V file same time when video is streaming on the server and I save it in the _definst_ directory by default. So I need to move this F4V file into the VOD currect folder at the ams/application2.To record F4V file I used this codes in the main.ascvar s_vod = Stream.get("mp4:" + stre
Our FMS instance receives live stream from Digital Rapids instance, streams it to Akamai and records the stream to .mp4 file.Resulting video file contains "stuttering" audio artifacts.During live translation, sound is okay. Sound is also okay if we record stream to .flv file instead of .mp4.We've tried both lowering stream bitrate and changing stream video aspect ratio to 4:3, and none of that helps.Sound is: mp3, mono,64k CBR.Video is on2 vp6 stream.What can we do to avoid these artifacts in recording?
Hello everyone,I installed AMS on the UBUNTU and it's worked fine.Now I like to save live video events on the storage server (Storage server has Windows Operation). So I create the Storage folder in the window server and share it.On the UBUNTU mount the applications folder (rootinstall/applications) into the //192.168.1.100/Storage.Before publish video on the server I copy all application (live , vod , livepkgr , ...) from the rootinstall/applications into the windows server Storage/appliations.Now when start publish video on AMS no file created in the windows server storage...!!! (Storage/application/livepkgr/stream/_definds_/Event1).Please advise me to solve this problem.Many Thanks.
When streaming a live event if something happens and we need to stop our encoder and then restart it again. Do we need to delete the stream files created in the 'application/event/' directory and also delete the f4f stream,bootstrap, etc... files too?If we don't delete the stream files before restarting the live stream. It will only play about 10 seconds of the stream then just hang buffering.What is causing this?My application log shows no access when I restarted the stream.2013-09-0409:02:213960(s)2641173onPublish : cfhsstream4-2013-09-0409:02:213960(s)2641173Stream name is: cfhsstream4 and live event is: cfhs-2013-09-0409:02:213960(i)2611173Event level recording configuration: General[flags: 3, keyframe interval: 60000, max size: -1, max length: -1, io buffer size: 0], Fragment[frag duration: 4000, seg duration: 0, duration precision: 0, allowed drift: 1000, frame rate: 0.000000, frames per interval: 0, intervals per frag: 1, frame precision: 1, disk management duration: 0.000000],
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
すでにアカウントをお持ちですか?ログイン
アカウントをお持ちではありませんか? アカウントを作成
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.