『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
Questions
新着順
Total noob here... Looking for a solution to convert Flash video on-the-fly to mobile accessible media. We create Flash videos containing variable data by means of ActionScript... I'm looking for software that will convert the swfs to mobile accessible video on demand/in real time, thereby maintaining the variable data within the video. Is this possible?
Hi,Following are the details of the Stream:Stream: Video, encoded in H.264, H264Profile.BASELINE, H264Level.LEVEL_3, recording the f4v.I try to upgrade/degrade the bitrate(only) of the stream, using setQuality(br, q) method with respect to the change in bandwidth of the publisher.Issue: With use of setQuality, after a few bitrate changes, it gives Stream.Record.NoAccess error and stops the recording of the stream at that point. Noticably the live stream keeps on running well but the part after Stream.Record.NoAccess does not get recorded.Normally the stream records fine and completely, there are no issues of readOnly folder/file in my case. I have tried the issue on all FMS 3.5 to 5.0 and it occurs.Can anybody provide a fix as i have not been able to find help on the web other than these:1) help docsNetStream.Record.NoAccesserrorThe client tried to record a stream that is still playing. Or the client tried to record (overwrite) a stream that exists on the server with read-only status.2
Hi,I am not able to find any guide example on how to use the ControlService API of Adobe media gateway. I don't know how to instantiate control service in SSAS.I want to create a persistent link/leg between AMS-->AMG-->Asterisk. So that all clients on AMS can send their stream onto this leg and also receive the streams of Asterisk clients through this persistent link/leg.application.controlService = new CallLegService(); // what class to instantiate here? there is no: new CallControlService();application.controlService.createLeg("sip|201@sipGateway");It gives me following error, I know the obvious reason for it but dont know the fix.Sending error message: C:\Program Files\Adobe\Adobe Media Server 5\applications\CustomTelephony\main.asc: line 71: TypeError: application.legService.createLeg is not a functionSending error message: Failed to execute method (CreateLink).Regards,Sahil.
Hi,I am not able to find any guide example on how to use the ControlService API of Adobe media gateway. I don't know how to instantiate control service in SSAS.I want to create a persistent link/leg between AMS-->AMG-->Asterisk. So that all clients on AMS can send their stream onto this leg and also receive the streams of Asterisk clients through this persistent link/leg.application.controlService = new CallLegService(); // what class to instantiate here? there is no: new CallControlService();application.controlService.createLeg("sip|201@sipGateway");
I've setup a default install of FMS5 and can get the sample.flv file to stream with no issues. I can take my FLVs I wish to stream and put them in the /vod/media folder and stream those. The problem I'm having is when I create a subfolder I can no longer access the file for streaming.The Path looks like this:/VOD/media/subfolder/lecture1/mediafile.flvI've triedrtmp://domain.com/VOD/_definst_/subfolder/lecture1/mediafile.flvrtmp://domain.com/VOD/subfolder/lecture1/mediafile.flvNeither seem to work, I've read through several threads that seem indicate _definst_ solves this problem but I can't seem to get that to work.Any ideas or help would be great.Thanks in advance.
Is anyone currently running AMS 5.x on Windows 2012 R2, and have you encountered any issues?
Hi there, i have a video that is streamed over a FMS3. Everything works fine, the only problem is, that NetStream.Play.Stop is fired when the buffer reaches the end of the timeline. I want to fire the event after the video is played until the end. Has someone a solutions for this problem? Best Tobi
Hi,I've been trying different ways to have AMS running on AWS EC2. first using the community AMIs provided by Adobe, but they won't stop/start to keep the filesystem, only create/terminate.I've also tried to make a snapshot of an AMS AMI, to use it with a different storage type than instance-based, but in that case, it won't start because of the AMS product license as pay-per-use, which won't accept my AMI.So my questions are:- Will Adobe support AMS if I use a generic CentOS AMI, install AMS on it with a license I would pay? (so no Adobe AMI and no pay-per-use license)?- Is it relevant to do so? Won't AWS try to charge me the use o instances even when shut down?Thanks in advance for your help.
I have a camera that delivery of stream vídeo by rtsp protocol, is it possible retransmitting this signal using the adobe media server 5. How to do?
How can I install FMS on Ubuntu 12.04 LTS Server 64bit ?? I follow the install guide, but it dont work.I get this error "A reqzured package, libcap, was not found on your linux_86_64 Debian." But Licap is alread installed..please help
Run HTTP dynamic streaming on windows 2012 64 bit occur error #2032
the official says : Adobe Media ServAdobe Media Server 5.0.1 Supported operating systems:Linux CentOS 5.8 64 bitMicrosoft® Windows Server® 2008 R2 64 bitRed Hat® Enterprise Linux® Server 5.5 64 bitWindows 7 64 bit (for Adobe Media Server Starter only)er 5.0.1 CentOS7.0 64 bit is a higher version than CentOS 5.8 64 bit . Anyone could answer me ? Anyone installed CentOS 7.0 64 bit can Install AMS5.0.1?
To play video files we can use url like this:http://localhost/hds-vod/sample.mp4.f4mhttp://localhost/hls-vod/sample.mp4.m3u8and this works!but i can not play mp3 files in same way, if i use url like this:http://localhost/hds-vod/sample.mp3.f4mhttp://localhost/hls-vod/sample.mp3.m3u8'sample.mp4' and 'sample.mp3' files are under same location: C:\Program Files\Adobe\Flash Media Server 4.5\webroot\vodWhat i have to do to play mp3 files over HDS or HLS?
Hello,We are using that Adobe Product : Adobe Flash Media Server 4.0.2 r3009 x64 and i want to know the Max Linux Red Hatthat i could install .Today we have : Red Hat Enterprise Linux Server release 5.6 but i'm sure i could perhaps install an Red Hat upgrade Could you help me please Thanks Christian
We do not want password auth by default on AWS, we want key authentication. Why do you guys force password auth?Adobe Media Server 5 Extended on AWS Marketplace
Hello,Sir.We are using CRTMPServer to receive a rtsp stream from a embedded hardware encoder,and Push a RTMP Stream to FMS Server.The Live is OK,we can use VLC to connect the FMS Server to watch the live.However,if we start to record the rtmp stream using FMS Server.After some minutes,in most cases,less than 10 minutes,the FMS Server will stop recording,and we can NOT watch through VLC connecting to the FMS Server at the same time.There is a warning:invalid H264 packet has been dropped .Everytime if FMS Server stops recording,the warning appears.When FMS server stop recording,the CRTMPServer logs:Unable to read data from connection: (Far: 172.16.232.150:1935; Near: 172.16.192.34:60757) CTCP(12) <-> [TCP(14)] <-> OR(15). Error was (104): Connection reset by peerAnd the connect will be built again,if we reopen VLC to watch the RTMP stream from FMS Server once again,it is still OK.What does this warning mean?Could we still record the RTMP Stream even if this warning appears?I
How can I authenticate/ campare enetered DTMF digits in workflow. Any idea to add if else condition in args property?Example :User entered 12 digits meeting ID and i want to compare it from database/flat file or hard coded value for authentication of meeting ID.See below my dial plan:<Condition variable="destNum" value="^16465031196$"> <AppNode sequence="1" app="playfile" args="welcome.wav"/> <AppNode sequence="2" app="getDTMF" args="1|12|3|10|meeting.raw|valid-meetingid.raw"/> <AppNode sequence="3" app="statusCheck" args="4|8"/> <AppNode sequence="4" app="getDTMF" args="1|4|3|10|pincode.raw|valid-pincode.raw"/> <AppNode sequence="5" app="statusCheck" args="6|9"/> <AppNode sequence="6" app="bri
I have been uploading muse to my server for months...all of a sudden I get an error - Error uploading FTP Host (Failed FTP upload 550) what is this?
Hi,I have ubuntu 12.04 LTS 32-bit system. I want to install media server on it. Could anyone please guide me with installation procedure..?
whent i used the fms ,the server sometimes will terminal ,and throw this error, I don`t what`s the reason cause this !
I am publishing a live-cam-stream with H264VideoStreamSettings in record-mode. In case of no clients are connected attachCamera(null) is used. If a client connects, the cam is attached.Almost always the clients incomingStream.NetStatusEvent are:NetStream.Play.Reset, NetStream.Play.Start and NetStream.Video.DimensionChange.After the last Event, incomingStream.videoCodec is 7 (h.264) and everything is fine.But sometimes no NetStream.Video.DimensionChange is triggered and the incomingStream.videoCodec remains in the value 2048. The receiving stream is not visible.After restarting the client, sometimes it remains unvisible, sometimes the stream gets the NetStream.Video.DimensionChange-Event and is visible.Its not reproducable. It only happens to streams that are published approx. 1 hour.Is there a way to force the NetStream.Video.DimensionChange? Or why its sometimes not triggered?
Bonjour,J'ai besoin du logiciel Adobe Flash Media server, afin de pouvoir diffuser du contenu en live sur des pages web de mon site. Le contenu est diffusé par Adobe Media Encoder, vers le server Flash Media Server, et affiché sur une page Web à l'aide d'un player Video.Je voulais savoir si la version standard du logiciel conviendrai à nos besoin, ou non. Nous ne nous servons pas de l'application de Video On Demand mais bien su service de retransmission vidéo en Live. Ce contenu devra etre visible sur un ordinateur ou sur un iDevice, ne disposant pas de flash.Nous prévoyons au maximum une centaine d'utilisateur connecté en simultané.La version standard du logiciel conviendrait-elle à nos besoin ou faut-il que nous nous tournions vers la version extended ou professionnel et pourquoi. D'avance merci de vos réponses !
Hello,The call is not going through when I try to call from a x-lite phone connected to asterisk to a x-lite phone connected to amg. But vice-verse is running fine i.e. the call connects when x-lite connected to amg calls to an x-lite at asterisk. The asterisk log for failure is:== Using SIP RTP CoS mark 5 -- Called SIP/201/777 -- No one is available to answer at this time (1:0/0/0) -- Auto fallthorugh, channel 'SIP/6001-000000000' status is 'NOANSWER'The sip.conf as following entry:[201]type=friendcontext=callinginhost=dynamicsecret=201disallow=allallow=ulawThanks,Sahil.
I have never really worried about this too much but what has everyone else done about removing the AMS welcome page from webroot? I had one of my team mention that they can browse to it from the web Should we be concerned?
We have an instance of AMS 5.0 Professional installed and we are trying to use it to republish our stream to YouTube. But after just a couple minutes of streaming the stream stops. Not seeing anything unusual in the log files. Below is a copy of the main.asc file.// Called when the client publishes application.onPublish = function(client, myStream) { trace(myStream.name + " is publishing into application " + application.name); if (application.name == "YouTube/_definst_"){ var nc = new Array(); var ns = new Array(); nc[0] = new NetConnection(); nc[0].connect( "rtmp://a.rtmp.youtube.com/live2" ); ns[0] = new NetStream(nc[0]); ns[0].setBufferTime(2); ns[0].attach(myStream); ns[0].publish("pubpoint1", "live" ); ns[0].onStatus = function(info) { trace("Stream Status: " + info.code) &n
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.
申し訳ございません。このファイルは、ダウンロードしても安全かどうか、内容を確認中です。数分後にもう一度お試しください。
申し訳ございませんが、当社のウイルススキャナは、このファイルをダウンロードすることは安全ではないと検出しました。