The official Adobe Media Server community.
Recently active
Hello!I'm trying to create a FMS application that is broadcasting some data across connected clients using SharedObject.I want only the Application to be granted to set SharedObject properties.In application.onConect I do the following:application.onConnect = function() { //Grant read access to streams and shared objects client.readAccess = this.streamPath + ";" + this.soPath; //Restrict write access client.writeAccess = "";}When connecting the shared object from client SWF the SYNC event never gets fired in client and FMS log shows:Write access denied for shared object data/playlistSo I guess the whole "connect" procedure is not working properly.Is there any way to manage the "one way" server to client updates with shared object or I miss the concept of using it?I'm using FMS 4 (dev. edition)Thank you!
I need to increase my buffer size in FMS.Please let me know form where i would be increase my FMS buffer size.My video is running from RTMP and i faces the problem to load. video stalled between the running. so i need to increase buffer size for running video smoothly.Please reply me as soon as possible so i can resoled my problem.Thanks in advance.....
The question is, how I can create function on server-side, that returns users count reading current stream.For example:Client.prototype.returnStreamCount = function(streamName){ ?????????????????? return count;}I read all server-side API, and find only one function that can help me: getLiveStreamStats() - but how to use it on server?
I try to build answering machine application When i get leg.state.sendrecv message i try to push new stream with filename.But nothing happens
I am setting up a demo for the boss using Flash Media Server 4 and Flash Media Live Encoder. These are installed on the same computer running 2003 server. For this demo we are using a USB webcam that is also installed in the same computer.Everything is working fine on the encoding side. The problem is I can't figure out what the URL would be to hit the "live stream" from another computer on the same network. All the Adobe software was installed using all the defaults. The win 2003 server IP address is set static at 192.168.7.175, the server name is server2003, the FMS URL is rtmp://localhost/live, the Stream name is "livefeed". From any pc on the network I can enter http://192.168.7.175 and up comes the Adobe Flash Media Server home page. From there I can select the "Interactive" tab, enter rtmp:/live in the server field and livefeed in the "Stream" field and the video and audio from the USB camera is displayed when I hit "Play Live Stream". I just can't figure how to hit just th
I've installed flash media server to an external host..everything works fine..except when I try to replace the localhost withmy new domain name or ip address it does not workeg rtmp://localhost/vod/mp4:sample1_500kbps.f4v - works finertmp://lookandlisten.ca/vod/mp4:sample1_500kbps.f4v - does not workrtmp://97.74.115.220/vod/mp4:sample1_500kbps.f4v - does not workAlso I cannot use Adobe Flash Media Live encoder to connect to the external server using any of the above it only seems to connect to localhost and not the external server. I will be very glad with any help I can get regarding this issue. ThanksAl
Hi,Is it possible to have multiple FMS installation running on 1 linux server ?This mean that each fmsadmin, fmsmaster, fmsedge, fmscore will run under a specific user. (not vhosts of a single FMS install)How will this impact the performance of the other FMS instances in case there are more of them running on the same server?Thanks in advance.
This post is a continuation of this post: http://forums.adobe.com/thread/448295?tstart=1#448295 I never did get HTTP tunneling to work and I hoping someone can help me.To provide details of where I am.As you will notice, I am trying to test streaming over port 80 by this line of code and the video does not play: nc.connect("rtmpt://199.204.104.30:80/vod"); NOTE: If I update this line of code to nc.connect("rtmp://199.204.104.30:1935/vod"); --- The video streams fine. In the fms.ini file I have this configured: ADAPTOR.HOSTPORT = INTERNAL.IP.ADDRESS:1935,80 When I run a netstat –a on the server – I get this as an active connection: Proto Local Address Foreign Address State TCP SERVERNAME:http SERVERNAME:0 LISTENINGThis server has IIS and FMS running on it. I have c
Hi.We are getting corrupted files through FMS 2.0.5 occasionaly. Is there any setting in the FMS 2.0.5 so that we get perfect file? Corrupted means data in the FLV are missing at that point FLV gets stop and timer also stop. FLV start playing at that point where player gets data.Please help us.
Hi guys,I used video component for live stream .It is working well.but I need play and pause button on mouse over video in live streaming.I do not know how i do in mouse over in live streaming.flvplayback component have mouseover option in normal video streaming.Any possible way to use flvplayback component in livestreaming video?Any idea for mouse over pause and play button or any playback component(like flvplayback ).RegardsSelvan
Hi everybody,When a client connects to an application (nc.connect) this is catched at server side using application.onConnect; so, when the client asks for a stream (ns.play) ... does this have some correspondence at server side ? Can we catch this event in some way?Or, seen from another point of view: is there any way, from within an application, to know what stream(s) the application is serving ? I mean, if we want the list of connected clients we have the application.clients array; is there any correspondence from streams ?Thanks in advance 🙂
Q1. Is there a sample AIR for Android client app available?Q2. I tried accessing the flashPhone.html page (using IIS on my computer) from the browser in my android device(galaxy tab) and was able to connect to the FMS. Also dialled 8888 and could hear the music. I also tried dialling another client (flashPhone.html on computer) and was able to connect but couldn't hear anything from both ends. What could be the problem?
Hello,Is DVRCast appliction working on Flash Media Development Server?I am using Flash Media Development Server 4, Flash Media Live Encoder 3.2, and http://www.osmf.org/configurator/fmp/I've installed DVRCast tool on the server, I am also streaming with the checkbox DVR Auto Record turn on, on my streaming computer.However when I configure the player from OSMF, I can only see a LIVE stream, but the DVR functionality is not working. Once I turn the DVR stream checkbox on ADVANCED on OSMF, it cannot find the stream.Any ideas?Thanks,Anton
I have a standard installation of Adobe FMS 3.5, in the sense that it was installed with the default choices, so that its home is C:\Program Files\Adobe\Flash Media Server 3.5 and, under that, among other folders one finds "Apache2.2" (the Apache web server home) and "webroot" (the website home). The box OS is MS Windows Server 2003 SP2 and IIS is *not* installed.When I open a web browser on the box and point it to localhost (http://localhost) or in another machine, and point it to this box http://boxname the nice red-and-black adobe FMS3.5 page comes up and, in the samples tab to the right, under the top red banner, if I click on the bottom selection, "PLAY VIDEO (HTTP)", I can enjoy the train running along the river on the player to its left. However, clicking on the top selection, "STREAM VIDEO (RTMP)" results in no video, but the message "Connection Error. Please press Play to try again."From the above one concludes that both FMS and Apache are running, but I checked the services a
Hi!I'm trying to record a video to the default FMS vod application with a flash movie, i'm getting this error: "NetStream.Record.NoAccess".I think the problem is not in my code, but just to make it sure, here is it:var mycam:Camera = Camera.getCamera(); mycam.setMode(320,240,25); var myvid:Video = new Video(mycam.width,mycam.height); myvid.attachCamera(mycam); stage.addChild(myvid); var conn = new NetConnection(); conn.connect("rtmp://192.168.1.104/vod"); conn.addEventListener(NetStatusEvent.NET_STATUS, statHandler); function statHandler(event:NetStatusEvent) { if(event.info.code == "NetConnection.Connect.Success") { conn.addEventListener(AsyncErrorEvent.ASYNC_ERROR,function(){}); var stream = new NetStream(conn); stream.client = new Object(); &nb
Hy,i just have some questions...First,i am in project for creating some website with streaming video.The connection to the host is bad and i need to know if Flash media server can reconnect if connection is lost during playback and second,is there some kind of plugin for subtitles,this is very important,If there is a positive answers on those two questions,the third would be "where can i buy it and how"?
How to encode any video format into flv dynamically so that it can be used for streaming
Hi,I have an application, what playing server side playlists. The problem is: in the player (FLVPlayback) the videos with different aspect ratios displaying with the aspect ratio of the first video.Please help me!Thank's!
Hello.I am pretty much a stranger to Adobe FMS, but i hope someone can take the time to answer what i hope is a simple question:Is there a way to save FMS streams as files, such as AVI, MPEG or MP4?/M@s
HelloI have problems recording audio using FMS4 on Windows 2008 R2I have an old server, it's a Windows XP with FMS 3.0.2 that is working perfectly but now we're upgrading the server to Windows 2008 R2 with FMS4.I'm trying on my developpen enviroment with FMS4 Developper Version (Trial).Using the same program (AS3) to record audio that works on my old server.I got this traces on Flash:NetStream.Record.NoAccessNetStream.Buffer.EmptyNetStream.Buffer.EmptyNetStream.Buffer.Empty...This are my settings after intalling.Port 1935 (didn't add port 80 because it's being use by IIS).Set "LIVE_DIR = C:\Program Files\Adobe\Flash Media Server 4\webroot\live_recorded" on "C:\Program Files\Adobe\Flash Media Server 4\conf\fms.iniSet the "applications" folder's permission to "Everyone" to "Full control"Diabled FirewallEven tried setting the "Flash Media Server 4" folder's permission to "Everyone" to "Full control".Hope there's a way to solve this.Thank you.
when I want to test the swf verification,I do as the follow steps:1)motify the swf verfication to "true";2)copy the my swf to SWFs which follow :Create folders for the verifying SWF filesIf the SWFFolder value is the default, create a folder called SWFs in the application’s folder on the server.For example, for an application called myMediaApp, create the folder applications/myMediaApp/SWFs. SWF files in the SWFs folder verify connections to any instance of the myMediaApp application.To verify SWF files for application instances, create instance folders in the SWFs directory, for example, applications/myMediaApp/SWFs/chat01, applications/myMediaApp/SWFs/chat02, and so on.SWF files in the SWFs directory can verify all instances of the application; SWF files within an instance folder can verify only that instance.Note: Multiple SWF files may exist in either directory. A SWF file can be renamed and still used for verification as long as it’s a copy of the client SWF file.But
Hello I installed the Flash Media Server 4 and it works fine. However I uninstalled it from the control panel and reinstall it and it is no longer working now. The error i get in the server start screen is"We are unable to connect to the network. We apologise for any inconvenience caused."How do I fix this problem?Thanks.
This project was shelved for quite some time, but is now picking up again.Here is my setup:FMS 4.0 installed on a C: only 65GB availableI want to store media on the I: as there are 300GB availableFor whatever reason I can not make this work. How can I get the media to play from a different drive other then the install drive. When I play the media from C: all works fine, but this is not a practical solution since the drive is too small to store media.I have edited the application.xml as below (adding <Streams>/;I:/webroot</Streams>), but it did not help.application.xml <StreamManager> <VirtualDirectory> <!-- Specifies application specific virtual directory mapping for recorded streams. --> <Streams>/;${VOD_COMMON_DIR}</Streams>  
That is , I don't need to terminate the current publishing video then republish again.I just want to change the publish mode,maybe from live to recorded mode.How to do this ?
HiWe are in strange situation. We are enable to save flv file through FMS using IE but when we are trying it through mozilla flv are getting saved into the specified location in FMS.We dont know whats the reason behind this. Earlier the same functionality works fine. But now we have install one more server(Red 5) on the same system on port 1935 and we move FMS on 1936 after this we are facing this issue.Please help us.
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.