The official Adobe Media Server community.
Recently active
Is it possible to record 2 way conference in a single file? I can record conference separately for both perticipents but can not record as a single recording file. Kindly help me if anyone has done yet.Thanks,
I'm trying to setup an audio-only, on-demand HLS stream in FMS 3.5. I have no problems streaming the sample f4v files via HLS, nor do I have any issues streaming the mp3 files via RTMP to a Flash client. However, when I try to stream a sample mp3 via HLS (the mp3 file is located in the same directory as the sample f4v's), I get a 404 error.Thoughts/suggestions? I can't find anything in the documentation about streaming audio via HLS on-demand.
Dear all,we are encountering one critical problem.FMS and FMG 4.x running on Win 2008 R2 Webserver Edition, setup with external SIP Provider according to quick-start manual.Directly after fresh setup everything is working fine, calls from flashphone to flashphone, from flashphone to wired telephone via sip-provider, from within flash application to wired telephone - great.Next morning: if you try to place a call via sip-provider, nothing happens. One entry in the logs says "could not resolve sip host" - but why?1. step: restarted FMG service - no change2. step: shutdown and restarted server - no change3. step: shutdown and restarted server AND then restarted FMG service - calls are functioning again until next morning.Suspicion: DNS cache, so disabled - but no changeSuspicion: our SDSL gets its provider-enforced disconnection during the night, can this have an impact? We will try to find out next week discussing it with the provider.As a workaround we would like to do the following:Sch
We have RTMP and HLS live and vod streams running on FMS interactive 4.5. Given that FMS documentation on security and content protection is very scarce I have the following questions:1. How do I protect my live and vod RTMP streams from embedding in other webpages?2. How do I protect my live and vod RTMP streams from capturing with special tools like rtmpdump?3. How do I protect my live and vod HLS streams from embedding in other webpages?4. How do I protect my live and vod HLS streams from capturing with special tools?As far as I understood RTMPE is flawed by design because it can be captured with rtmpdump. SWFVerification also fails, because one can use exactly the same SWF player on their site. Can I somehow tell to my FMS server that it would allow only SWF player from my domain?
I would like to warn anyone using ffmpeg that upgrading to FMS_4_5_1_r484 will kill your append recording.As discussed in http://forums.adobe.com/message/4280166 even fmle encoders are having problems appending recordings with absolute time enabled.Reseting the recording with this query "adbe-live-event=croaporter&adbe-record-mode=record" or a change in your main.asc might be a solution for some but this will cause a disruption for clients connected to the stream. For myself and I'm sure many others this is not a solution it seems like a bug. We need a solution that does not require a client to reset their browser page or client application which means overall disruptions in the viewer experience.I can vouch that in FMS_4_5_0_r297 appending to a recording was done seemlessly on a 24/7 stream (and i have over 30 streams running). Sometimes for some reason an encoder will attempt to republish or will require a flush (forced restart) and with FMS_4_5_1_r484 this is not possible.
I seem to have struck a wall with my current project and would appreciate any insight I can get to be put towards the right direction. I will try to explain my scenario in the best way that I can, however, if I fail to do so in some areas, let me know and I will do my best to reiterate. Here goes...I am trying to push a dynamic variable into the publish method of the NetStream class. The variable is instantiated dynamically and is called in the ActionScript source. To test fluidity and correctiveness of the instantiation and parsing of said variable, I call it to a text field. The text field displays the information derived, as it should. However, when I try to call the said variable into the publish method of the NetStream class, nothing appears to happen on the server end of FMS aside from a randomly generated name and a status of "idle". When I turn the variable into a static variable, it parses fine and publishes on to the server, however the dynamic way of going about it is bringi
Say I got a live event called game in "C:\FMSHOME\applications\livepkgr\events\_definst_\game" and push a MBR stream for awhile and see the ".stream" files being created, everything works good.However whenever I stop the stream, delete the contents and try to republish another stream to this event name never recreates the '.stream' files or stream directories.1. Delete the files "C:\FMSHOME\applications\livepkgr\events\_definst_\game\Msadsaasa.stream","C:\FMSHOME\applications\livepkgr\events\_definst_\game\Msadsaasa.stream".2. Delete all the stream directories - "C:\FMSHOME\applications\livepkgr\streams\_definst_\game1", "C:\FMSHOME\applications\livepkgr\streams\_definst_\game2".Is this normal behavior or is there a default waiting peroid before reusing an event name? Should I only publish to a liveevent name once?Thanks,Dave
Hi, the documentation says this:"To serve streams over a cellular network, one of the streams must be audio-only. For more information, see HTTP Live Streaming Overview.To publish an audio-only stream, enter the following in the Flash Media Encoder Stream field:livestream%i?adbe-live-event=liveevent&adbe-audio-stream-name=livestream1_audio_only&adbe-audio-stream-src=livestream1If the encoder specifies individual query strings for each stream, use individual stream names instead of the variable %i:livestream1?adbe-live-event=liveevent&adbe-audio-stream-name=livestream1_audio_onlylivestream2?adbe-live-event=liveevent&adbe-audio-stream-name=livestream2_audio_only"..."To generate a set-level variant playlist when using an audio-only stream, specify the audio codec of the audio-only stream. Specify the audio and the video codec of the streams that contain audio and video. For more information about using the Set-level F4M/M3U8 File Generator, see Publish and play live multi-
HiI have a problem with playing recorded stream. I have file in streams folder, I play() it and then after some time (few seconds/minutes) the stream just disaperas (from streams tab in console) and playback in users stops. stream.onStatus doesnt dispatch anything.Whats the problem?T76
After following all the instructions to set up a cloudformation stack on AWS - everything seems to be working hunky dory with the exception that the player itself displays a "URL missing from media tag" error All the connections seem fine, FLME shows the camera input and output and no connection errors. Mac OSX Lion with MBP 15" i7 2.5mhzI am streaming in high - 800 kbps in h.264 with AAC audio. Where do i even begin to troubleshoot? I've done a lot of the usual searches for fixs to no avail.
Hi guys,we are streaming 24/7 live from a number of FMLE's to FMS Interactive server to a livepkgr cloned app., and to our clients we stream both to Flash via rtmp and to iOS via HLS.Since we want to introduce another server (to be able to serve more clients), the question is - hot to republish from one to another server so that both servers can stream rtmp and hls to clients?We are already using the backup url in FMLE to stream to a backup server - this we do not want to change since the backup server is just that - backup, if the main server fails.Could someone point me to a SSAS sample code that will do this (and work inside livepkgr existing main.asc which we did not change, except the "append" parameter which is changed to "record")?
We have HLS live streaming events streamed using default livepkgr application and default liveevent. However even if we stop the stream, users can still play last 5-6 seconds of the stream on their iOS devices. The link http://ourdomain/hls-live/liveevent/streamname.m3u8 also still works even if we stop the stream. The main problem here is that when we want to create a new stream with the same name again it doesn't work anymore. FMLE application shows that it is publishing the stream, however all clients just replays the old 5-6 seconds again and again.What could be the problem and how to fix it?
When playing back video using a RTMP-stream you can do various server side stuff using the main.asc file.How can I do the same when using the hls-vod (or hls-live for that matter) playback on iOS devices?Or said in another way, how can I have playback initiated on an iOS device run server side code?
Hi,I have FMIS server.1) I want my server to accept RTMPT\RTMPTE when streams are published on to it and want to reject RTMPT|RTMPTE when some client tries to connect using these protocols.I think i should write server side actionscript to reject connection on RTMPT protocols, this should server the purpose as above. application.onConnect = function(clientObj) { //reject rtmpte or rtmpt if(clientObj.protocol == "rtmpt" || clientObj.protocol == "rtmpte"){ return false; } return true; }If i set <DisallowedProtocols>rtmpt,rtmpte</DisallowedProtocols>, this will disable both publishing and connecting using these protocols?2) If i do not want to use port 80, i need to Remove 80 from the ADAPTOR.HOSTPORT parameter so the parameter looks like the following:ADAPTOR.HOSTPORT = :1935Pls confirm above 2 queries.thanks,Pooja
HiCurrently I am streaming single live streams at the moment using FMSE 3.2 and FMS 4.5 As we have sevral locations with different bandwidth limitations I started playing with the idea of multi-bitrate streaming as this would resolve alot of issues.I have set up FMSE 3.2 to stream two streams as a test: a 200kb and 500kb streamThe files streaming are VP6 FLV filesThe Stream names are set to: livestream%iThe Streams run with no issues to FMS 4.5I created a manifest file called rtmp-live.f4m with the following:<?xml version="1.0" encoding="utf-8"?><manifest xmlns="http://ns.adobe.com/f4m/1.0"><id>Dynamic Streaming</id><mimeType>video/x-flv</mimeType><streamType>live</streamType><media url="rtmp://server/live/livestreaml1" bitrate="200" /><media url="rtmp://server/live/livestream2" bitrate="500" /></manifest>When I use the sample videoplayer webage and type the URL: of http://server/rtmp-live.f4mI get the error messag
We have FMS interactive configured to do RTMP and HLS streaming. However the clips still can be downloaded through http://domain.name.com/vod folder. Is there a way to disable progressive downloads? While at it is there a way to disable HDS also? I want to allow HLS and RTMP only.
We have FMS 4.5 interactive configured to stream vod and live content using HLS and RTMP protocols.For live events we are using Flash Media Encoder application. For VOD we serve a mix of MP4 and F4V files. F4V files are actually the recordings of FMLE post-processed with Adobe utility.Now to the problem; RTMP works great for all files. RTMP and HLS is also ok for MP4 files. However when using HLS on iOS devices to play F4V files or live events we hear continueing audio glitches every second or so. You can see a sample here http://www.lnk.lt/video-perziura/1980/zinios-2012-04-01-1845 Just click Play on your iOS device and check the audio.What could be the problem and how to solve it?
Hello All,How can I use md5 function in main.asc.I am passing md5 token to main.asc, but I can not calculate md5 value in main.asc.Regards,Ivan
Hi,Is there a way to stream and audio line level feed rather than the audio from a computer's microphone?Thanks,Chris
it only lets me use one audiosource, but i need 2. im on a mac if that means anything.
Hi!If I place an set of FMS servers behind some reverse proxy caches, will I get problem with SWF verification if the cache layer caches the .f4m meta data file with the SWF verification data? Is there any documented best practice on the requirements to build large scale deployment with security enabled?best regardsJohan Acevbedo
FMS receive livestream (on Media live encoder or other way). Output device in my program - rtmp://localhost/live/test1.How i save permanently this media stream to hard disk?
We are trying to install our Adobe Flash Media Interactive Server. The problem we are facing is that Apache which comes with FMS is set to be run from /home/Apache2.2.21_x64 for some odd reason. Even though we install whole FMS to /opt/adobe/fms folder Apache still has /home/Apache2.2.21_x64 everywhere compilled in. Is there a way to change Apache root folder?
Hi,I have installed FMS 4.5 on an existing Webserver that already is running Apache.I installed FMS 4.5 and unticked the Apache install option so there would be no conflicts.When I use the sample videoplayer page, I cannot get any of the manifests to work, even though the fms.ini is point at the exisiting webserver root.What do I need to configure to get FMS 4.5 to talk to my existing Apache server?thanks
Hi, I am working on the Audio-Video application having two Flash Media Server, One is Flash Media Interactive Server and another is Flash Media Streaming Server.I am publishing stream on Flash Media Streaming Server and receiving stream from Flash Media Streaming Server. Flash Media Interactive Server publish stream to live folder"rtmp://xxx.xxx.xx.xx/live" Flash Media Streaming Server from server side code.when application.onPublish of Interactive server dispatch then the stream published by interactive server has been republished to live of the streaming server and from there client receive stream by making connection with live folder of Streaming server. Stream from streaming server received successfully but .....After few minute at receiving side receiving netStream Object dispatch "NetStream.Play.InsufficientBW" and stop receiving stream.Please help if anyone know any solution.Thanks.
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.