『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
Questions
新着順
hello ,I am learning AMS as i go. I am attempting to connect a unicast upd ip streaming device to AMS .Live encoder currently has input for webcam devices . I am unable to located document to showhow you rebroadcast from an IP base source.. Here is my currenty workflow.Ip base streaming device streaming unicast upd --- to AMS streaming eiter rtmp or HLS and out to CDN or client.
I am looking for some instructions on how to setup the media server to decode a single MPTS stream into its parts and then stream those individually. Any help would be appreciated.Thanks
I have an Adobe Media Server up an running.However, anyone who knows the URL can simply go in and watch one of the videos I have stored there.How can I make it so that only certain people can view my content?I realize this is a broad and vague question, but I don't know where to start, so feel free to recommend terms that I should be Googling up.
Hi, I need FMS 4.5 for a trail. One of our customers has built it and now the system is not working. Does anybody has a link for that? Thanks, Goktug
Hello All, I'm attempting to create a one-to-one video chat application. I'm looking for the best way to do some random matchmaking. I can easily set up direct connections send data, audio, video which is great! Also I can set up a easy p2p connection which works fine.However, I want to implement a random matchmaking feature through p2p...Basic example a user clicks on a button and chats to a random person. How would i go about grabbing a random peer in the same group...that's not in direct connection with someone else already?Maybe i could use object replication. When someone connects to the groupspecifier I could then push another object into the shared array that has the peerID then i could just alter the array?Or, maybe i could use the sendToNearest method...but wouldnt that be not the best way to match people?...because you can only have so many neighbors. I think if you had 500 peers in the group you be only connected to a few peers who are considered neighbors.right? Basically,
If I'm streaming three related events such as football1, football2, football3 is it best practice to create a unique application instance for each football event?Or should all 3 events just be grouped under a single application instance?Example: C:\FMS\applications\football1\_definst_\football1, C:\FMS\applications\football2\_definst_\football2, etc...I was asking because the FMS Admin Console breaks down the connection information by application instance and then I could just pull it up and see how many users connected and total connects to each event without making a bunch of admin api calls. Does this make sense?
I'm calling the FMS 4.5.2 admin api method getLiveStreams for an application instance but it seems to return a duplicate entry for each stream.Is this normal behavior or a bug? My results from the call are below. I'm encoding and pushing 4 streams to the server but it shows 8 streams.<?xml version="1.0" encoding="utf-8" ?> - <result> <level>status</level> <code>NetConnection.Call.Success</code> <timestamp>8/8/2013 10:39:12 AM</timestamp> <name>_defaultRoot_:_defaultVHost_:::_0</name> - <data> <_0>mbhsstream1</_0> <_1>mbhsstream2</_1> <_2>mbhsstream3</_2> <_3>mbhsstream4</_3> <_4>mbhsstream1</_4> <_5>mbhsstream2</_5> <_6>mbhsstream3</_6> <_7>mbhsstream4</_7> </data> </result>
I've been puzzling over this for a few days now.I want to do a simple proof of concept with a live feed published from a webcam using Flash, via FMS 4.5, to an iOS device using HLS.Is this even possible? Here's what I've done so far.1. Installed FMS 4.5 on new server with all defaults.2. Proved that it's working OK by browsing the "start page" (http://(myserver):8134/index.html) on both flash and iOS devices.Now I've tried to use the example "interactive" demo to publish my live cam feed. I've published to rtmp:/livepkgrAnd I've called the stream livestream?adbe-live-event=liveeventIt's published and picked up OK by the Flash player on the "interactive" demo on the start page.So that's working OK.I then try and consume it on an iOS device. I point the URL to http://(myserver):8134/hls-live/livepkgr/_definst_/liveevent/livestream.m3u8I don't get a 404 so I know I've hit a live URL but on my iPad in Safari it simply comes up with a black (not blank) page and "The operat
Hi, I am looking for away I can stream live streaming from IP camera to Adobe media server which ams is installed on my server.Please note Camera and server are connected to different WAN conneciton.Are there anyway to produce the above result without using Flash media live econder at client side?Thanks so much and your help is so much appreciated.
Hi all im runing FMS 4 on windows server 2008so im trying to duplicate a function called application.onAppStart = function (){code goes here}into the main.ascso i would like to know how to duplicated it, im new into flash and action scriptFeel free to ask anything A big S.O.S i need to solve this
I have my server configured so that the installation is on c:, and the media files are on d:. To begin with I tested the streaming files in the original installation location and this worked.I've have now moved the vod folder - D:\applications\:, and updated the FMS.ini file to accordingly look for the applications folder on the 😧 and restarted the server. The Administration console is correctly identifying the VOD and LIVE applications in the new location, but all the streams have stopped working . Any ideas why?
Hello,I apoligize if that has been asked and and answered before.I recently got a request to see how many people watched a paticular stream. Now I don't really know much about FMS. We are running FMS 3.5 and I set it up many years ago and have not touched it since.I am just wondering if their is any easy way to determine how many people watched a stream.Thanks
When running AMS 5.0.1 Pro in Hybrid mode we are getting an error in the core log that a library is missing. /opt/ams/modules/scriptengines/libas1.so. The directory exists with libasc.so and no other libraries.Where can the missing libas1.so library be found? Why was it not included in the installer?
Hello, I have a problem with FMS 4.5! The live broadcast can only see on my computer. When someone tries to view broadcast, on another computer, error occurs #2048 !When I connect from another computer to see broadcast, FMC Console shows me that the server is connected ,but can not be seen transmission , error occurs #2048 !! I have introduced many variations of file crossdomain.xml in my rootinstall/webroot, taken from here :http://curtismorley.com/2007/09/01/flash-flex-tutorial-how-to-create-a-crossdomainxml-file/http://www.adobe.com/devnet/adobe-media-server/articles/cross-domain-xml-for-streaming.htmlHowever, the broadcast can be seen only on my computer.Where I'm wrong? Thanks!http://www.youtube.com/watch?v=QTnSo2zHOzY
Hello, I've read discussions about issues with File.copyTo. But I have still a problem. I am upgrading my server from FMS 3.5 to AMS 5.0. In the conf/Server.xml I changed the option for Virtual Directory for file, to enable it :<VirtualDirectoryForFile enable="true"></VirtualDirectoryForFile>In my Application.xml, I have this :<ScriptEngine> <FileObject override="no"> <VirtualDirectory>/DataFlash;D:\DataFlash</VirtualDirectory> </FileObject></ScriptEngine>Then I tried this example from documentation (http://help.adobe.com/en_US/adobemediaserver/ssaslr/WS5b3ccc516d4fbf351e63e3d11a11afc95e-7eacSSASLR.2.3.html), File.open, I tried this in my .asc file :this.acceptConnection(client); var logFile = new File("log.txt"); if(!logFile.exists){ logFile.open("text", "append"); logFile.write("so
When live streaming, I try to record by hitting the record button at the bottom nright of the screen and get :net connection.call.failed error Meth Any ideas?
I'm trying to build a video sharing website in PHP & Adobe Flash Media Server. I got Adobe FMS pro 5 & a Windows server for PHP. how to proceed with next step on uploading/browse video to MEdia server through PHP & get videos & play it in website.
Helloi installed AMS 5 starter on my centos 6,i can see the start page and everything,HDS works well BUT the probleme is that RTMP DYNAMIC STREAMING SAMPLE and the interactive exemples are not workingthe interactive is giving e this error:Error: cannot connect to Flash Media Server! Error code:NetConnection.Connect.Failedand RTMP dynamic this:All netconnections attempts failedand i tryed stoping all firewalls and restarting reinstalling the server many times when i install the windows version on my win 7 partition,it works well !!!!!!!!!!!!please help meeee
Trying to install Adobe Flash media Server on my Linux Centos 6.3 server and am getting the error :ERROR : A required package, libcap, was not found on your Linux X86_64 Redhat.Please install required package and run Adobe Flash Media Server installer againThen put in the "yum -y install libcap"and it said : Package libcap-2.16-5.5.e16.x86_64 already installed and latest version.Is this actually the latest version of libcap?what do i have to do to get this working?Thank you!
How do I upload an image to Adobe Media Server?Here's what I'm trying to do. I have a sharedObject that I want to store my thumbnail in.sharedObject = SharedObject.getRemote("thumbnail",mync.uri,false);sharedObject.client=this;sharedObject.connect(mync);Then I get the image and send itvar screenshot:BitmapData = new BitmapData(VD1.width,VD1.height,false);var encoder:PNGEncoder = new PNGEncoder(); var pngByteArray:ByteArray = encoder.encode(screenshot); pngByteArray.compress(); sharedObject.send("saveThumbnail", pngByteArray);But this code doesn't do anything. I'm probably going about it the wrong way.The ActionScript3 reference says that you can:Store and share data on Flash Media Server. A shared object can store data on the server for other clients to retrieveHowever, I don't want other clients to retrieve it. I just want it to be stored on the server as a .png. How can I do this?
FMLE 3.2 video pixelation issue, what could the cause of this be? Does not occur in 2.5 but in the 3 series. I have tried 2 different capture devices (ION video 2 PC MKII and Hauppauge USB 2 Live) same results for both. Just wondering if anyone has seen this before and know why. I've looked through all my windows updates as well but nothing.
I am using Flash Media Live Encoder (3.2) to send multiple bitrate streams to an instance of Adobe Media Server 5. In addition to the video streams, I am trying to generate an audio-only stream.I am using the default 'livepkgr' application. The input stream contains H.264 video + AAC audio.The stream name that I set in FMLE is set to this:livestream%i?adbe-live-event=liveevent&adbe-audio-stream-name=livestream1_audio_only&adbe-audio-stream-src=livestream1I created a variant playlist to include the audio-only stream. It looks like this:#EXTM3U #EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=150000 /hls-live/livepkgr/_definst_/liveevent/livestream1.m3u8 #EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=500000 /hls-live/livepkgr/_definst_/liveevent/livestream2.m3u8 #EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=700000 /hls-live/livepkgr/_definst_/liveevent/livestream3.m3u8#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=64000,CODECS="mp4a.40.2"/hls-live/livepkgr/_definst_/liveevent/livestream1_audio_only.m3u8H
Hello, I get the following error in localhost on my Windows 2008 r2 server:Error: cannot connect to Flash Media Server! Error code:NetConnection.Connect.FailedAlso rtmp can't connect from any computer, for playing or streaming to the server. All necessary ports are open and confirmed working via http://www.yougetsignal.com/tools/open-ports/ and the server was configured properly as far as I can see. It plays vod fine via http. Everything including rtmp was working on this server until it was reformatted a few days agoThanks for any suggestions
We use Atlassian Confluence wiki 5.x for our internal collaboration and community.Confluence has a nifty Widget macro that I can connect to YouTube or Vimeo resources using the URL they typically "share". Then it just plays inline with the page.I'd like to set up a similar service using Adobe Media Server but the protocols it uses are alien to the Widget macro and nothing seems to work.Has anyone done this with success? If so, how?Thanks in advance.don
Hello,I need a statistics for each stream, I see it in access.log. Does AMS provide some API to listen this log and subscribe to some x-event?I wouldn't like to parse access.log via Server-side ActionScriptThanks.
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.