The official Adobe Media Server community.
Recently active
How to flush SharedObject in a separate thread? FMS is blocking the program during write, and to save more than 2,000SharedObject takes about 15 seconds. : (
Hi to all i want disable IDM(internet download manager)'s download video option from my youtube videos.please tell me is there any process to do that?any another mothods also cann't download my youtube videos.THANKS IN ADVANCE
fist of all my computer have my operating system in the D:\ drive.I just install the FMS 4.5 developer versionI have the FMS and the FMShttpd to start when windows start. I look in the event viewer and found the following error,The Apache service named reported the following error:>>> [Thu Nov 17 15:58:15 2011] [info] mod_jithttp - FMS installation path: "D:\\Program Files\\Adobe\\Flash Media Server 4.5\\" what this error means? . Ican't get apache to work.Help Please.
Can anyone speak to if FMS 4.5 Interactive is supported in a VMWare environment? If so, what are the resource requirements? I'm not getting any firm information from searching around so I'm hoping someone here can offer some insight. Thanks!
Hi All,I have success full installation of Flash media server 4 in my linux machine.I am in need of stream the .mp3 file over network.Please any help me on this.Thanks,Hariharan V.
I have been googling the crap out of this. I am a video producer for a Non-Profit and in the next couple of weeks we are launching an online training, half of which requires watching multiple different video clips – for this particular training around 50 deferent online videos. I’m a bit experienced with encoding video for the web (FLV, H.264) but would love to know more about HTTP Dynamic Streaming. As of now we just use a progressive download type of playing. We recently hired a web dev and knows servers a bit but didn’t seem like he knew anything about HTTP Dynamic Streaming – said maybe we should search the internet for an auto detecting flash player? Anyways, is this something that I should be looking into for our organization if we do a lot of online video? If we purchased Flash Media Server would this be all we need? Is there like a Dummies book on this subject? Thanks for any help-Pat
Hi,We've purchased the FMS 4.5 and are now planning an application that lets users record a video to the server using their webcam. Straight forward, if we were to stream only to a flash video object. BUT, we would like our padders to be able to see the videos on demand too. Can't find a tutorial on this, seems like everyone's more interested in live streams.The server is able to record a stream in mp4, but when I'm testing these files in Adobe Media Player it won't play 😐 What codec is used, and is it possible to play this format on an iPad? If not, is there som sort of solution other than manually transcode to the right format.I would really appreciate all help I can get on this matter.Thanks:)
Hi,I am working on video player (FLVPlayBack for using cuepoint) in which streaming is performed through FMS (Flash Media Server). I have used the FLVPlayBack because I am using the cuepoints. Regarding this, I have some queries that I want to address:1. Using the FMS, I have streamed the .flv video but I am unable to stream the .f4v video. Below mentioned is the code structure I am using for this:flvplayback.source = "rtmp://127.0.0.1/vod/sample.flv";flvplayback.play();2. Could you please suggest that whether FMS supports both of the .flv and .f4v format?Please have a look at the above queries and revert back to me.Thanks,Dhaval Kumar
Hi,I have RTMP and Apple HLS clients at the same time. I useFMLE 3.2 + MainConcept AAC Encoder + FMS 4.5.FMS URL: rtmp://localhost/livepkgrStream: livestream?adbe-live-event=liveeventURL for Apple HLS clients: http://<FMS IP>/hls-live/livepkgr/_definst_/liveevent/livestream.m3u8What URL should I use for RTMP clients?Thanks.
We have recently upgraded from a Single Xeon Processor to 2x Xeon Processor. I have FMIS v4.5 Installed. Please tell me will it configure this added CPU itself or do I need to reinstall or reconfigure any settings in my FMIS to make the optimum usage of my new processor ? If yes then from where I can reconfigure the same. regardsvibes
Hi,The following web page defines limits within FMS for something called "RTMFP P2P introductions":http://www.adobe.com/products/flashmediaserver/helpmechoose.htmli.e. 500 or 15,000 depending on the version.However, I really don't understand what this means and i have searched around everywhere but it doesn't seem to be explained.Basically, I am considering developing a P2P video application that accross a global site could potentially have millions of sessions running simultaneously. And obviously, a 15k limit seems rediculously small if this imposes a limitation on the number of sessions that could be taking place. These would be using P2P Application Multicast using groupspecifier as defined in this article: http://www.adobe.com/devnet/flashmediaserver/articles/p2p_rtmfp_groups.htmlAnd this is contrasted directly with statements by the Cirrus/Stratus team, and what it's capabilities are, which appear to be unlimited:Adobe Stratus, the hosted RTMFP rendezvous service, can handle a ve
hi, I use FMLE to publish h264 video to FMS , my server side code (main.asc):application.onPublish = function (client, stream){ var streamName = stream.name ; trace("onPublish stream: "+ streamName); stream = Stream.get("mp4:"+ streamName +".f4v"); if(stream){ stream.record("append"); stream.play(streamName); }};I can save the H264 stream on the server,but less than 3 minites,the storage stops,How did this happen? please help me ! thank you !maria
HI,We have installed FMS 4.5, including Apache 2.2, on a 64-bit Windows 2008 R2 server following the instructions given in the video that can be viewed here:http://www.adobe.com/devnet/flashmediaserver/articles/install-verify.htmlBrowsing to the test page for the server works fine for HTTP Dynamic Streaming and RTMP Dynamic Streaming samples. However, when we try to use the HTTP Live streaming samples on the test web page on an iPad via AnyConnect, we only see a blank page with a small Abobe Flash icon in the top left hand corner which is basically saying that Flash has been detected on the page and is not supported by the iPad.The above video shows HLS working on an iPad with no additional installation steps. Can anyone hep?
Hi Everyone,I have successfully setup my FMSI and can connect to it via the encoder for live streams now how do i view that live stream? I am using a static IP only as this is at home and how can i embed a player into a website to play my live stream? Once you connect the encoder to the FMSI does it produce a link which i use for the embedded player? Also i am not using the standard port 80 but port 83 will this effect the HTTP streaming?ThanksRockyuk
HI allBeside Flash Media Encoder, can I use a live stream from Windows Media Services?We have live streaming with Windows Media Server, but now want also offer to mobile devices, but we dont re-encode the entire streams (tvs) again, it would be great if we can use a stream from windows to tunnel it to flash media server.Thanks in advance
I try to create an application to switch streams and republish them as single continious stream to the remote server. I call my application "studia".I had written main.asc code almost like Stream.play() example on p. 162 of the "Server-Side ACTIONSCRIPT® Language Reference for ADOBE® FLASH® MEDIASERVER 4.5", but I have some problem in spite of this.I broadcast to my local server (to URI - "localhost/studia") by two clients - by FMLE (with stream name "livestream1") and by my "livestreams" application (with stream name "livestream2").The connection between two servers (with application "live") appears in the remote server Admin Consol, but the stream from my local server do not come to it.Admin console of my local server type me next live log:NetConnection.Connect.SuccessSending error message: Method not found (onBWDone).client 4702111234558869871 connectedclient 4702111234575647087 connectedSending error message: Method not found (releaseStream).Sending er
Hi,We have a video broadcasting platform and we use FMS 4.5 to broadcast a multicast stream. My question is : can we do QoS tagging of this multicast stream ?Thank you,
Can anyone tell me that how can I find that on server side which user is watching a stream
Hello,I am trying to update FMS 3.5 (as I recently found about the updates)... my quick question is:Do I need to run the upgrades one after the other?? or can I just get the latest update and it should include all the previous updates in it?For example, the latest update version for FMS 3.5 is: 3.5.7. In the release notes of FMS 3.5.2 it says that it includes 3.5.1 in it... however, in further releases it doesn't mention anything in the release notes about including previous upgrades in them. So I wasn't sure about this.Finally, does this also apply to other versions of FMS... whether the answer was YES (the final upgrade includes all previous ones) or NO (I have to get them all and apply them one by one)... does this answer apply to FMS 4.0 and FMS 4.5 upgrades as well.Sorry if this question was already asked before.. and thanks for the help.Barjawi
Hi, I want to build an application to stream h.264 video from the browser, how can I be able to do this? I can't seem to find the playerglobal.swc anywhere, I have Flash CS5.5 , any clue? I apprecciate the help, thanks!-Alex
I tested speex fmg2fmg call and NellyMoser fmg2fmg call. No audio at all.In Player 11.0 all works ok.My test:login as 1001 using flashPhone.htmllogin as 1002 using flashPhone.htmlcall from 1001 to 1002, answer
I am developing an application using Flash Media Server 4. I am calling some server side methods and response is an error while executing. How can I debug my server side script to watch exactly what is the error? I am unable to access its log also...I have administrator username and password too but everytime it fails to login on administrator due to invalid username or password...Please help me out Thanx
i've created a sub-folder called dvr under fms 4.0 applications. i made a test of playing a video named sample.flv then at the same time i publish it to the same fms 4.0 server with a different video name: "mergedVideo".the asc at the fms server as following:application.onAppStart = function(){ trace("app start : " + application.name);}application.onConnect = function(clientObj){ trace("the client is accepted is : " + clientObj); this.acceptConnection(clientObj);}application.onPublish = function (clientObj, streamObj){ trace("onPublish stream: "+streamObj.name); streamObj.record();}the client-side code like this:<![CDATA[ import mx.core.UIComponent; private var _nc:NetConnection; private var _ns:NetS
I made a flash effect for my friend's site and he won't let me get the flash back after a fight. I can see the effect on the homepage of his website. Is there any way I can get the flash to an fla file on my computer? Is there any way I can find the swf file on his websites system and convert it to an fla? Please help, thanks.
When FMLE stopped,Remote RTMP stream to FMS 4.5 with rtmfp?edit "applications/multicast/main.asc" ?HELP ME !!! THANKS!!!/** * File: main.asc * -------------- * The server-side portion of the multicast sample application. * This app accepts publish and unpublish requests from FMLE, and republishes * the live stream from FMLE into a target Flash Group. *///////////////////////////////////////////////////////////////////////////////////// General Constants//////////////////////////////////////////////////////////////////////////////////// "Constants" representing multicast event types.var TYPE_FUSION = 1;var TYPE_IP = 2;var TYPE_P2P = 3;//////////////////////////////////////////////////////////////////////////////////// StreamContext Description, Constants and Functions///////////////////////////////////////////////////////////////////////////////////** * Type: StreamContext * ------------------- * This application tracks the context for live streams published to the server * that
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.