The official Adobe Media Server community.
Recently active
i have video player based on osmf. i have fms 4 on my computer. when i try to stream video files localy everything works fine.i have trouble streaming videos from rtmpe://filmotechfvs.cdnetworks.net:1935/filmotechfvs?key=Q0RBVQQCkACHnsv429br66lCDDpuscA4iLHrm-zvaapVd2HCU1oUFhqQziCulq3VgGnlPcwK2423ayDh2whJ9PC-Zxc-bOYJ0LoDpByq7uWicyx6J61fELaaa6w4yhY05ohm4phy2QoP5XxFZUJpX9gx3qUwww6Wpb-9wO1mav4RoT15O3k7Nh6B4xoarTGfvB_1yDwki_8=.on httpyou can view it herehttp://www.tvinci.com/lior/maria/filmo/each media i try to playback stops at 19th second.i got these massegesTue May 31 2011 05:08:01 PM [DEBUG] [org.osmf.net.NetStreamSwitchManager] 17:08:01 GMT+0300>>> NetStreamSwitchManager.executeSwitch() - Switching to index 1 at 900 kbps Tue May 31 2011 05:08:11 PM [INFO] [org.osmf.net.NetStreamLoadTrait] NetStream.Play.Failed Tue May 31 2011 05:08:11 PM [DEBUG] [org.osmf.net.NetStreamSwitchManager] 17:08:11 GMT+0300>>> NetStreamSwitchMa
Hi,I recently tried to modify the system-provided codes in the "multicast" folder, and could not get it work. I pinned down the issue to be the function call NetStream.publish("p2p_pindao1", "live") always failed for me. The proof the function call failed including:1. The returned value is false.2. I got no further events beyond NetStream.Connect.Success, i.e. I did not get the expected NetStream.Publish.StartThe following are the testing codesapplication.onAppStart = function(){ var nc = new NetConnection(); nc.onStatus = testNetStatus; nc.connect("rtmfp://localhost/TVLive"); trace("to connect");}function testNetStatus(info){ trace("TestNetStatus:" + info.code); var gs = new GroupSpecifier("net.lysk.pindao1"); gs.serverChannelEnabled = true; gs.postingEnabled = true; gs.peerToPeerDisabled = false; // Multicast address over which to exchange peer discovery. //var p2pm = "224.0.0.255:30000"; // BUGBUG // Must be enabled for LAN peer discovery to work //gs.ipMulticastMemberUpdatesEnabl
Need help! I'm non-developers and no have adobe flash programming skills. i want do live dynamic streaming for FMS. i have refer http://www.adobe.com/devnet/flashmediaserver/articles/live_dynstream_dvr.html . But the sample player show blank.i using Adobe Flash Media Live Encoder 3.2, Adobe Flash Media interactive Server 3.5.3 and sample file "live_dynstream_dvr.zip".1. I setting up my FMLE and set FMS url and stream name2. I monitor connection in fms_console.htm 3. I run DVRController4. i configure and play the video with livedvrbut my video player is show blank5. in my fms_console.htm show 3 connectionPlease Help.. Thank's a lot..
Hi,Let's say user A connected to the FMS server with an RTMFP NetConnection, and user B connected to the server with an RTMP connection.If I want to connect them together, would it be better if I also connect A to an RTMP NetConnection to the server?
The article Live dynamic streaming with Flash Media Server 3.5 mentions two different bit rates for each video size type.But why? Are these bitrates related to different compression ratios? And if so, why exactly two?
Hi there!A client wishes to convert RSTP into FLV streaming video...Is Flash Video Server able to do it? If not, which one?Thank you!Marcos
Hi! I had a problem - the server disconnects all clients of application at different time intervals.master.00.log says:2011-05-29 07:23:02 913 (i)2581223 Core (1319) is no longer active. -2011-05-29 07:23:02 913 (w)2581256 Core (1319) _defaultRoot_:_defaultVHost_:::_2 experienced 1 failure! -2011-05-29 07:23:04 913 (i)2581259 Recovering core _defaultRoot_:_defaultVHost_:::_2 with 1 failure after 1 seconds! -2011-05-29 07:23:04 913 (i)2581221 Core (9872) started, arguments : -adaptor "_defaultRoot_" -vhost "_defaultVHost_" -app -inst -tag "_2" -conf "/opt/adobe/fms/conf/Server.xml" -name "_defaultRoot_:_defaultVHost_:::_2". -.. /var/log/messages says: .May 29 07:22:58 L603 kernel: [132821.278706] fmscore[1385] general protection ip:7f809c3c1cff sp:7f809c12cf90 error:0 in libasc.so[7f809c23c000+275000]May 29 07:23:04 L603 Adaptor[9872]: Listener started ( _defaultRoot_ ) : 127.0.0.1:19352 (rtmfp-core)/v4May 29 07:23:04 L603 Adaptor[9872]: Listener started ( _defaultRoot_ )
Hi,I have tried exactly same process on FMS3.5 Installed on Centos and it worked perfectly.But not working in case of Windows Web Server 2008 R2 - 64Bit.Here is what i am trying to do -Basically i want to extract live streams list and display them in HTML as ordered list on another server them FMS.What i did in the case of FMS on Centos server -I installed Apache and PHP on this server and created a PHP file with following text in it. -abc.php---------------------------- $xml = simplexml_load_file('http://<fms-server-ip>:1111/admin/getLiveStreams?auser=admin&apswd=password&appInst=live','SimpleXMLElement', LIBXML_NOCDATA);foreach($xml->children() as $child) { foreach($child->children() as $child2) { echo $child2 . ","; } }---------------and in hosting server where i want to display the list i entered follow
I just found out that ALL of the f4v files that I created (either with FMLE3 or with adobe premiere) somehow have a duration limit of 4294 seconds. All videos with duration less than 4294 seconds play back fine. For those above it, they play back ok on the local machine but when streamed from an FMS, the reported total duration is 13 hours+! And if you ignore the total time error and keep playing back the files, they all stop at the magical 4294 seconds. I have tried putting them onto different FMS servers and they all behave the same. It is also not a problem with my code because I've used different client-side apps to view them. Is anyone else experiencing the same problem? I'm surprised that I haven't read about it because 4294 seconds is just 1.2 hours, which is a relatively short duration and its failure should have alarmed most. Can someone shine some light onto it please?
hello, i am wondering where I should start with using Flash to create a video chat.I have experience in HTML, PHP, C++, and SQL... not sure if that helps. But basically I am new to flash and wanna learn how to get a video chat going on my website. Any help pointing me in the right direction would be greatly appreciated!
Is anyone familiar with the function of the Flash Media Server where it can detect a user's connection speed and deliver the appropriate quality version of the video on the user bandwidth detection? A link to a tutorial describing the process would be very helpful. Thanks!
We are running Adobe FMIS 4.0. We have five "applications" which host stream video material just fine. Recently I was asked to host an "Adobe Presenter" presentation (html file, viewer.swf and a file full of xml and swfs) I have spent three days trying to get it to run. I can link to the Presenter presentation if it is hosted on public network storage, but I can not seem to get it to run under an application in FMS? Is that even possible? Is it a configuration issue? My FMS server simply returns a 404 - not found. Any help would be appreciated.
Is there solution how to play the special record when someone answered on my call? He have to hear this record instead of my voice. I guess it will be set in some settings file
I've been trying now for few days to configure an Edge server that would connect to our working Origin server.I have not changed anything on the Origin server and media are served properlyI can easily play all media from the videoPlayer.html sample app distributed with the server.http://10.0.9.19:8134/samples/videoPlayer/videoplayer.htmlusing the media;rtmp://10.0.9.19/vod/stories/Test/testNow I have installed a fresh version of FMS on a second machine and configured the Edge server as follow; <Proxy> <Mode>remote</Mode> <RequestTimeout>5</RequestTimeout> <Anonymous>false</Anonymous> &n
Hey there!I am trying to config the Flash Media Playback (FMP) Player for live dynamic streaming. But the Player does not start playing (all the time Buffering) or doesn´t find the stream name. What is the src-adress for a dynamic stream??? In Flash Media Live Encoder the Streamname ist livestream%i so what have to enter in src-adress of the FMP html code? rtmp://mylocalhost/ive/livestream doesn´t work, also .../livestream%i. If i enter rtmp://mylocalhost/ive/livestream1 or rtmp://mylocalhost/ive/livestream2 the player starts to play the single stream.So, how can i enable dynamic streaming? From the manual of FMP by Adobe "...If it is enabled, dynamic streaming searches for multiple bitrate versions of the content to play. If it does not find multi- bitrate (MBR) versions, dynamic streaming does not function...." but there is no sample or concrete information how to enable all but stetting optimizeInitialIndex to true(default). This allows the player to use dynamic streaming for multi-
Hi,I'm using envivio 4Caster C4 to encode my videos from a ipstream, and them publish them to my wowza server, and al works fine.Now i'm making some tests with FMS development, in or to use it for live Flash http Dynamic streaming, but my fms server wont accept the connection from envivio.I used your tutorial below, to test it localy on my pc with windows, but when i installed it on my linux (Ubuntu) Server, i could no longer connect to it, neither with the Adobe media Live encoder, neither with Envivio, i allways receive a conection refused message.Do i need to make any special changes to the confugurations used on the tutorial?Best regardsTutorial that i used:http://help.adobe.com/en_US/flashmediaserver/devguide/WSd391de4d9c7bd609-3f106ca112a37603cd2-8000.html#WSd391de4d9c7bd609-52e437a812a3725dfa0-7ff5
Hi guysAm pretty new to scripting and Flash and streaming vid is proving a massive headache at the mo. Have bashed through most of my problems but this one has got me stumped, scripting skills not up to the task.When my streaming videos start they will buffer and begin to play as normal. However, as soon as the vid starts buffering again a problem arises. Basically what is happening is that Flash is buffering the video to a certain point, but instead of resuming playback from the point where the vid paused it now jumps instantly to the end of the newly buffered area without playing the vid portion in between. Which essentially means that it skips merrily through the video and never stops buffering. Why is it doing this??? Im sure it can be hacked and any suggestions in this direction would be most welcome. That said i'd prefer to get to the root of the prob, particularly if this is a codec/keyframe issue, since i could then re-export the vids appropriately.Thanks for any help! Am using
Simple questions: can I upgrade FMS 3.5 to FMS 4 and not have to change any setting or our programs - so I upgrade and our existing system keeps working without any problems???and - how many concurrent streams (audio only) can be streamed with FMS 4?
Hi! In raw format stream data are divided into many files named "segments". How can I configure the size of this files? I want to make them twice smaller.
Hello!I wonder if i can do the following, send a stream to fms from a webcam and then serve it with apache on http x-flv format.Thanks!chavi
HI,Can I use flash media server4 developer version for commercial, if some one have knowledge about scope of the developer version then, please help me.ThanksRam
Hi,Sometimes RTMFP stops working on my server, and I have to restart it for RTMFP to work again.Here is what I saw in the error log :2011-04-29 05:43:17 26120 (i)2631502 The server rejected an invalid flow. -2011-04-29 05:44:22 26120 (i)2641213 Connection rejected by server. Reason : [ Server.Reject ] : Adaptor: _defaultRoot_, VHost: TheFMSServer, App: Application/_definst_, (onConnect call failed) -2011-04-29 06:01:27 26120 (i)2631502 The server rejected an invalid flow. -2011-04-29 06:01:44 26120 (i)2631502 The server rejected an invalid flow. -2011-04-29 06:01:44 26120 (i)2631502 The server rejected an invalid flow. -2011-04-29 06:02:02 26120 (i)2631502 The server rejected an invalid flow. -2011-04-29 06:04:35 16608 (i)2581247 Core (16608) disconnected from edge. -2011-04-29 06:04:35 16608 (i)2581233 Core (16608) disconnecting from admin: 200. -2011-04-29 06:04:50 15624 (i)2581247 Core (15624) disconnected from edge. -2011-04-29 06:04:50 15624 (i)2581233 Core (15624) disconnecting f
Hey All,Working on a large scale streaming video application with Flex 4.1 and FMS 4.0. The videos are 20minutes to an hour in duration and the stream is encrypted. The video is transmitted via RTMPE and falls back to RTMPTE if they are behind a firewall. What we're noticing is when the user pauses the video for a while and then hits play we get several instances of playback failure:Video plays with no audioAudio plays with no videoPlayback is choppyVideo plays for a while and then stopsAfter reviewing everything I've discovered that all issues are related to the client being disconnected from the server without any notification ('Ungraceful'). The video that continues to play is just streaming from the buffer and when it's complete playback halts.I have read a few articles from back in '07 '08 where this was occurring but nothing recent. Has anyone recently run into this recently?The solution I gathered from them was to consistently call a function (isConnected) against the FMS server
Hi all,I have two servers running FMS 4 (exacyly the same version).On one server, when i add a swf in the folder application/vod/SWFs, the swf is "added" 5 minutes later as authorized swf, according to the UpdateInterval config value. On the other i have to restart the server.I checked every config file of both server, they are exactly the same (except few values depending on the servers themselves, of course, like IP, host, etc...).Anyone has an idea on what could be the problem on the first server?This is very annoying since a restart disconnects all my customers!Thanx for your help.
Hi all! is it possible to play recorded video file which is stored in another room(instance)? for example, I have file "video.flv" on the server at "/streams/room1" if user is connected to room2, can he ask flash media server to play "video.flv" from the room1; something like this, client side:var ns:NetStream = new NetStream(nc); ns.play("../room1/video", 0);
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.