The official Adobe Media Server community.
Recently active
If yes, how to do it? Should I delete the main.far and apply my main.asc? Thanks.
Hi.I was making live streaming using FMLE and FMS but inside a local network, now my server is using a public ip, and now the FMLE cant connect to the server, im sure i have to change something in the FMS but i dont know where, if i try to work inside my network works, but if i try to do it by my public ip launch an error eerytime i try to connect.for example: inside my network my server ip was 192.168.1.200, so everytime my FMLE needed the url to stream was something like.. rtmp://192.168.1.200/live.lets pretend that my new server ip is 190.15.15.103so im trying to connect with FMLE to rtmp://1990.15.15.103/live.. and nothing happend, i also tryed using some ports.. like 1935.80.8888.1111 and nothing happend T.Tplease help me how to do it T.T
I installed Flash Media Sever as a trial to do some Video Streaming form my University course, I have done this now and need to remove Completely, Unfortuntely Removing the ProgramHas not removed the Load Screen for FMS from the http://LOCALHOST,The trouble is i now need to use WAMP server to do other work but the FMS is completely overriding the WAMP LOCALHOST screen,, I have uninstalled all ADOBE products from my computer and re-InstalledWAMP, but the FMS screen still shows when going to the http://LOCALHOST I need help fast?Any ideas??Does this explaination make sense??many thanksSimon
Hello,I have tried to put main.asc sample file on my live application, removed main.far file and restarted my FMS, after that, i couldn't use FMLE on it, it generates an error !how to put properly the main.asc on FMS 4 (it works good for FMS 3.5)Regards,
We currently have following configuration set regarding processes:<Process> <Scope>app</Scope> <Distribute numprocs="11">insts</Distribute> <LifeTime> <RollOver></RollOver> <MaxCores></MaxCores> </LifeTime> <MaxFailures>5</MaxFailures> <RecoveryTime>5</RecoveryTime></Process>We are running non-stateless-applications so we can't use the roll-over-configuration.This leads to instances running for over 30 days (with several connects and disconnects) resulting in core-processes, that don't seem to work properly after about 30 days. They still respond but use a high amount of virtual memory and seem to have utilization-related problems.What we could
Hi everyone, I'm a bit confused about HTML5 video support using FMS server.We recenlty upgraded our FMS server to 4.5 to support video playback on mobile devices. What I would like is to have HTML5 video playback support on all HTML5 enabled browsers. Our users are currently uploading f4v files on the FMS server and I'm able to play them back using the followingFOR IOS devices:<video width="320" height="240" controls="controls"> <source src="http://fms-server/hls-vod/video.f4v.m3u8" type="video/mp4" /></video>For Flash browsersUsing rtmp on : rtmp://fms-server/vod/mp4:video.f4vWhat I want is to only HTML5 for all browsers (android/chrome/firefox/ie/ios). From my testing until know only IOS was successfull.
I'm trying to go through a number of source samples to connect to a streaming service via Amazon's CloudFront and it appears as if the FMSURL package has been moved from import org.osmf.utils.*. Has this been deprecated or moved in the 4.6 SDK?
I cannot connect to an FMS server from a client on a another domain using RTMPLocally running a flash client that uses nc.connect(rtmp://...) to connect - works.But when the client is in another domain I get NetConnection.Connect.Failed in the netconnection onstatus.I've put crossdomain.xml files on my FMS folders that allow access from any domain (*).Also the allowedHTMLdomains.txt and allowedSWFdomains.txt are set to allow any - though it's not just the live application I can't connect to, it's also any other app.There are no firewalls blocking on the server. Port 1935 is available. FMS is set to listen to 1935.The server is accessible with other protocols (http) - but with RTMP it only connects when I try to connect locally, as mentioned.What other reasons or settings can cause the connection to FAIL?The server is FMS 4.5 Developer Edition.
I'm trying to create a simple application that streams the webcam to FMS 4.5 (running on a Windows 7 machine), and then displays the published stream locally. Here's my code:import flash.net.NetStream;import flash.media.Video;import fl.video.FLVPlayback;import flash.events.NetStatusEvent;var cam = Camera.getCamera();var mic = Microphone.getMicrophone();var video = new Video();video.y = 480;addChild(video);video.attachCamera(cam);var nc = new NetConnection();nc.client = this;nc.connect("rtmp://localhost/live");nc.addEventListener(NetStatusEvent.NET_STATUS, netStatusHandler);function netStatusHandler(event:NetStatusEvent):void { if (event.info.code == "NetConnection.Connect.Success") { trace("NetConnection successful"); var ns = new NetStream(nc)
Just wondering what people thought of the service if they've used it.
Hi,I am having a server garythink.com in which there is an flv file in one of the folder (http://www.garythink.com/garythinkvideos/test/sample.flv) and on this server only, FMS is also installed (http://www.garythink.com:8134). I want to stream the flv file by using the FMS server, so I want to know that whether this flv file can be streamed directly from the same location where it is presently now or I have to add the file in the application folder (vod) of FMS.Do suggest me as to which path to follow for video streaming using the FMS server.Thanks,Dhaval Kumar
Hi, I'm going to setup a web server for streaming h.264 video for flash player and ios device.I know that I need the vod with HDS and HLS, and I don't need real live stream recording.At this stage, I have configured my apache server and use modules in FMS.I have referred to this document,http://help.adobe.com/en_US/flashmediaserver/configadmin/WSd391de4d9c7bd6093a7e2f8312a374a1bde-8000.html#WS565cbb3ff5441e2614fa39ef13121395a10-8000It seems works fine now.Because I don't need to use FMS any more in my environment, what's the limitation I need to concern in terms of license, performance, etc. ?
Hi, I'm new to Adobe Flash and I'm just trying out the Flashe Media Server 4.5 to stream live video on a local machine. I'm using a FLME 3.2 to capture the video from my digital camera, which works fine, and I can connect to the server with no worries as well. But I have issues streaming the content in the Sample Video Player that comes with the server.I've followed this tutorial:http://www.adobe.com/devnet/flashmediaserver/articles/single-live-video-stream-http-flash-ios.html... with no luck what so ever.... the player refuses to to play back any content.I've also tried playing some sample videos on it.... it even refuses to play those. What could be the problem??
I have recently installed the Flash Media Server 4.5 on my Windows 2008 x64 R2Whenever I try to restart the service as an Administrator it starts giving problems like making authenticated connection with Flash Media Encoder Live (I have installed the x64 authentication plugin that is with FMEL v3.2)Please can anyone guide me why FMS 4.5 becomes unstable and buggy once I restart Apache and Flash Media Service server as an Administrator !!! I need to host files on Network Drives therefore I need Administrator access ... If adobe doesn't like Administrator name then whats the other workaround e.g creating usernames ??Please Guide
Is the plan to use rtmpts for traversing corporate firewalls?This doesn't work amazingly well as audio can be dropped or delayed if buffer used in flash client.Any tips or doc links would be greatly appreciated.ThanksBen
Hello,for the past couple of weeks I have been going back and forth through the documentation, forums , examples in the adobe web sites but I can not get PHLS to work on IOS.I am looking for a live example like a test page to log on from my IOS devices and test that it really works . I suspect that one of the reasons why this is not working is that i dont have a valid ssl certificate.On the other hand PHLS supposly works without one ( I am confused ) Thank you George
I have a basic AIR for IOS app that attempts to play back the sample HLS file included with FMS 4.5. The file I am requesting is at "http://10.173.5.150/hls-vod/sample1_1500kbps.f4v.m3u8"When I request this file directly in the Safari browser on my Ipad 1, it plays back fine as expected. When I request the same file in an AIR for IOS app on the same Ipad I get a NetStream.Play.StreamNotFound Info event and no playback. OSMF Log pasted below.Any ideas on what could be wrong here?I must add that the same AIR app deployed to a Glalaxy Tab 10.1 (Android) plays back the HDS streams fine from "http://10.173.5.150/hds-vod/sample1_1500kbps.f4v.f4m"Thx- AbeyTue Nov 8 2011 09:49:17 AM [DEBUG] [org.osmf.layout.LayoutRendererBase] ON EXIT FRAME: BEGINTue Nov 8 2011 09:49:17 AM [DEBUG] [org.osmf.layout.LayoutRendererBase] VALIDATING LAYOUTTue Nov 8 2011 09:49:17 AM [INFO] [org.osmf.media.videoClasses.VideoSurface] switchRenderer. currentVideoRenderer = null; the new renderer = [object StageVideo]Tu
Hi All,I have installed fms4 in my linux machine.Please help me how to store the live stream?Thanks,Hariharan V.
helloi wanna make some, like that www.kardu.tv www.myvideo.ge . live streaming and VOD . by using Flash Media Server. can help me anybody, give me some manual or guidelines?? thanks in advance!
please help
hi can any one help me to setup multicast event with recorded videos not with live stream also need help about how to setup multicast address that ask in multicast configuration utility....
Hi, I'm not sure if this is the appropriate place to post this, but I was wandering its possible to build your own Player in Flash?The situation is: I have an external digital camera, and i need to capture its contents and display it in a player/window. This will all be on a local machine. I don't need to record anything, or stream it to other machines..... I just need the player to be able to display what ever the camera is displaying. Kind of like the Live Encoder (input and output views). With that I could hopefuly embed the player into other applications.Can this be done without having to involve the FSM?If so, can anyone point me to some tutorials on that?Many thanks!
please help methis is a log fileAccepted a connection from IP:42.159.56.116, referrer: "http://hh.dyndns.org/swfs/StrobeMediaPlayback.swf", pageurl: "http:/hh.dyndns.org/live.htm?source=rtmp://hh.dyndns.org/live/livestream&type=liveSending error message: Method not found (FCSubscribe).please help
I installed FMS 3.5 Development Server on WIndows Server 2008 as Administrator successfully and verified it is working. By default, the server runs as a process with local user priveleges. When changed the logon account to a network user id ( from Services->FMS->Properties->Logon ) it fails to start with the following error1067: process terminated unexpectedlyThere is nothing in the FMS log files to say what the problem is, but I am unable to start the process. Note that the windows user id has Admin priveleges to read/write from the same folders. I can verify this by logging in as the windows user I created earlier and running the FMS process.I searched on the web and didn't find any solutions. I hope someone here on this forum has an idea of what's wrong here...Thanks for your help.
So here is the basic idea:We would like to use the Flash Media Encoder to trasmit live (stream) from point A to point B. In other words just one viewer. Once we encode the stream how can we decode the stream, basically output from a computer on the television broadcasting end... is this even possible? can we use the Flash Media Server to output the live feed maybe via a video card or a blackmagic card?Well that's all thanks in advanceJuan
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.