The official Adobe Media Server community.
Recently active
Hi thereI have been fighting with this for a while.The problem.I am attempting to publish from FME (A) to FMS (B) and republish to FMS (C) which is an origin server, for ongoing distribution via an edge platform.The FME works fine for encoding directly to both B and C.On FMS B and C all appears to show working correctly when I look in the fms_adminConsole i.e. status publishing.I can connect to the input stream on FMS B via the client I am using - Flowplayer free for now.I cannot connect to the stream on FMS C or on the loadbalanced IP address of the edge cluster - it does not return an error but it just seems to enter a state of continual connectiong. If I use the Flash Application in CS5 and test the source it connects and does not return an error when requesting 'meta data' but when testing nothing.Details.B and C are FMS Interactive with full licenses.B is a standalone.C is an origin part of an origin/edge configuration.In the application directory I have a directory livestre
i have prepared a chat application using FMS. i need to save the chat history in the data base. i am not sure how to connect database and FMS.any help, please....
This is pretty straight in windows.But how to do the 2 steps in linux?
I have FMS 4 and using AS3, no matter what I do I can't get any of my recorded FLVs to play in FLVPlayback.Is there somethign I'm supposed to install on FMS to get it to play properly?WHat should my path be? I've been told that the flv are living in the fms/applications/storyvideos/streams/videos folder.I've tried every combination of paths I can think of.HELP!
Hi,I had an USB device connected to a Windows XP PC with Flash Media Live Encoder.This PC was then connected to a remote Linux Flash Media Server for streaming.NOW, I can connect the USB device directly on the Flash Media Server, on the remote place, excluding the PC with Flash Media Live Encoder.BUT, I can't find any documentation about streaming directly from an USB device... is it possible to do it or do I need anyway a FMLE even if on the same operative system? I'd prefer to avoid it, even because of the server being linux.Thanks!
I'm developping a video player for Pure IP multicast video.1.- I'm using the Multicast Configurator provided with FMS 4 for generating the configuration. This is the manifest file generated:<manifest xmlns="http://ns.adobe.com/f4m/1.0"> <id>Multicast_IP_Multicast</id> <streamType>live</streamType> <duration>0</duration> <media url="rtmfp:" rtmfpGroupspec="G:0101210558cc3408e77326e2fa1c53c52697d73e1b02182c358c57075cd9a58ed1a25241010d160e666d732e6d756c7469636173742e6578616d706c65210e8555a813f0c73cd8f5384e0fba657163ab87e76c25b6f82be9b94777b2d52cfe00070aefff00fe7530" rtmfpStreamName="livestream"/></manifest> 2.- I'm publishing a live video from FMLE in FMS 4.3.- I tested the video with the multicastplayer provided with FMS and It works properly.4.- Then, I'm developping my own video player, I'm not using OSMF libraries, I prefer programming it by myself. This is the code I'm using: &n
Hi, I'm really hoping someone can help me, as I'm under a tight deadline, going crazy, and not sure what is going on.I'm trying to record video from the users webcam and play it back at a later date. I call __ns.publish(__fileID, "record");to start recording. To stop recording i was calling __ns.publish("false"); but that didn't seem to be closing the nets stream properly, so now i'm trying__ns.publish(null); __ns.close();that appears to be working. However, when I look at the FMS Admin Console at the streams in app/_definst_, their types are either "NetStream" or "Live". If they were being saved wouldn't they say "Stored"? After I close the application doing the recording, the "NetStream" type stream disappears, and after a while all the "Live" typed streams are gone too. Nothing is saved. I have no idea what is happening. I don't know if it's a problem with my AS3 code not closing the recording properly or if I'm doing something else wrong, or maybe somethgin isn't right in the FMS?D
Hi,I'm currently having an issue with FMS4 developer edition on both Linux (x64) and Windows XP (x86).When I stream a webcam using ns.publish("foobar", "live") I can watch the live stream on another client, however when i use ns.publish("foobar", "record"); neither broadcasting nor recording works.Using the "live" parameter the client appears in the log files and in the administration console as "publishing", using "record" the client appears as "idle".Is there anything I need to configure besides LIVE_DIR in fms.ini?Is this a restriction in the developer edition?Is there something else I'm missing?Here is the relevant part of the code (condensed):--------------------------------------------------------------------var camLive:Camera = Camera.getCamera(); var nc:NetConnection = new NetConnection(); nc.addEventListener(NetStatusEvent.NET_STATUS, netStatusHandler); var ns:NetStream; nc.connect("rtmp://192.168.1.63/live/"); function netStatusHandler(event:NetStatusEvent):void { &nbs
Hi, I am doing load test on my Live AV chat with fmscheck../fmscheck --host hostname --app LivApp/UserName --pubfilePublishingVideo.flv --publish StreamName 200 --timeout 20 --ausersomeuser --apswd somepassword --logfile fmslog.txtBy putting this in a for loop I am doing the load test. But I am not able torun it for more time. Immediately after publishing it ends. Any ideas??Also is there any way to simulate Joining Live AV chat?#Fields: date time x-event x-sname2010-12-01 09:49:33 Connect rtmp://hostname:1935/LivApp/UserName2010-12-01 09:49:33 NetConnection.Connect.Success Connectionsucceeded.2010-12-01 09:49:33 Success StreamCreated2010-12-01 09:49:33 Success StreamCreated2010-12-01 09:49:33 NetStream.Publish.Start StreamName is nowpublished.2010-12-01 09:49:34 NetStream.Record.Start Recording StreamName.2010-12-01 09:49:34 NetStream.Record.Stop Stopped recordingStreamName.2010-12-01
I have Flash Media Server (newbie). I've created subfolders within the applications vod/media folder but cannot view the flv files when browsed. The flv file is being seen (via DW detect size) but just gives me a blank player in the browser. Can subfolder be made or am I doing something wrong? The same flv displays correctly when accessed via the root of /media. ?
We have FMS 3 on a server I'll call "Streamer" We have a public webserver running IIS on a server I'll call "Web Server". We host our website on Web Server, and both Streamer and Web Server are behind our firewall.I made a page on Web Server with a flash file that has a Player which goes to rtmp://Streamer:1935/vod/media/steaming_video.flvWhen we navigate to www.domain.com/test.html (which has the embedded video) from inside the network, we get the video streamed to us. However, when we get a laptop with an aircard connection up (to simulate a request from the web), the user gets a blank flash file with no video whatsoever.On Streamer, the log file shows the IP address of my PC (the PC that made the request from the video inside the network) so that makes sense. But it shows no other request being made (like when the laptop/aircard made the request from the web).We used wire shark and sure enough it showed that from Web Server to Streamer, there was traffic when
camera.setMotionLevel (30,3000);camera.addEventListener( ActivityEvent.ACTIVITY, activityEventHandler );Inside activityEventHandler,how can I get the exact motion level that triggered the event?
Hi! Just as the topic. This is a very urgent matter. I will deliver the following technical information on the server: -Dedicated server: Connection bandwidth: 100 Mbps Unlimited transfer limit RAM: 512MB RAM Intel Atom 1.60 mono System: CENTOS 5.5 FMS Version: Interactive 4.0We will send a stream of quality 800kbps
Hi!I need to publish streams to 2 different application at the same time: 1) rtmp://stream.myhost.ru/live 2) rtmfp://stream.myhost.ru/multicastI configure my server to republish all streams from live to multicast using this tutorial.When the streamer connects to the server and starts publishing something to "live" the server automatically restreams it to multicast. But after a while p2p stream suddenly freezes. The main stream continues to work. In the server logs nothing interesting, just onUnpublishing I tried using ffmpeg to get stream from live and pubilsh to multicast manually:ffmpeg -i rtmp://stream.myhost.ru/live/test -vcodec copy -acodec copy -f flv rtmp://stream.myhost.ru/multicast/testBut the result was the same. Multicast stream freezes after a while, ffmpeg сontinued to show their hard work and did not show any errors.What can I do to find the error?
How do you lock down a live stream instance (i.e. rtmp://ip:port/live/instancename) so not just anyone can go and use it?
Hi,I have a problem with FMS 3.5 installed on Windows 7. The problem is that FMS works only on my local machine, I am not able to use it from computers in local network. I turned off all windows firewalls and my machine is visible for other computers - I am able to connect to FMS Welcome site on apache on default port 8134, but streaming fails, and I cannot do the same on port 80. Any help appreciated...
I would like to embedd into our application which is running in DirectX fullscreen player of Flash video stream protected with DRM. How can we achive it? Is it possible to buy library as for Microsoft DRM? Or is there any other solution?
Hi, I am looking for a GUI IDE supporting the grammar/syntax checking on adobe server side actionscript. Thanks for your help,Regards,e
Hi, I have a REGISTERED Flash media server version with update 1 and when i try to start it I have this error in the evnet log : "FMS has detected system time is going backwards;shutting down server" i try to reinstall it, the system clock is ok ! I'm using windows 2003 it makes me crazy !!!!!!!! thanks
Hi,I purchased an instance of AWS for FMS 4, and it is very un-reliable.A few times a week, the server will go down, and you need to reboot the server to make it work.When it was going down, the load on the server was much lower than what it should be capable of supporting.Expect your applications to go down for many hours, or days, in case it takes you a while to notice the down time!Anything to do to improve this shit?
Hi. I'm developping a FMS 4 application that read an external stream, and then, republish it in multicast:1.- So, first of all I open a NetConnection to the remote application. And I associate it to a new Stream created in the application. Then I have the stream available in my application.nc = new NetConnection(); nc.connect(REMOTE_APPLICATION); nc.onStatus = function(info) { trace("REMOTE_APPLICATION->NetConnection> code: " + info.code); if (info.code == "NetConnection.Connect.Success") { rebroadcast_s = new Stream.get("tempStream"); rebroadcast_s.onStatus = function(info) { trace("Stream> code: " + info.code); trace("Stream> details: " + info.details); if (info.code == "NetStream.Publish.Start") { trace("REMOTE_STREAM->The stream is now publishing"); } }; rebroadcast_s.play(REMOTE_STREAM, -1, -1, true, nc); } };2
Hi!Last week I started getting errors like these:2011-03-21 02:09:38 10725 (e)2581279 Assert failed in /server/js/jsClient.cpp line 1172 -2011-03-21 02:09:38 10725 (e)2581279 Assert failed in /server/js/jsClient.cpp line 1174 -2011-03-21 02:22:55 10725 (e)2581279 Assert failed in /server/js/jsClient.cpp line 1172 -2011-03-21 02:22:55 10725 (e)2581279 Assert failed in /server/js/jsClient.cpp line 1174 -2011-03-21 &nb
Friends,Please tell How to configure Public and private IP address in Flash Media Server?Thanks
Adobe-I'm a systems administrator at an ISP running many FMS 3.5.1 instances for an array of clients. About half of these FMS 3.5.1s fall over dead after 2-3 weeks of runtime. Specifically, 'fmsedge' becomes unresponsive to http/rtmp tests on port 80; NOT on port 1935. The process appears to be doing work (cpu time is nonzero), and it answers the phone - I can connect to port 80. But I can't pass traffic to the daemon.Logs give no indication anything's wrong. I can't strace or truss java with any legibility, due to fmsedge living atop a multithreaded virtualmachine. This occurs regularly, but does not occur on /every machine/; only about half of them. Where it happens, it's at 2-3 weeks after process launch.I am hoping you can advise me on how to collect additional diagnostics, so that I can find what's breaking in fmsedge and either prevent it, or ask you for a patch. I am running on CentOS 5.3 (like RHEL-5), 64-bit; I install nothing but Adobe FMS, and used Adobe's installer. All my
Hi,I am running a website similar to Ustream and Justin and i am using Linux dedicated server, that have FMS 3.5 Installed.On My site registered broadcasters can stream their live video.I want to know how can i limit the broadcasters so that they cannot broadcast a live video more then 512bitrate in their encoder.Please help, as currently any broadcaster can broadcast a live channel at any bitrate he wants and that is consuming too much of my server's bandwidth.
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.