The official Adobe Media Server community.
Recently active
Hi,i'm testing HLS and HDS right now and i'm wondering how to limit users and bandwidth per virtualhost. I mean in rtmp mode there is the vhost.xml tag far max users and the Application.xml tag for Bandwidth limit, but for http connections (either live or on vod) where can i limit connections or bandwidth?Thanks
Can you please help me get explanation for this error in Edge logs, I get this msg every few minutes.2011-10-1700:42:165480(e)2661034Connect failed ( , 8134 ) : Connect failed: (10061)- 2011-10-1700:44:475480(e)2661034Connect failed ( , 8134 ) : Connect failed: (10061)-2011-10-1700:47:165480(e)2661034Connect failed ( , 8134 ) : Connect failed: (10061)-2011-10-1700:49:445480(e)2661034Connect failed ( , 8134 ) : Connect failed: (10061)-I have FMS 3.5.7. installed without Apache on Windows 2008, application that runs on it is video chat rooms.
Hoping someone can assist...Are there an updated set of Flash UI Components for working with FMS 4.5? I'm not able to locate an extension or even a legacy set of components.The older component set had:ConnectorChatWhiteboardLoginOthers... Any ideas would be helpful. Thank you in advance, JJDev
good afternoon. I have established Flash Media Server 4.5 on the house computer with win7 a router wasn't present, the cord goes on a straight line to the computer, at me allocated IP. I want that it was possible to address to the server from the Internet. At first video was started only on a local computer, then after change resolved ип in "adaptor.xml" the starting page of the server has started to open with other computers and examples work, video plays. But to incorporate on "rtmfp" leaves only from that computer on which there is a server (under the test on http://cc.rtmfp.net/all green points and one more too with all green points) leaves that computers can incorporate to the server on "rtmp" as the example of the server with video translation works well, but on "rtmfp" connects only those at whom green points. I ask the help absolutely has got confused
Guys,1) Can FMS do multicast streaming through internet rather than only LAN?2) Can we create multicasting of recorded video files stored on the server rather than LIVE video multicasting?Any help or pointers will be appreciated.
Currently we have updated to FMS4.5 and doing some evaluation on HDS.We published our RTMP streams to the livepkgr application and successfully setup and playback HDS.However, we found that a we can't access some onMetaData Properties during playback.1. Our player use onMetaData - "videodatarate" and "audiodatarate" properties. We are trying to migrate it to playback HDS, however, we don't seems to be able to get back the two fields, any suggestion?
Hola!Tengo un problema con el FlashMediaLiveEnconder, me ha dado un error de cierre inesperado y es desde que he actualizado el Mac al Lion. Yo no sé de informática. Necesito ayuda ya que lo uso para la emisión de stremaing en el trabajo y me es muy necesario. He reiniciado el ordenador y me da la opción de reiniciar el programa pero me vuelve a salir el mismo mensaje: Flash Media Live Encoder se ha cerrado inesperadamente. Alguien me puede ayudar?Saludos
I wirte some code to get stream from remote server in live application write the following code in application.onAppStart function in main.asc(application is live type) file. this.myNC= new NetConnection(); this.myNC.onStatus = NC_onStatus; this.myNC.connect("rtmp://test.domain/live"); trace("this.myNC.connect :: rtmp://test.domain/live");Then : function NC_onStatus(info){ switch (info.code) { case "NetConnection.Connect.Success" : application.myStream = Stream.get("stream"); //App stream &n
Trying to use hls on an exising Apache server on Ubuntu following the instructions listed here:http://help.adobe.com/en_US/flashmediaserver/configadmin/WSd391de4d9c7bd6093a7e2f8312a374a1bde-8000.htmlsection: Use an external Apache HTTP Server for HTTP Dynamic Streaming and HTTP Live StreamingCopied the .so files to apache's module library, updated conf file, restarted apache. Now, it seems to work when requesting a m3u8 URL, but looking at the apache error log file, getting seg faults across all virtual hosts.Not sure where to start to figure this out, but hoping for some quick things to consider.ThanksChief
Hi all,does anybody know how to start a video playing from a precise point in time?Using rtmp protocol to stream a video:rtmp:\\my-server\vod\my-video.mp4is it possible to use a similar form, as the following:rtmp:\\my-server\vod\my-video.mp4\t=00:20:21to start video file from that point?Thanks in advance.
Does anyone know how to allow fmscheck with swf verification enabled. I don't want to create an application just for fmscheck as I want to check my application (with swf verification enabled) is still up and working.Thanks.
Hello,I've got a few questions.1) I currently have multi point publishing set up to rebroadcast a stream between several servers. I'm running into an issue where even if it's a live stream, when a client connects, it starts from the beginning and you have to seek to the very end for it to go live. What could be causing this? I've attached my main.asc fileapplication.onAppStart = function(){ trace("Application name: " + application.name); trace("Server: " + application.server); _clientId = 0; application.s = new Array(); application.a = new Array(); application.v = new Array();}application.onConnect = function(clientObj){ this.acceptConnection(clientObj);}Stream.prototype.trace = function(msg){ trace(this.type + ":" + this.name + " - " + msg);}application.onPublish = function(clientObj, streamObj){ var newpoi
Hello! what could be the problem if an "NetStream.Publish.BadName" event fires?Scenario:1) I connect to an empty netgroup2) fms connets through rtmfp to the same netgroup and starts publishing netstream to that netgroupI receive these events:NetGroup.Connect.Success // I connect to empty netgroupNetGroup.Neighbor.Connect // fms connects to the same netgroupNetGroup.MulticastStream.PublishNotify // fms starts to publish streamNetStream.Play.ResetNetStream.Play.StartNetStream.MulticastStream.ResetNetStream.Publish.BadName // ERROR!!!!???any idea?
Hiwe have developed a video conferencing system using Flash Player and Flash Media Server.For a long time Adobe has promised (and occasionally delivered) improvements in the encoding quality in Flash Player. The enhanced audio settings in FP10.3 is one example of a great improvement, and we have used this to demonstrate to our clients that Adobe is committed to live video streaming over the internet.However, we are finding our clients (enterprise-level companies based in the Netherlands) are still not having their expectations met and we are facing a difficult job of convincing them that the Flash platform is the best solution for live video encoding.We are hoping that FP11 with the much-trumpeted H264 encoding will give us (and Flash) a boost, but our early tests haven't shown a great improvement in picture quality. Could someone out there (Adobe?) supply a working example of a live video chat app which shows the quality we should expect? At least then we can determine if we need to d
Hello,I have downloaded and read the RTMP specification, and am confused about some of the wording relating to the RTMP Chunk Stream.Page 19 of the RTMP Chunk Stream specification states that an extended Timestamp must not be present if the timestamp field is not present, then further states that Type 3 chunks must not have this field. The only Chunk message header that has a timestamp is the Type 0 header. Types 1 and 2 do not have a Timestamp field (however they have a timestamp delta.) If applicable, is the extended timestamp only included with a Type 0 chunk, or do Type 1 and Type 2 chunks also include it?Thanks for your time.
I've now had two occurances of SWFVerification not enabling itself when the values are added to the application.xml for a client app.We've enabled it with an empty dir and any player will still get through.I tried to add a "not-really-the-player.swf" to confirm that it will reject all other connections, and they still get through.I've tried reloading the Application, and that also has had no effect.In a previous instance, only after the VHost is restarted, will SWFVerification start to work.This presents a rather large issue for us - as we host 100s of other client application connections on multiple boxes that do SWFverification, so it's not simple to just "reboot" these boxes.Any suggestion on how to get SWFVerification to work without rebooting the VHost or FMS itself?Thanks.-Will
Hello,I have read that you can stream protected audio/video to iOS based devices with the new FMS 4.5.Is it also possible to stream protected A/V to a HTML5/JS based Player.Where do I find examples ?
I'm trying to understand (or maybe misunderstand) how this works:"Absolute Time CodeEnsure that existing time codes persist within media files to allow for richer synchronization between streams, improving interactive experiences (such as switching audio tracks or camera angles) with multibitrate and multistream video and synchronized playback events. "so from this it seems that we can do multi cam live synci unedrstand that we =need (via FMLE) to change theconfig file<streamsynchronization> <!-- "true" to enable this feature, "false" to disable.
Hello!I'm testing the new FMS 4.5 with Debian 5 amd_64 with kernel 2.6.32 and 2.7-18lenny7. I know that Debian is not officialy supported but we use Debian as the main distribution on all our servers.Seems to have a compatibily problem. The server crach randomly and after we got error 1000 when we try to stream a video.I've found this in core.00.log:#Date: 2011-10-10#Fields: date time x-pid x-status x-ctx x-comment2011-10-10 13:37:46 2220 (i)2581237 Starting admin app on core (2220). -2011-10-10 13:37:46 2220 (i)2581238 Core (2220) connecting to admin. -2011-10-10 &nbs
Hi,I have FMS installed on windows server 2008. I have a large number of videos which are served to my clients using rtmp protocol.Now we have designed a new player with some controls which apparently do not work while an rtmp video is playing.Now my query is how do i make the FMS to serve http videos?Thanks in advance.
When I downloaded a developer edition from Flash Media Server page (11 Oct 2011). I tried to follow the setup instruction in readme.htm which comes in the zip of Linux version.I logged in to terminal as root user and call './installFMS' and then the terminal show me: ERROR: Your operating system is not supported by the Adobe Flash Media Server installer.Does it mean Flash Media Server Developer Edition cannot work on OS X Lion (10.7)?
Hi, i'm working on simple videoconference app with fms 4.5 for developers. Version without p2p works fine, but now i'm trying to enable p2p feature. How can i share the nearID of connected client to other users without external tools?
I've googled this and come up empty.All I am trying to do is create a netstream and assign a group to it like so:var netstream;var groupSpec;groupSpec = new GroupSpecifier("foo"); trace("groupSpec: "+ groupSpec);netstream = new NetStream(netConnection, groupSpec);~~~~~~~~~~~~~~~~~~~~~~~~~~Which results in:#groupSpec: G:040e666f6f00#Sending error message: /opt/adobe/fms/applications/custom/main.asc: line 33: Error: Failed to execute method (NetStream).If I remove the groupSpec optional parameter I successfully connect the NetStream.According to the docs [on this page] I should be able to identify a GroupSpecifier in the NetStream constructor.Is this a bug? Is there another way to do this?Much thanks in advance!Chris
Hi,I've a site where consumer can take a live meeting with the beauty consultant. The problem I'm facing is during the video chat. Basically there is a delay of 5 seconds between Video and Audio when I access the site from out of my network but when I access it within my network (VPN) then it's work fine.Please help me out from this problem. I'm using FLEX & FMS 3.5.Thanks,Sanjay
hello,I am going for a project in which computers on LAN will broadbast video stream (through FME) to a localserver, Is it possible to make a copy of video file on server when the broadcast is stopped just like justin.tv archive system..I will then process the video for further purposes upload to youtube etc Please suggest me which software will be best suitable for this..
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.