『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
Questions
新着順
I am getting this error while recording a video on flash media server. I have configured everything as given in application/live/readme.txt file. I have created a new folder <record> (let say) in application directory,changed <LIVE_DIR> to point to <record> folder in fms.ini file.Moreover is there a need to place main.far file inside this newly created folder <record> along with main.asc or only main.asc is required? Becuase if i don't place main.far , i am not able to load application<record> using administrative console. Please help.
Hi !I'm using AMS to stream video to iOS through /hls-vod. The video shows correctly but when I connect to the flash administration console, the stream doesn't appear.It's working correctly when I stream from flash in a browser from /vodThe /hls-vod doesn't appear in the server application in the console. I don't know if it should.Is it normal ?Thanks !Vincent
Hi !I'm setting up AMS 5 and while changing VOD_COMMON_DIR and VOD_DIR, I saw one is PD able but not the other.Problem is I have no idea what PD able mean.Would someone be king enough to explain please ?Thanks a lot !Vincent
Sorry for being noob,is Flash Media Encoder free?can i use it for commercial purpose (e.g. twitchtv partner, commercial ads, youtube ads)?link to flash media encoder: http://www.adobe.com/products/flash-media-encoder.htmlthanks for the quick response.
Dear all. I want to write an application in flash media server. I installed FMS 4.5 Enterprise.I want to get web content that it is json format. My code: //Get web content example 1 var url = "http://10.84.70.133:8084/?q=external_api_transcode/getProgramByChannelAndDate&channel=vtv3&date=20130404"; var request = new URLRequest(url); var loader = new URLLoader(); loader.load(request); trace(loader.data);But when I load this application then there is error related URLRequest as below: Sending error message: /opt/adobe/fms/applications/dvr
I am trying to add eventlistener to this video so that can play some video immediately after the preroll_src ends. Using Adobe media server to run an html5 video player that can fall back to inhertied flash player.See the code:<body><div id="videoDiv"></div><script>var html="";preroll_src="http://localhost:8134/Granicus.mp4";html += '<embed src="swfs/SampleMediaPlayback.swf" width=';html +=xwidth+' height=';html+=xheight+' id="SampleMediaPlayback" quality="high" bgcolor="#000000" name="SampleMediaPlayback" allowfullscreen="true" pluginspage="http://www.adobe.com/go/getflashplayer" flashvars="&src=';html+=preroll_src+'&autoHideControlBar=true&streamType=vod&autoPlay=false&verbose=true" type="application/x-shockwave-flash">';html += '</embed>';$("#videoDiv").html(html);
I have developed a video player using html, javascript and jquery. depending upon the browser type and mobile/non-mobile device, it creats the html5 video tags or redirect to a fall back flash player). I am using Adobe media serverthis player works well on all the browsers.videoplayer.html<!DOCTYPE html> <html> <head></head><body><video controls="controls" poster="http://sandbox.thewikies.com/vfe-generator/images/big-buck-bunny_poster.jpg" width="640" height="360"> <source src="http://clips.vorwaerts-gmbh.de/big_buck_bunny.mp4" type="video/mp4" /> <source src="http://clips.vorwaerts-gmbh.de/big_buck_bunny.webm" type="video/webm" /> <source src="http://clips.vorwaerts-gmbh.de/big_buck_bunny.ogv" type="video/ogg" /> &
I inspected how many rtmp connections does fms keep.I tried to create next connection after 1940 rtmp connections, so All disconnected !Server still had enough CPU and memory. I created only SharedObject, without NetStream.Why?This is limit ?server specificationH/W R410OS CentOS 5.4HDD 146GMem 24GSomeone, Have any ideas ?Please help me.
I have to develop a website for video. In developing the use of software that needs: Adobe Flash media server (FMS3 interactive edition / FMS2)Adobe Media Server Professional (<a href="http://www.adobe.com/products/adobe-media-server-professional.html" _mce_href="http://www.adobe.com/products/adobe-media-server-professional.html">http://www.adobe.com/products/adobe-media-server-professional.html</a>) Is ok?I would like to use during development STARTER version, is STARTER version has the same functionality ( with the PROFESSIONAL?
I am about to purchase Adobe Media Server 5 Standard.However, I need to know that the following will be possible:In my Flash client swf, I need to use BitmapData.draw() on an RTMP stream. (I am projecting the video onto a 3D model)If I attempt this with a stock version of AMS 5 Starter, I recieve the following error:"No policy files granted access"The solution appears to be altering main.asc with the following code: client.videoSampleAccess = "\";This solution works for me in AMS 5 Starter.However, will I still be able to do this once I buy AMS 5 Standard?The sales documentation states that AMS Standard does NOT support custom server side scripting.Will I be able to project an RTMP video stream onto a 3D model if I buy AMS Standard?
Adobe Media Server 5 on Amazon Web Services was suggested to my project manager as a way to deal with some of the video we have to host at work, but after signing up and poking around, I'm wondering: how do you actually use it? Is it something that requires the Media Server software, or is there a web interface through AWS? I follow the links, and they tell me it's already active for my account - but I still see no way to use it.Thanks in advance for help on this seemingly remedial question!
Hi there,I recently subscribed to AMS on Amazon and was able to stream audio content (mp3) on demand to a HTML page using flow player. What I need to do now is integrate CloudFront to the stack. All I could find regarding AMS and CloudFront was related to Live Streaming video, which is not what I am looking for.Can I use CloudFront together with AMS to do On Demand audio streaming? Thank you in advance.Sincerely,Artur Rodrigues
Hello,I'm recording MP4 webcam videos using Flash 11.1.102.63 and publishing them on my FMS 3.5.6. When playing back MP4 files using my Flash player, both video and audio works perfectly.However, I also need to make my MP4 files play on other players (like Windows Media Player). As I found out quickly, the MP4 file encoded by FMS is not playable without conversion. After some googling, I found that the post processor tool f4vpp.exe allows to flatten the MP4 file so that it plays with Media Player.The problem is that F4VPP seems to remove the audio part in the file. My MP4 file consists of H264 video and NellyMooser audio (which is the default audio recording codec with Flash). I also tried using Speex codec for audio but still no sound after using F4VPP.I've seen some comments around about this bug. Unfortunately, the download page (http://www.adobe.com/products/flash-media-server-family/tool-downloads.html) refers to the tool as dated of June 2009.&
Code obtained and previewed in video player, can`t be previewed in the local browser, "movie not loaded" !
Hi!Run FMS:http://localhost/fms_adminConsole.htmI entered my login and pasword and then i clicked "login" and nothing happened. The same is happening in all browsers.Please tell me what is wrong?
We are using AMS 5.0.1 to live publish over RTMP. These store on the server in FLV format. We have developed Android and Desktop solutions that are working wonderfully.We are looking to build an iOS solution that will be playback only. HLS-VOD seems to the path of least resistance for this. This is configured on the server, and it streams f4v files to our iOS app fine. However, attempting to stream an FLV ends in a bad request.http://fms.dev/hls-vod/intro/374/1920_1365014957078.flv.m3u8 -> 400 bad requestApache Error Log reads: [error] mod_hlshttp [400]: Invalid file 1920_1365014957078.flv - File format not supported for Media fileIt appears FLV format is not supported for media files, but it's the default format for published streams?? What's the best way for us to stream our FLV files to an iOS device? Our application is written in Objective C and we are not considering AIR an option.
I am using the FMS Connector C++ to do some publishing work. And I am required to call a server side method.I have tried to use the INetConnection::call() method, but it don't seems successful.The FMS server spec told me to do,1.call server method, nc.call("FCPublish" null, streamname);2. implement a callback function onFCPublsih nc.onFCPublish = function (info ) {...}How can I implement these with FMS Connector C++?The FMS Connector document include too few topic on calling server side method.
Streaming VOD content over http is playing with content mapped to local drive location in system where FMS is installed.But VOD content in mapped netwrok drive locations(in some other system) is not playing.Any thing related to UNC path privileges.If this is the case how to solve this issue.Thanks for any help.
I'm trying to simplify my setup. Sometimes I need to stream multi bit rate and sometimes I need to stream single bit rate. This is due to the internet connections I'm sending from sometimes have poor upstream and multi-bit rate is too much bandwidth to send... So.... We resort to single bitrate. As I understand my encoder and server settings are different for each of these... I created a single and multi-bitrate profile for Adobe Media Encoder. That was simple enough. My question/concern is in regards the server settings. I would like to have a server setting for multi-bitrate and a setting for single bit rate. My goal is to void making changes on the server. I simply want to load the desired Adobe Media Encoder Profile. So, do I need to create a dedicated event for single bitrate? Below is the syntax I send to my server from Adobe Live Encoder. Instead of using 'liveevent' for my event would I just giv
I uploaded to my website html embed code (by Flash Media Server full) by Flash Media Playback ! I checked the server and found that it works! I can see the live broadcast on the site, but other people can not view the stream! What happens? I see the stream but other people do not see it. Use Flash Media Server (full) and Flash Media Live Encoder 3.2 !I inserted the html cod in the body of my site, in the index !I prewieved (cod html), i checked and its works, i can see on my site ! Thanks !
I will be using FMS for a training application for a client. The app simulates a telephone conversation. Users hear audio which is pulled down from the FMS, then record themselves. The app streams the audio to the FMS using RTMP. My question: If there are 250 - 300 users simultaneously using the app, what will be the impact on the server? Can the server handle that many simultaneous connections without a performance hit? The client is very concerned the server will not be able to handle it. I have no idea whether this amount of traffic will be negligible or be a serious issue. Any information is appreciated. Also, how would I perform load testing? Right now I'm using uVault for my FMS server and will ultimately install FMS on the client's box. Is there any way to do load testing in advance of having the FMS on the client's machine?
I tried to follow the youtube video on how to stream live content to http and I get so many errors or no content showing up.So I download the trial version of AMS 5 and it played in my firefox, when I clicked on the http version, I get a message to use the Safari browser to do that. So I did and when I click on the same link I get a black screen, no auto start nothing. What is missing from my trial version that is causing me not to see the content?
In the past few weeks we noticed in the access logs that vhost keeps stoping frequently. This message is usually followed by server-stop event. Most of these events are recorded late nights or early mornings. I am at loss to understand why it's happening. Has anyone experienced this issue? Any help is highly appreciated.
We'll be using FMS in an app where users will record their audio and then save it to the FMS for later playback. I'm concerned about the load on the server when multiple users will simultaneously be recording audio (we'll have up to 300 simultaneous users). Does the audio encoding happen on the server or on the client machine? If on the server, I'm concerned that the server may not be able to process all of those audio streams. Can anyone provide any information?
Dear,I'm just turning into FMS 4.5 and would like to stream to both Flash and iOS.I installed FMS 4.5 and streaming to the live application and its working fine.As you already know, to deliver to both Flash and iOS, I've to use livepkgr for HTTP streaming, but, infortunately it won't play up when using of the suggested playback tool.I've well configured Flash Media Encoder for syncronisation, rtmp://localhost/livepkgr in the FMS URL field and livestream?adbe-live-event=liveevent in the Stream text box for single HTTP streaming. When trying to play the streaming through this HTTP URL: http://localhost:8134/hds-live/livepkgr/_definst_/liveevent/livestream.f4mIt show this message: We are having problems with playback. We apologize for the incovenience.If I type http://localhost:8134/hds-live/livepkgr/_definst_/liveevent/livestream.f4m direct in the browser url bar to see if the file exist, here is what I got:<manifest xmlns="http://ns.adobe.com/f4m/1.0"><id>livepkgr/events/_de
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.