『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
Questions
新着順
I have a multicast stream setup through adobe media server and I'm not able to view the stream from the multcast client. The multicast stream connects to the server and throws this error when trying to publish to multicast:Multicast NetConnection Status: NetConnection.Connect.Failed, multicast context: livestream-1MULTICAST PUBLISH ERROR: Failed to establish server-side NetConnection for use by multicast NetStream. Status code: NetConnection.Connect.Failed, description: , multicast context: livestream-1Unbound multicast context: livestream-1 from source Stream name: livestreamShutting down multicast context: livestream-1. Current state: STATE_DISCONNECTEDUnregistered multicast context: livestream-1Finished shutting down multicast context: livestream-1Any idea of what could cause this error?
The workflow:I push a live feed to the rtmp url rtmp://localhost/my-app/tester where my-app is a copy of the live app in AMS but with the following addition of code in main.asc:application.onPublish = function( p_client, p_stream) { s = Stream.get("my_hello5"); trace( s.name + " = name, " + s.publishQueryString + " = pqs"); if(s) { s.record(); trace("recording..."); s.play(p_stream.name); }}application.onUnpublish = function( p_client, p_stream) { s = Stream.get("my_hello5"); trace("getting stream my_hello5..."); if(s) { trace("stopping recording..."); s.record(false); }}And Iam facing multiple issues:* The file my_hello5.flv gets generated in applications/my-app/streams/_definst_/ . And Once the recording is complete, If I open it using the url below in media player (Mine
Hello there,We have been trying to figure out an issue with our Adobe Flash Live Streaming Server. Every week or so we get an error 2032 on strobe media player that we cannot get rid of. The only way to get rid of it is we have to login to the streams folder on the server and delete the .stream file from the server and delete the event folder it references. After doing this it fixes the problem for a week or so. We found some errors in the apache error log but arent really sure what we're looking at. Any help is greatly appreciated.We are trying to stream a single bitrate.[Tue Oct 29 10:11:35 2013] [error] [client 127.0.0.1] File does not exist: C:/Program Files/Adobe/Flash Media Server 4.5/webroot/hls-live[Tue Oct 29 10:11:36 2013] [error] mod_f4fhttp [400]: MjA4NTIzOTI5Ng=.stream is an invalid file.Bootstrap path incorrect in stream file.[Tue Oct 29 10:11:36 2013] [error] [client 127.0.0.1] File does not exist: C:/Prog
Is this the proper way to use the captioningplugin.swf?Friday, April 04, 2014 3:03 PMExample of player with captioningplugin.swf but it does not work.http://www.csus.edu/cached/PA-Video/strobeplayer.htmlIf we set <GenerateCCInfo>true</GenerateCCInfo> in Server.xml and use plugin_captioning=http://www2.csus.edu/video/assets/players/10.1/plugins/CaptioningPlugin.swfwith the the following markup will Closed Captions work with OSMF 2. player <!-- System Region DEFAULT (must exist) --> <div class="completelyhidden" id="mediaDir">pa</div><div class="completelyhidden" id="filename"></div><div class="completelyhidden" id="youtube_source">sacstate_videoplayer</div><div class="completelyhidden" id="billboard"></div><div class="completelyhidden" id="captionFile"></div><div class="ss-videoplayer-container" id="ss_videoplayer_container"><header><h1>Education Fair Geared to Latino Community</h1>&
Hi, Maybe I am just dumb to ask this question. I am building a chat application. I have created two files one file is to bootstap peers.the second file I created is to distribute introductions across servers in a peer registry. Ok am I required to create a third ActionScript communication file that allows clients to communication with each other that accepts or rejects a client to the server etc etc? Or, does the two files I have created allow me to do this?Thank You
Hellow everyone,I would like to stream videos for my viewers and them have a abiliti to timeshifting live stream.Can I use live application for timeshifting? Or I should use livepkgr to do that.For archive and play on the VOD mode I like to stream live and record at same time. in the livepkgr I see in the stream folder create a stream file with the f4f extention automaticaly whoever in the live application I should call application.record on the FMS to save live stream on the server.Please advise me the better solution to archive and time shifting.Many Thanks.
I see the documentation about using clearOnAppStop, but its not clear what file its supposed to be put into!?Does it belong in Application.xml? Event.xml? httpd.conf? main.asc? In the HTML of the player?????Sorry, I'm far from an expert on all of this stuff. I have been able to successfully publish multibitrate HDS and HLS, but I'd like the stream files to go away.Update: I added the recommended configuration to the Application.xml file:<Application>... <ScriptEngine> <ApplicationObject> <config> <clearOnAppStop>true</clearOnAppStop> </config> </ApplicationObject> <
Hello Adobe Support,My problem is that many of our AMS servers have app instance crashes when under heavy load. We are using the biggest possible instance at Amazon AWS so we cant just add bigger instances. My hope is that you can help us in the right direction on solving this issue based on the log files snippets I have included below. Another weird thing I see is in the admin console where the bandwidth graphs shows in/out bandwidth dropping to 0 for a couple of seconds. This only happens during peak time.Here are some logs from the time of an instance crash: /var/log/messages:Mar 20 14:01:51 ip-10-230-57-112 Adaptor[25827]: Listener started ( _defaultRoot_ ) : 127.0.0.1:19350 (rtmfp-core)/v4Mar 20 14:01:51 ip-10-230-57-112 Adaptor[25827]: Listener started ( _defaultRoot_ ) : 10.230.57.112:19350 (rtmfp-core)/v4Mar 20 14:01:51 ip-10-230-57-112 Adaptor[25827]: Public rtmfp-core addresses for listener _defaultRoot_ are: 54.216.15.146:19350Mar 20 14:02:25 ip-10-230-57-1
I have 4 different RTMP stream URLS, and I need group them on one Server, to re-stream them to mobiles. Can I do this with FMS , or I shall to hard code it?Can I do thi with SMIL?
Hi,Recently I started facing this issue with the latest AMG5.0.1. Error creating call leg. After debugging into the issue found that AMG is reaching limit for maximum number of transactions. I never faced this issue with FMG 2.0. Attached is AMG's core log. By default the number of tranasaction allowed are 60. Call flow:- AMS 5.0 <-> AMG 5.0 <-> Asterisk 1.8 <-> ServiceProviderOnce the transaction limit is reached AMG starts throwing error "cannot create call leg". The only workaround to this problem for now is I am restarting AMG Services. Thanks Core.00.log :- http://pastebin.com/download.php?i=UckDKZCZAMG RTMP.xml configuration.----<Rtmp> <Registrations> <LegService> <Server host = "10.xxx.xxx.xxx"> telephone </Ser
Hello everyone. I wanted to know if it is possible to detect when an application receives stream. This means that when connected to live can detect and send a notice. example: With Adobe Flash Media Encoder 3.2 to do and live "live_my" and the server to detect when the stream reaches Thanks in advance
IS there anyway to determine how many times a video has been access in AMS 5? I have looked at the apache log, but a streamed video appears many time for just one playing. Thanks for any help.
I'm using the Niagara 4100 streaming appliance to encode a live multiple bitrate streams for an event. The problem is the Niagara encoder doesn't allow me to attach an event name to the stream url like - 'streamevent%i?adbe-live-event=liveevent', instead it only allows 'streamevent%i'. So in the end I get three seperate events with a stream for each event. Like so:Example:/Events/streamevent1/MNMMNNMxxxxx.stream /Events/streamevent2/MNMMNNMxxxxx.stream/Events/streamevent3/MNMMNNMxxxxx.streamAND/Streams/streamevent1/files…/Streams/streamevent2/files…/Streams/streamevent3/files…Is it possible to make it work this way without using the 'adbe-live-event' parameter using the .f4m manifest file?Thanks,Dave
adobe media server stand and adobe meidia server pro Maximum number of concurrent connections ?
HelloThis must be a newbie question. I have found info on how to change the folder that FMS is saving the recorded videos in it.. but I want to make this folder to be one under the public_html folder (installed on Linux).For example, I am using: Flash Media Interactive Server Enterprise v4 and i see it is saving the recorded shows to:/opt/adobe/fms/applications/mmm_play/streamsBut this folder is above the public_html folder.. I want to save them instead to the folder videos under public_html:/home/mmm/public_html/videosBut when I change this in all the application.xml files, it still keeps saving them to the first path not to the new one.. and if i restart the FMS server, they no more get saved....Am i putting the path correct? any idea please?Thanks
Can some one point us to what the flash player is complaining about?birate session, one with bitrate of 512 and the other with 384.We test it with the individual stream on HDS and HLS and it works. We test the mult-bitrate manifiest on HLS and it works.We test the multibitrate manifest on HDS/Flash player and it works with one viewer connected but we get this error when the second viewer connects.We see wireshark traces where flash is getting chuncks from the high and low BW feeds and then just stops with this error which seems to be internal to the flash player.Our manifest is for example this: http://172.21.52.201/api/programs/2743/manifest/hds.f4m<manifest xmlns="http://ns.adobe.com/f4m/2.0"> <media href="http://10.10.10.10/hds-live/livepkgr/_definst_/liveevent/ID2743streamhigh.f4m" bitrate="512"/> <media href="http://10.10.10.10/hds-live/livepkgr/_definst_/liveevent/ID2743astreamlow.f4m" bitrate="384"/></manifest&
Due to the high processing we are looking at running AMG on a seperate box from AMIS/AMES.What are the licensing restrictions in doing so? i.e. in the enterprise version there are 25 sip legs available is that restriction on the AMS side or the AMG side? So if we buy multiple licenses can we stack them up against a single AMS server? and have say 50 sip legs going to it from 2 servers running AMG w/ the 25 leg restriction on each AMG box?thnx
Anyone know how to do this please ? I tried the K-V-S script but not having much luck. I'm quite happy to merge all these .f4f fragments, or just play it, is it possible in either way ? Thanks
Adobe Flash Media Server 4.5.5 r4013Windows 2008 Sources: http://help.adobe.com/en_US/flashmediaserver/devguide/WSd391de4d9c7bd609-52e437a812a3725dfa0-8000.htmlhttp://www.adobe.com/devnet/adobe-media-server/articles/live-multi-bitrate-video-http-flash-ios.htmlLive streaming a single or multi-bitrate video over HTTP to Flash does not work. I have followed the instructions on the 2 sources listed above repeatedly, but I can’t get live streaming over HTTP to Flash to work. Live streaming to iOS over HTTP works with no problems (single and multi-bitrate streams).I have tried the troubleshooting steps from the following:http://help.adobe.com/en_US/flashmediaserver/devguide/WS0432746db30523c21e63e3d12efac195bd-8000.htmlTroubleshoot live streaming (HTTP)1. Services window (Windows): Flash Media Server (FMS), Flash Media Administration Server, and FMSHttpd services are running. ✓2. Verified that the request URL is correct. ✓3. &n
Hello everyone,when I stop publishing width ns.close() then publish is stop but in API when I call getLiveStreams for my application I get netstream name that I closed...!!! So with this Issue I can't show to views how many stream is publishing on FMS.
Hi,We are now running AMS 5 on Centos and on hardware machine with 2 quad core and 16GB memory. Does AMS 5 can be install and run on virtual server like Vmware vSphere ?I'll be appreciate to also get official answer form adobe representative.Thanks,Alon
I have a live stream with line 21 captioning being sent to AMS5. Im wondering if AMS will convert this to onTextData for use with flash players like JW Player. If not, is there a work around or guide on how to make line 21 captioning work with AMS.
I apologize if my question comes across as somewhat naive but I'd like to explain what it is I'm trying to do.I currently have a Freeswitch server where I have conference calls. Often we might want people outside of the participants to be a passive audience to these calls using their browsers without having to place a SIP call to the Freeswitch server itself. What I'm hoping to do:- The conference call starts on Freeswitch (we use G711 btw)- I bridge the call on Freeswitch to the AMS/AMG server- Users are then able to connect to a URL with their browser and are able to consume the audio stream of the conference (live) using a flash player or an HTML5 playerIs this possible to do or is this a pipe dream?Mantissa
i wark for a company (ABCom) in Albania. the company serv as internet provider telephony provider and digital Tv provider. we are interested to provide a internet live streaming for dhe digital tv. we are interestet in one of your producte (adobe media server 5 extended). we want to try the producte and decide after to bay it. if you can sugeste samthing or a beter solution. God day, Tedi
Problem with Adobe Media Server 5.0 not working correctly on lochalhost.If run a swf that connects to FMS on a localhost it connects corrlectly the first time .. If I then try to run the same swf the connection Fails.If I stop the FMS and restart.It will connect correctly the first time then fail again on second try.The swf works correctly on the web,its just a Localhost issue.... any help would be appreciateed.
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.