The official Adobe Media Server community.
Recently active
Hi,I am doing somthing FMS.I download the FMS4 and Adobe Flash Midea Encoder3.5 here.Installed to my PC,they are working without any configure.and now I want to develop a client base on gstreamer to play the RTMP:// videos.My client play VOD video on FMS as rtmp://MYIP/vod/sample.flv without any problem. When I change to play the live video published by Adobe Flash Midea Encoder3.5,rtmp://MYIP/live/livestream.flv,it can start,but stoped after about 2 second.I make some debug,it seems the server stop to send data to my client.And after this stoped ,it can not start again,must reboot my client;I have checked the server with rtmpdump + VLC,it works fine.The Log in FMS is:Accepted a connection from IP:192.168.0.95, referrer: , pageurl: Sending error message: Method not found (FCSubscribe).Sending error message: Response object not found (_result:2147483647)."Sending error message: Method not found (FCSubscribe)." this display also with rtmpdump."Sending error message: Response object not f
Wondering if this is a known issue? our engineer has done extensive testing to prove that the behavior is correct pre 10.1. With AS2 and AS3. With FMS 3.5.6 and 4.0. With smart seeking and not. With smart seeking even the player realizing that it seeked to the wrong time! Unfortunately we cannot tell our customers to not upgrade to 10.1. Many of them already have 10.3sample files mentioned in this report can be found herehttp://d1yb9lkqglrfzu.cloudfront.net/PlayerSeekTestAS3.zipAdobe Flash Player 10.1 and later – netstream.seek in a fms rtmp stream seeks an additional frameProduct:Adobe Flash PlayerVersion:10.1 or laterPlatform:PCOperating system:Windows XP SP3, Windows 7 UltimateSummary:Seeking into a rtmp stream served by Flash Media Server using netstream.seek(offset) will seek an additional frame when played in Adobe Flash Player version 10.1 or later. Description:There is a sample video player included (PlayerSeekTestAS3.swf) to help reproduce this issue. The player allows loading
Hi,I have a big problem with my FMS application : randomely my fms application become a zombie app.After a random time ... the application become a zombie : it doesn't respond.In the admin console, it appear like an other application but the number of connected client grow up indifinitely (client are never disconnected ... ) and log are not writen in application.00.log !So, why create this problem ?ML
What is Adobe Flash?I have been prompted to install it or update it from various websites. I'd like to know what it is and what it does.
why does this code not work???package{ import flash.display.Sprite; import flash.media.Camera; import flash.media.Microphone; import flash.media.Video; import flash.net.NetConnection; import flash.net.NetStream; import flash.net.ObjectEncoding; import flash.events.NetStatusEvent; public class MinCam extends Sprite { private var cam:Camera; private var mic:Microphone; private var vid1:Video; private var vid2:Video; private var nc:NetConnection; private var nsOut:NetStream; private var nsIn:NetStream; private var rtmpNow:String; private var msg:Boolean; 
why can't i connect?my code:package{ import flash.display.Sprite; import flash.media.Camera; import flash.media.Microphone; import flash.media.Video; import flash.net.NetConnection; import flash.net.NetStream; import flash.net.ObjectEncoding; import flash.events.NetStatusEvent; public class MinCam extends Sprite { private var cam:Camera; private var mic:Microphone; private var vid1:Video; private var vid2:Video; private var nc:NetConnection; private var nsOut:NetStream; private var nsIn:NetStream; private var rtmpNow:String; private var msg:Boolean;  
Hi support,We need to develop a flash voice conference application with using “flash media server”.The number of connections can be up to 20,000. So please suggest is it possible with “flash media server”. Can it also possible with “Peer to Peer”.If we use “flash media server” what configuration needed for. You support will help us.Thanks
Hello,using flash media interactive server 3.5.6. we found that with any pre-recorded stream recorded to RAW or MP4 (codec is H264) that seeking to the first or last frame the frame displayed does not change until playback.if we seek to anywhere after or before the last frame it works. we also verified that frame by frame seeking also works. we tried setting enhancedseek in application.xml zone to client and server. no change. we played with buffertime no change.I've seen suggestions online that we manually grab the bitmap of the frame and display as an image?! surely there is a better way?We verified this is our player, we also verified in the OSMF player.Is this a known limitation? What can we do to manually refresh the frame displayed without beginning playback. We are developing a media asset management website and our users need to be able to seek to first and last frame so they can annotate.best,Tuviah Snyderlead programmerSolid State Logic
We currently have thousands of videos that we stream. We are using the applications directory for this right now, but this doesn't allow iOS devices to get to the media, so we're moving some of our content (that we are ok having downloaded) into the webroot/vod folder. Since we're serving thousands of videos, we're using different applications (folders) to organize them. I need to be able to keep this same organizational structure intact in the new webroot/vod directory, but I can't seem to get subfolders within the webroot/vod folder to work. I can link directly to the video, but cannot get Flash to play the video from there...Am I just missing something very simple, or is it possible to have subfolders within the webroot/vod directory? We're using Flash Media Server 3.5.
Hello guys,I hope someone of you have knowledge about the getEnhancedMicrophone() function.I'm trying to use it on my code in order to get the microphone and avoid weird audio feedback but I don't know exactly how to use it.Is there any class I need to import inside my as3 package?If I simply replace Microphone.getMicrophone() with Microphone.getEnhancedMicrophone() it doesn't work.I'm using Flash CS5, AS3 and Flash Player 10.3.Thanks,Albertowww.albertomoro.it
Hi,a client publishes a simple webcam and microphone.I noticed that if I use rtmfp the admin console shows between 30 to 200 messages dropped for a simnplewebcam at 320x240 10fps quality 69 and audio speex at quality 6. sor after some minutes the videois unsynchronized with the audio. I turned off aggregateMsg and queue.if I use RTMP there is 0 dropped packets.Is anyone can explain why ?FMS 4.0..1-r2009 on linux 64bitsHigh Internet speed line on client side without any bandwidth problemlast flash player
Hi,I'd like to hear some opinions about using NetGroups VS. using direct p2p connections between everybody, considering there would either be 2,3 or 4 people max in the group.Thanks
I've searched this forum, and unless I skimmed over it, I can't find a solution to this problem; I apologize in advanced if this question HAS been answered previously.SIDENOTE: This problem occured both before and after WAMP was installed on my computer.Basically, after I installed FMS 4 and load the homepage in the browser, I receive this message: "We are unable to connect to the network. We apologize for the inconvenience."My computer specs are as follows:OS: Windows 7 UltimateProcessor: AMD Turion X2 Ultra Dual-Core Moblie ZM-82 2.20 GHzMemory: 4.00 GB (3.75 GB Usable)System Type: 64-bit OSSIDENOTE: During the installations, I've tried both ports 80 and 8080, along with 1935 and 443.Is there something I'm missing or doing wrong? Please let me know.Thank you in advanced!Adrian-Cortez Jackson
I get this Error when i tries to launch ami-af5563db in EU WestSo the service cannot be used!"Registered machine image manifest for ami-af5563db and manifest in S3 differ. Has the image been rebundled but not re-registered?"When is this solved?
hello, first excuse me for my english i speak french.i have problem with publish with fms.I explain:i have a song play in backi have microphone to singand camerawhen publish in mp4 the voice is ok and camera good. But the song play in background dont have good quality.Then i search solution...1- can i separate voice and song in my microphone? if yes do you have an exemple? because the sound o f voice is ok but song in background not good2- else can mix my original song mp4 to camera and microphone? and publish record all with fms?thanks a lot to help me to find solution and ifyou cangiveme an exemple i appreciateoeann
Currently i am working with the dvr functionality here i need to set the seek bar for the video. This could be used to seek the video to the particular position. I don’t know how to set the maximum time on the seek bar dynamically (Since its DVR maximum time will be increase if publishing video is continues) . I think through the metadata we can get the total time of video Tell me how to call the metadata externally .Thanks in advance.
Hello..My company has recently asked me to install the Adobe Streaming Server 4.0. I was wondering if it is possible to have the server software reside on the C: drive, while having my VOD files on seperate 😧 drive. The staff here wants to separate the software (server in this instance) from the individual flash video files, so they have set up two drives. Any suggestions here? Can this be done, or do the files have to reside inside the VOD folder on the C: drive?
We have a custom app that allows users to record videos using their webcams. We have never had an issue with FMS not recording but today for one of our users it did. In the log I saw the error "NetStream.Record.NoAccess". I have researched it online and I don't think neither of the two possible causes are the reasons for the no record. Any help would be highly appreciated. FMS version: Adobe Flash Media Server 4.0.1 r2009 x64
Hi,I am wondering exactly what are considered "active connections" to an FMS server?Is it only the RTMP/RTMFP NetConnections, or do NetStreams also count?Thanks
Hello,We are interested in purchasing FMS and I'm wondering if there is a way we can have our FMS server on a VMWare Host and have some kind of hardware stream our satellite or cable feed to the server?Thanks,Dan.
Newbie here....I followed the instructions located here:http://help.adobe.com/en_US/flashmediaserver/amazonec2/WS6fc2df2b6d2ce24359910e2812c396a83eb-7ff8.htmlwhen i load the player and put the correct rtmp link, the video is stuck in bufferingI also tried the strobe media playback and getting the same issue.I also tried playing the sample.flv file located in the vod/media directory and getting the same problem
Hi Adobe geeks!Does anybody know how to overlay a picture/watermark onto live stream published from a client? (like TV stations do)Can this be encoded into the stream in realtime by FMS so client could not record/view a clear stream? (for example overlay watermark for non-paid subscribers)I don't want to do this on client side because then someone can build custom app to play a stream without the overlay. Or is FMS4's SWF Verification so good, that I don't need to be worried?Thanks!T.
Hi,while im installing FMS,it goes wrong,i pasted the sceen below.pls help me.I dont know why.My Os:FC14_X86.Proceed with the installation? (y/n/q): y/opt/adobe/fms ~/FMS_4_0_0_r1121Server:fms command:stopsed: -e expression #1, char 6: unknown option to `s'./server: line 41: /etc/SUSE-release: No such file or directory./server: command substitution: line 46: syntax error near unexpected token `elif'./server: command substitution: line 46: ` elif [ -f /etc/mandrake-release ] ; then'sed: -e expression #1, char 14: unknown option to `s'sed: -e expression #1, char 9: unknown option to `s'WARNING: Your Linux distribution, RedHat i686 is not supported by this installer.1024WARNING: FMS requires the maximum number of processes > 32K. Adjust ulimit to match system requirements.NPTL 2.13Stopping Adobe Flash Media Server (please check /var/log/messages)Server has shutdown...Admin server
Hi,Thanks to Adobe Forums, i am able to record live streams on server side.Now i am looking for an option to play recorded streams on server side when no one is publishing a live stream.Currently i am able to record all live streams that are currently being published in /opt/adobe/fms/webroot/live_recorded Folder.All the recorded streams are saved in stream.f4v format.I want to change main.asc in livemyapp folder in such a way that if any one is not publishing live streams of the name "abc" then automatically the client is served with the previously recorded abc.f4v in his browser.Here is main.asc-----------------------------------------------------------------------------------/* * application.onAppStart:* is called when application load. It contains Live (out of the box) * application specific initializations. */application.onAppStart = function(){
I am writing a DVR application that is a bit more advanced than the DVRCast application.The basic algorithm within the application is:1. We have a live stream from a separate application composed of recorded video files by using server-side playlist.2. on a periodical basis (40 seconds in our stress testing), we start & stop the recording of the live stream from the DVR application, with the file names containing time information.3. Flash clients use DVRGetStreamInfo to get file recording info and do proper seek.The problems we got was the abservation that the memory usage by the FMS goes up fairly quickly. e.g. within an hour the memory would increase by about 300M bytes. I found the increasing of memory occurs when we start new recording and when Flash clients make DVRGetStreamInfo calls.I double checked and made sure there were no stream object leaks in our codes, which was also collaborated by the observation that in the admin console, the streams got recycled over time by the
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.