『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
Questions
新着順
Kindly Suggest any idea to stream multiple TV Channels from one pc...
Hi! I used adobe flash media live encoder 3.2 to make a streaming and record the same. It turns out that he recorded in f4v and now I can not work. The first ten seconds of the video an hour are good and then blocks the last frame of ten seconds. Programs that recognize the file from the ten seconds is black.I've tried using the f4v post processor but it gives me the error -203 in stsd space left in the box.How can I solve this problem?
Hello,this is my first experience with audio streaming and I am also fairly new to FMS. I am very grateful for any help In my application two or more people can talk to each other (for example like in Skype). I use NetStream objects for it, that means for x users = x netStream objects for each user (1 for publishing the own stream to Flash Media Server, x - 1 for playing the other users' streams from Flash Media Server).SOMETIMES they suddenly become asynchronous. That means: suddenly it takes some time (for example: 5 seconds) until a stream reaches a user (like in a bad mobile phone connection), so that they have to "wait" for each other.What are the reasons for that? I am sure it has something to do with the bandwidth? And: what can I do about it?Thank you very much in advance!Kind regards,Mike
Hi! I used adobe flash media live encoder 3.2 to make a streaming and recording what was transmitting. It turns out I need the files that I recorded with the program and can only read the first 10 seconds, after that I'm still image and audio running. I need to convert to another file to edit, but I need all complete.What can I do?
Hi,We have a pool of FMS 3.5 servers behind a haproxy load balancer. They are working fine with RTMP and download with HTTP through FMS proxy. We need now to have RTMPT working for some clients behind a strict firewall.1) We started configuring the haproxy load balancer to work in HTTP (level 7) mode and we changed the FMS Adaptor.xml configuration file on all servers with the tag below:<HTTPIdent2 enabled="true">External IP of the Load Balancer</HTTPIdent2>The Flash player was working in RTMPT under Windows, but we got error messages under Linux or Mac: "502 Bad Gateway" or "Server not found"...2) We cleared that <HTTPIdent2> setting, as we saw from the documentation that it was optional (http://help.adobe.com/en_US/FlashMediaServer/3.5_AdminGuide/WS5b3ccc516d4fbf351e63e3d119f2926583-7ffb.html#WS5b3ccc516d4fbf351e63e3d119f2926bcf-7fec), with the same result:RTMPT working under Windows, failure on Mac or Linux.3) The we set the indiviual external IP address of each FM
Hi,I need to display multiple view in a application. Multiple camera view up to 16 are displaying in the interface. But some of the connections are rejected. NetConnection.Connect.Rejected NetConnection.Connect.Closedprotocol is : RMTPI am unable to identify the error. Is there any limitation in it. please help.
Does Adobe expect us to use FMP to play videos off AMS? If so, is there an easy solution for closed captioning? All the videos on Adobe.com have a CC button, but it appears to not be standard on FMP. Why is that?
I have experimented a issue in Http HDS live streaming.I know that when you broadcast a live streaming, is normal to generate cache file at address /streams/_definst_/ in “livestream” folders. I configured the event.xml file like this:<Event> <EventID>kamiya</EventID> <Recording> <FragmentDuration>4000</FragmentDuration> <SegmentDuration>400000</SegmentDuration> <DiskManagementDuration>3</DiskManagementDuration> </Recording></Event>In normal, this cache “livestream” folder for simple http streaming in first two days was with only 450 Mbps and showing after one hour are replacing and remaining during all day in 450 mbs of usage. After one week in one example account running without none interruption in all that days and today I checked that this same folder is with 15 Gbs.The same test I done in Adaptative Streaming in other account with three b
What is the meaning of Bundled maintenance? does it means it will also help to trouble shoot the hardware problem of the server? thanks
Is there a player that comes with AMS or is the expectation that you use Flash Media Playback?
Can Flash Media Encoder handle several video sources and live srteam them all at the same time? We want to stream a few over the air broadcast sources using Flash Media Server v3.0. Is it possible to install several TV tuner cards into a PC and have Media Encoder live steam each of them at the same time? If not, can several copies of the software run on the same machine (each with it's own video source live streaming)?
I broacast demo:Encoder -> FMIS 1 -> FMIS 2FMIS2 : allowedHTMLdomains.txt, main.asc, allowedSWFdomains.txtI edit allowedHTMLdomains.txt -> FMIS 2 not work (remove * , add domain, restart server)How to protected stream in FMIS2 ?any help will be appreciated, thanks!
I have a Flash media server located at another place . I am pushing stream from my Flash media live endcoder to multicast application over internet which works fine but after that multicast application cant publish stream and shows error . Registered multicast context: teststream-1 Multicast NetConnection Status: NetConnection.Connect.Failed, multicast context: teststream-1 MULTICAST PUBLISH ERROR: Failed to establish server-side NetConnection for use by multicast NetStream. Status code: NetConnection.Connect.Failed, description: , multicast context: teststream-1If I do the same thing from a computer in the same network it works fine . I can view multicast stream as well in player .Is there any settings that I need to change in order to make this work over internet ? I will really appreciate any help .
i think this new and great adobe,.. adobe muse in http://www.museonatheme.info/index.html...maybe you can try
I need help or a tutorial for this 2 projects.1) I have an http stream that i need to pull and restream through FMS.2) i have 10 files that i want to play through FMS on playlist like a tv station loopable.Can i have any tutorial files that i can use???Thanks for your time!!
Hi all,I am sure there is a great "how to" for this. But I just can't seem to find it. And I don't want to horse around with my install until I have a little more guidance. I also want to say that I am excited that RHEL and CentOS6 are now supported. Good stuff. JW
Hello Guys, I would appreciate some advice. I am trying to connect to my webcam but I keep receiving this error message.I have been tweaking around my code for hours but problem keeps persisting. I don't know where is the problem? Thanks in advanceArgumentError: Error #2126: NetConnection object must be connected. at flash.net::NetStream/construct() at flash.net::NetStream()Here is my code:var nc:NetConnection = new NetConnection();nc.addEventListener(NetStatusEvent.NET_STATUS, netHandler);nc.connect("rtmfp://localhost/myAppName);function netHandler(event:NetStatusEvent):void{ switch(event.info.code) case "NetConnection.Connect.Success": trace("Connecting up"); break; case "NetConnection.Connect.Failed": trace("Unable to Connect"); break; case "NetConnection.Connect.Rejected": trace("Ouch"); break;var ns:NetStream = new
This is showing up in my logs, and i have no idea what is causing it and can't find any more details elsewhere.Dropping application (stream_app/_definst_) message. Clients not allowed to broadcast message.It doesn't happen very often, about once every 1 to 2 days. Any help would be appreciated.
Is there a supported way for clients to authenticate the identity of an AMS/FMS? Or is it necessary to write a custom challenge response upon connection to do this?
Hello,Everything is in the question - I have an RTP stream in my local network, that I'd like to redistribute over the Internet with AMS. Is it any possible? I have already seen that Adobe Media Live Encoder doesn't accept RTP as source.
I have an app that uses FMS4.5 to record web cam video to the local hard drive. I've had no luck at all getting decent output using H264/MP4 directly. I get video but it's artifacty as hell, while FLV output is quite nice. Right now I'm using FFMPEG to convert the flv's to mp4's, but it'd be better to just have mp4's to start. Anyone offer any settings that work for them? I'm recording at 768x432...
can i disable certain log messages (per-application)?such as:Set video fps to 3.000000 (stream ID: 1).Video receiving (enabled/disabled) (stream ID: 1).Audio receiving (enabled/disabled) (stream ID: 1).Thanks.
How many concurrent users supports Flash Media Server version 3.0.7?
This question was posted in response to the following article: http://help.adobe.com/en_US/flashmediaserver/amazonec2/WS6fc2df2b6d2ce24359910e2812c396a83eb-7ff8.2.html
I would like to have the possibility to detect when NetStream is not working (i.e. the name used in initialization can't be found on the server side). The StreamNotFound doesn't work at all. I've read that it's the fault of the Flash Media Server, which automaticaly creates new stream, if it cannot be found (of course it's an empty stream - what is wrong from my point of view). Is it true? If yes, can I disable it on the server side, so I could easily detect if the stream name is correct?
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.