『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
Questions
新着順
How can I test if my HDS stream has the correct timestamp timecode embedded. I am using FMLE to send into a CDN, I can see the timecode whilst using RTMP as the playback protocol. How can I confirm it is within the HDS stream.Thanks.
I know that the expected behavior of RTMP is to bypass proxy settings and attempt direct connections to the FMS. Is this also true for RTMPT connections?Thanks.
Is it possible to broadcast adaptive bitrate stream from flash As3 ? or I will have to use the "Flash live media encorder".I am using Adobe Media Server and publishing stream as followingcam = Camera.getCamera();cam.setQuality(0,100);cam.setMode(512, 384, 15, true);mic = Microphone.getMicrophone();ns = new NetStream(nc);ns.bufferTime = 1; ns.attachCamera(cam);ns.attachAudio(mic);ns.publish("streamname1", "live");and generating another connection for andother quality.camAnd = Camera.getCamera();camAnd.setQuality(0,70);camAnd.setMode(256, 192, 15, true);But it change the quality of both the cam to lower quality. Also I have tried h264 encording to publish multi-biterate stream.ns_out = new NetStream( nc );ns_out.attachCamera( cam );var h264Settings:H264VideoStreamSettings = new H264VideoStreamSettings();h264Settings.setProfileLevel( H264Profile.BASELINE, H264Level.LEVEL_1 );cam.setQuality( 90000, 90 );cam.setMode( 1280, 720, 30, true );cam.setKeyFrameInterval( 15 );ns_out.videoStre
I want to be able to check file signatures in server-side processing using FMS. Are there public key encryption libraries available for FMS?
Hi,I'm having an issue with a 10 minute limit on HTTP live streamed VOD files on my licensed AMS 5 server.I checked the admin console and it reports that the server recognises the license and I also checked that the key is in the rootinstall/conf/ams.ini file.I can play back more than 10 silmutaneous streams via RTMP streaming, but can only play 10 minutes in HTTP live streaming, using JW player and a HTML 5 <video> tag player. The HTML 5 players will build a player that goes from 0:00 to 10:00.Any advice on what to check? Running AMS on RHEL.Thanks
We would be grateful if someone from Adobe Media Server Team could help me with the problem described below. We are stuck. We are supposed to go live Jan 1 2014 but the project is in danger becasue of this problem. We can't complete the testing becasue we are unable to encrypt the content with the F4FPackager because we don't have the credential password, and we can't get help from Adobe Support because we have not purchased AMS product and support contract. But we can't get this purchase approved without completing testing. Here is the problem. We are trying to use the f4fpackager to package and encrypt files to test PHDS. The command fails because we don't enter the correct credential password for the required parameter --credential-pwd=. According to the packager reference docs, the password string is used to secure the packager credential which we understand to be phds_production_packager.pfx.We are using the following article as a guiding doc. http://help.adobe.com/en_
I want to know the supported Media types (WMV, MP4 etc..)
Nearly I have found some RTMP message at type 0x54 ,0x56,0x49,0x48(no doc) for developing applications between servers.Can you give me some docs or sources about it. Training Better if have.
Hello, I would like to know, what applications I have to buy to stream and archive broadcast of multiple tv stations? I would like to stream and archive teletext as well. Thanks
I have a live stream that in the past was playable on iOS devices (using the URL for the m3u8 file). Now, when I try to view a live stream on an iOS device, I get a message that says "Cannot Decode". I am still able to use this file on Android devices though. Does anyone have any idea why iOD devices would not be able to play this file? The livestream is being encoded by Adobe Flash Media Live Encoder 3.2 and we are using Adobe Media Server 5. I followed the steps here to get everything setup intially (when it was working). Once it stopped working on iOS, I verified that none of the settings had changed.
We need to stream live video to Akamai using RTMP. But, we are trying to connect using ADOBE RTMP SDK (Adobe Media Server Connector for C++ 2.0.1), but have no idea regarding how to connect to Akamai using the SDK. How to make the SDK respond to the server challenges for password etc. If this can't be done using the RTMP SDK, we can use plain C++ for the purpose. But for that too, we don't have any idea regarding the steps involved to make it work. If anyone has any idea on how to connect to Akamai using the RTMP SDK or using plain C++ (a sample code will be very helpful), please help us out. If you can suggest any C/C++/.NET library too which will help us achieve it, we are ready to do so. Thanks in advance.
Is it possible to do this with the latest version of AMS? If not, what solutions offer this feature that is stable enough to be used within a large global enterprise, thanks.
Hi AllWe've recently put an AMS server running CentOS together using the AMI # ami-ee7259ab for the US West region.We're not able to log in to this machine.We've put the following entry into ams.ini :SERVER.ADMIN_USERNAME = adminWe have the following entry in users.xml<User name="${SERVER.ADMIN_USERNAME}"> <Allow>our hostname hhere</Allow> <Deny></Deny> <Order>Allow,Deny</Order> <Password>d8f2d3ff51084c748a07cd516bd7fd704c55a90e07f700f92a4e474d9b512db5ed83da4bdf61b50f</Password> </User>The password hash in the above XML was successfully generated using the command./amsadmin -console -user adminand we stopped the service before
I would like to have AMG call a sip server. AMG is already registered to the SIP server, but from the console I type "createlet sip|registered_ext@external_sipIP" and it gives me status.failure.Any idea how to place a call to an external SIP server?
Is possible to publich dynamic steam from a flash application or we always have to use media encorder.Please share if there is any documentation.
We are running Flash Media Server on Amazon Web Services. I would like to transfer our FMS Access logs to an S3 bucket for parsing and analysis. I am thinking it would be fine to copy the logs once they rotate (currently we have our rotation schedule set to rotate every 24 hours). So, once the log rotates, it will copy over to S3. Does anyone know of a simple way to do this? I would prefer not to have to install too many third party tools (like s3cmd or s3cp), but if that is my only option, I will do that. I know that with logs that are rotated by logrotate.d I can set a script to run after rotation is complete. Is there something similar I can do for FMS?
Hi All,We are having an application for capturing live video from presenter and broadcasting to a viewer. We have coded this using flex as3 and the server is Adobe Media Server. When a broadcasting happens and suddenly the presenter stops the video, the video display becomes blank as i have given the code and also i have closed the netstream by givingvideoDisplay.visible = false;videoDisplay.attachCamera(null);_ns.close();_video.attachCamera(null); _ns.attachCamera(null); _ns.attachAudio(null); _video = null;But still the webcam runs in background and capturing the video. I can see the increase in size of video in the server. Is there any possible way to stop webcam from capturing the video when it si set to off?Thanks in advanceArasakumar.
I am new to AMG/AMS and I have them sucessfully registered AMG to a freeswitch box. I would like to make some test calls to the freeswitch box, but not sure how to acomplish this. Is there a test tool or something I can make some test calls from AMG to the freeswitch box?Thanks.
I am new to Adobe media player, so please bear with my ignorance.I am able to HDS play some MP4 videos but for some others I get a 400 Bad request (from logs). my player video src looks like http://<server>/hds-vod/somemedia.mp4.f4m. Are there any restrictions how the MP4 file should be encoded or am I looking at the issue from the wrong side?Cheers
I am attempting to send certain calls to a freeswitch server. I keep getting the following error"error: Cannot make new call leg, request dropped as legService is not ready or is blocked." In the admin consolehere are snapshots of my sip.xml and workflow.xml<Profile> <!-- Unique name for the profile. This ID is used in workflow to identify where the call will be placed --> <profileID> FreeSwitch </profileID> <!-- SIP username --> &nb
Hi All,I have developed a video chat application; using AMS4.5. I use android app and other side AIR desktop application.I am getting below error when accessing stream on AIR desktop.Error #2044: Unhandled AsyncErrorEvent:. text=Error #2095: flash.net.NetStream was unable to invoke callback startTransmit. error=ReferenceError: Error #1069: Property startTransmit not found on flash.net.NetStream and there is no default value.ThanksRam
This is probably a FAQ.I'm running AMS Standard, and am using livepkgr to capture audio.In the _definst_ directory, I see a bunch of stream directories that are no longer needed.I guess nsPublish.close(); doesn't clean up these directories.What is a safe way to clean them up after a capture session?
Problem Flash Media Live Encoder 3.2 and Mac os X 10.9 Mavericks: The videos are blocked regularly during the broadcast
what are the hardware requirements mapped to the number of clients connected to a vritual server running on a Windows 2008 R2 Server? At what point should the scaling be done, what are the best practices? The encoding rate used is 360 Kbps.
Hello guys,I am using FMS 4.5.5 on my windows 7 PC.I was able to add server admin on the FMS 4.5.5 but when I am trying to add a vhost administrator FMS admin console doesn't wan't to allow me in.When I am trying to ping the server with server admin credentials (http://localhost:1111/admin/ping?auser=admin&apswd=adminadmin) it returns <result><level>status</level><code>NetConnection.Call.Success</code><timestamp>11/8/2013 10:55:08 AM</timestamp></result>But when I am using vhost admin credentials (http://www.host311.com:1111/admin/ping?auser=host311&apswd=password12) which have already been created I am given this error<result><level>error</level><code>NetConnection.Connect.Rejected</code><description>Admin user requires valid username and password.</description><timestamp>11/8/2013 10:57:26 AM</timestamp></result>Application.xml and Vhost.xml have been taken from the ...
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.