『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
Questions
新着順
Hi there,I want to know how can I increase the recording time in the server when I broadcast live to IOS Devices? I only can see 24 seconds.
Ok I have a FMS 4.5 with (License) and is set up and running fine, now I want to stream Live to the IOS Devices but no luck. I have a web page for test purpose with the video src tags to: http://Server.com/hls-live/livepkgr/_definst_/liveevent/livestream.m3u8 and in the server I have a livestream.m3u8 pointing to the same http://Server.com/hls-live/livepkgr/_definst_/liveevent/livestream.m3u8 , Now the Encoder have the AAC plugin and all the presets like it shut but when I go to see it in my IPad 2 this is how it looks.Can someone give me a hand on this????? Thanks in advance.
I got a new computer several days ago and it doesn't have Flash 8 or Higher. Can someone please tell me how to transfer Flash 8 programs from my old computer to my new computer? If not can someone please tell me where to find free downloads of Flash 8 or higher? Thanks.
Hi There,I have installed the Flash Media Server on a server behind my router which has a single public IP address. So, I realize that by default the Apache Server that ships with FMS 4.5 is configured to listen onto port 8134. So on my router, I have configured port forwarding like so:my.public.ip.addr:8134 -> 10.0.1.11:8134The machine that is hosting FMS with Apache 2.2 is operating with Windows 7. So, I go into the Windows Firewall interface, and Allow Inbound and Outbound traffic for port 8134.Here is my subscribing URL to get the file to stream to iOS. http://hostmachine.addr.com:8134/hls-vod/my_vod_test.mp4.m3u8This works, but extremely poorly, and I don't know why. The symptoms are that there is an extreme amount of lag for the video to begin playing. Then when I scrub with the video player on the iOS device, the lag is unbearable. The documentation for Adobe FMS states that it is okay to simply use 8134 in the request url, but it als
Hi,I've installed free FMS developper version on a vista OS, using the embeded Apache server.I added PHP 5.13 and everything seems to work except that :when I try to manage HTML forms, using the 'post' method, the result is a prompt windows, asking me for downloading the php file (corresponding to that pointed in the 'action' attribute. It acts as if Apache did not recognize the type php.My httpd.conf includes everyting to make php works fine. The clue is, when I change the form 'method' to 'GET', the php script works well !My FMS is configured to tunnel the HTTP request, listening to ports 80 and 1935 ant proxying HTTP to port 8134 (defaults)When I override this tunneling, by requesting the php file from my web browser directly to port 8134, it works fine too !Now, I know that the problem comes from FMS and HTTP tunneling, but I have no idea how to solve it...So....any tip or/and solution are very welcome !Thanks,
I am looking at using the FMS 4.5 to take ingress of RTMP live streams and publish HTTP Live streams to a content delivery network. I see that FMS 4.5 has an apache build to do the http part, We have two dedicated servers running Cpanel/Webhost Manager that are litely loaded.1) Could we accomplish this using the apache that is part of Cpanel? 2) Or, does the FMS need its own apache using port 80?Thanks
hi.I use third-party encoder to launch RTMP stream to FMS, but there is no way to record thestream, there is no third-party encoder to provide a way to record? Thanks everyone.
I try to create a new application to switch streams. I call it "studia".I place the server-side code in a file named main.asc and create new folder "studia" in the rootinstall/applications folder. I copy main.asc file to this folder and start Adobe Flash Media Live Encoder 3 and try to broadcast to this URI (localhost/studia) with stream name "livestream1".My application do not start, in fms consol do not appear application name and Live Encoder say me "Falure to connect to primary server".I add the string "studia_DIR = C:\Program Files (x86)\Adobe\Flash Media Server 4.5\applications\studia" to the fms.ini file script and restart my computer.I repeat my attempt - the same answers and no effect from application "studia".I create folder "mixer" in the rootinstall/applications/studia folder, create folder "script" in this folder, replase main.asc file to it and start Adobe Flash Media Live Encoder 3 and "livestreams" application to broadcast to URI localhost/studia/mixer (or even to
Will the use of HTTP Dynamic Streaming in place of the RTMP protocol aleviate the connectivity problems experienced by users who are sitting behind restrictive corporate firewalls?Thanks.
hello, everyone. I deployed FMS 4.0 enterprise edition on my 64-bit linux platform. in the applications folder of FMS, i create a "dvr" subfolder and at the same time create a dvr.asc. the code is as the following :application.onAppStart = function(){ trace("app fme started!");};application.onConnect = function(p_c){ p_c.disconnectClient = function() { trace("---disconnectClient " + application.clients.length + "---"); application.disconnect(p_c); } this.acceptConnection(p_c);};application.onPublish = function (p_c, p_stream){ trace("onPublish stream: "+p_stream.name); p_stream.record();};application.onUnpublish = function(p_c, p_stream){ trace("onUnpublish stream: "+p_stream.name); p_stream.record(false);};i expect the live stream will be recorded on the FMS server , but unfortunately nothing happened . But if i use my pc ( 32-bit windows xp platform) , ever
Hello, how to turn on the server?I enteredcd / root/fms/FMS_4_5_0_r297and then I gave. / server fms start fmsmgrappearedroot @ localhost: ~ / fms/FMS_4_5_0_r297 #. / server fms start fmsmgrServer: fms command: startNPTL 2.12.1Starting Adobe Flash Media Server (please check / var / log / messages)It's that good?The JW player, then I will give this code? <script type='text/javascript' src='jwplayer.js'></script><div id='mediaspace'>This text will be replaced</div><script type='text/javascript'> jwplayer('mediaspace').setup({ 'flashplayer': 'player.swf', 'file': 'sample1_1000kbps.f4v', 'streamer': 'rtmp://77.93.202.100/vod/mp4:', 'controlbar': 'bottom', 'width': '470', 'height': '290' });</script>and it shows: server not found: RTMPT: / / 77.93.202.100:80 / vod/mp4:Thank you.
Hi, Please help me , what will be the best way for video conference without any delay for multiple users(200-300). How it can be possible with FMS and Flex?Kindly guide me what kind of server I should have for this. Peer 2 peer (rtmfp) chat does not fullfil my requirement because of audio delay.Thanks,
Hello, I work on a project where FMS will be used as the main streaming server. We are going to use p2p/multicast technology which is available in FMS. My first question is : What are the approximate hardware requirements for such a server ? REMARK : this server will be connected to a switch with 1G/bits ports If we use p2p/multicast technology the maximal number of users which the system can handle is (theoretically)unlimited, is this right ? or I miss something ?Thank you
Is the source for the demo player bundled with the FMS 4.5 install, available somewhere ? It looks like a useful tool to debug playback of streams and I was trying to to see if I could port it to Air for IOS and Android for the purposes of evaluting the playback quality of various sample video files.Thx,- Abey
I'm not sure what I'm doing wrong but here is what I have. I currently have a RTMP stream going into FMS. I can connect and playback with RTMP fine. Its going to rtmp://IP/live/streamWhat I want to do is be able to play through iOS.I viewed the documents for 4.5 and I am publishing a stream to rtmp://IP/livepkgr/livestream?adbe-live-event=liveevent stream is called 50.When I try and playback I am trying to access: http://IP/hls-live/livepkgr/livestream/liveevent/50.m3u8 but nothing is found. If I connect directly with my browser I get tehe 404 Not Found. I checked the Admin and I see a app livepkgr, instance livestream and a stream called 50.What would I have wrong in this setup?Playing around with the URL, I found that http://IP/hds-live/livepkgr/livestream/50.f4m pulled a file.<manifest xmlns="http://ns.adobe.com/f4m/1.0"><id>livepkgr/events/livestream/50</id><streamType>live</streamType><duration>0</duration><bootstrapInfo profile="named"
I am using osmf1.0 and am trying to connect to a server to do multibitratestreaming from a level3 FMS instance 3.5. The protocols osmf are rtmpe and rtmpte with 3 different ports 1935,443,80. All in all creating 6 different connections. It then goes and tries to connect to either of these connections asynchoneously (50ms separation between each attempt) which means a later attempt can succeed before an earlier one. The device I am using is an htc mobile running on android (user agent: Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16).The problem Typically, all attempts will fail (NetConnection.Connect.Failed) but occationally one does succeed but only over rtmpte but no specific port.In contrast, with Akamai it does work every single time.I am fairly certain this is something level3 has caused but was wondering if anyone else knows what might cause this or maybe has had similar issues (and hope
Ok I am very lost. I have the server set up and I have media encoder streaming to it. I can see my stream when I open the multitask viewer file from the server directory. But how do I view it by putting in "localhost" or my ip address? I have the ports forwarded but nothing seems to be connecting with the server. Sorry if this is an obvious question. Essentially what I am trying to do at this point it direct my ip address to the player, I'm guessing the stobe media player. I have no idea where to install this player into the apache server and no idea how to access that installation from the web. Again, yes my ports are forwarded. Thank you!
Hello,When I connect from FMLE to FMSS server I see warning in /var/log/messages. Oct 23 18:44:56 post Javascript[1951]: Connection rejected by server. Reason : [ AccessManager.Reject ] : [ code=403 need auth; authmod=adobe ] :Oct 23 18:44:56 post Javascript[1951]: Connection rejected by server. Reason : [ AccessManager.Reject ] : [ authmod=adobe ] : ?reason=needauth&user=administrator&salt=WT9Vaw==&challenge=6JSMIg==&opaque=6JSMIg==Everything works fine. Should I be concerned about this message? FMLE is win XP SP3 versin 3.2FMSS is Linux RH6 version 4.0
Hi,We have a problem with amazon FMS 4.0.3 server for enable muticast.We have made this tutorial : http://help.adobe.com/en_US/FlashMediaServer/4.0_amazonec2/WSbb9528066c89be0e-605aa81e132abbe8ee2-7ffb.htmlIn the server we have open all the port for ensure the good works.but when we used the http://public-dns/multicast/multicastplayer/multicastplayer.html, we have this message : The connection attempt to FMS failed.In the server administration we can view the Flash Media Live Encoder session but the multicastplayer cannot connect on the rtmfp://public-dns/multicastIn the server we can see some package arrived in prot 80 and 1935 but multicastplayer cannot connectHave ideas?
Hi,Tested versions: 4.5. Our problem is:When we used Flash Media Developer Server 4.5 (Trial), we can use Share folder.However, when we bought Streaming Server and deployed with same file structure, we can't use Share folder but Local folder only.Is there any limitation of using Share folder in Streaming Server?Configuration:It's standard. we set fms.ini in Windows.i.e., VOD_DIR = C:\Program Files\Adobe\Flash Media Server 4.5\applications\vod\mediaThanks.Joseph
Ok, I am a novice here, so don't beat me up to badly if this is the dumbest question ever. But is FMS Amazon the solution I have been searching for to distribute my interactive swf publications made in indesign cs5 to iOS operating systems? Any help, comments or advice would be MUCH appreciated. Thanks!
Hello,rtmfp downloaded from the node, and the upload bandwidth to another node, but the FMS bandwidth limitations Client.getBandwidthLimit () seems to only limit the bandwidth of the server to the client such as RTMP, ask how to limit the bandwidth between nodes, such as RTMFP. MIKE HELP ME THANK YOU!
Hello everyone,I am using Flash Live Media Encoder 3.2 to stream live ADUIO ( without clicking on video check box) since I am streaming Radio news only. The server is at Dacast.comWhen I choose to Save File As, it came out a .flv , and can't play back, eventhough its a 129MB file. But if I chose the video check box which straming with video , it came out fine. Is there a way to over come this? Thanks
setPublishPassword and setPostingPassword Helpful?I do not quite understand, do not use an example. Ideas or examples can you provide aBut those methods are the client, I set him groupspecWithOutAuthorizations, but was illegally set to groupspecWithAuthorizations how to do ah。
hi,I tried to test Smart Seeking with multiple flash player in One WebPage. So, Only one player is started and the others is buffering. What's problem ?I changed properties like 'MaxIOThread', 'MaxConnection'. but it's useless.Please advice to me.Thanks,
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
すでにアカウントをお持ちですか?ログイン
アカウントをお持ちではありませんか? アカウントを作成
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.