『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
Questions
新着順
Hi,I am sometimes (sporadically) facing the problem, that I cannot connect to FMS server with FMLE, using username and password.When I then restart FMS everything is working correct again. A customer discribed that he was not able to reconnect to the fms, as soon as he closed the FMLE without stopping encoding process?I am using the default authentication plug-in in FMS 3.5.6 on a 64-bit Debian.Everything else is working correct, only reconnecting with encoding-software (like FMLE) is not working.Is there any possibility to get the authentication working again, without restarting the whole fms process?Did anyone have a similar problem and how did you fix it?I am looking forward to get any advice.Kind regardsJohnnyOh
Hi,I just want be sure:Does installing Apachie + File Packager and HTTP Origin Module is enought for vod hls/hds, or do I have to install FMS also ?Thanks,Alon
I want to stream different events using FMS 4.5 with Apple HTTP Live Stream, each event to have its own encryption key, and from time to time I want the keys to rotate.I can get PHLS (Protected HTTP Live Stream) working, but using a static key file and I can't change the key file during any live event.Is it possible to have encryption key rotation for Apple HTTP Live Stream, like the one that exists for HTTP Dynamic Streaming?I went through the docs and can't find anything that works for me.
Hi ,we have an origin server where video materials are stored and one edge where clients are conected to. If i allow clients to connect directly to core server it can go easily to 1000 users without any problems. If the clients connects to edge after 100 users the player will start buffering the video every few seconds. On the other hand if i connect a FMLE to core ( same video bitrate as materials already encoded ) clients can connect to edge and there is no problem ( tested with 1000 users ) and no buffering issues appeared.There is no IO wait problem on core, edge is configured not to use any cache. There is no connectivity isssue between master and edge. Both origin and edge are 4.0.3.Anyone experienced anything similar or has any ideea why this is happening ?
Good day - how do i create a support request for my new Flash Media Interactive Server? I've tried to contact our Russian Adobe support - but got a reply stating, that FMS is not supported by adobe support.. Btw - how can that be?! But, nevertheless - i do need to open a support ticket, as i have several problems, which interfere with production of FMS..
hi,One strange thing happened at application, connection to the fms server takes few milliseconds but shared object takes few second (more then 20) to connect.is this happened to anyone before ?thanks in advance for your help and replies.thanks,vishal sood
Hey guys, I was wondering is there a way that I can receive stream on my broadcast server and then republish that stream with lower quality on the same broadcast server. I was reading server side API reference but I couldnt find anything like that.Only thing I found is to use %i in FMLE Stream field and then broadcast same stream with different bitrates, but can I take live stream that is being broadcasted and republish it with lower quality/bitrate on the server side somehow?Or there is another way to achieve this?I am running FMS 4.5 and I am using FMLE to broadcast video to the server.Thank you for your answers.
first of all sry for my english.I have a little problem with the server side playlist.my application that looks like this:application.allowDebug = true;application.onAppStart = function(){ application.myStream = Stream.get("itv.flv");if (application.myStream){ application.myStream.play("Spot1", 0, -1); application.myStream.play("Spot2", 0, -1, false); application.myStream.play("Spot3", 0, 30, false); application.myStream.play("Spot4", 0, 7, false); application.myStream.play("Spot5", 0, -1 false); application.myStream.play("Spot6", 0, -1, false); } application.onAppStop = function(){ return false;}};in adobe flash everything works. But i doent want to code a client side player. where i can find the stream url that i can paste it in for example : http://www.osmf.org/configurator/fmp/# ore can enter to my setup box ..I have tried : rtmp://SERVERIP/APPNAME/INSTANSNAME/ but its not working..plz help..
Hi all,I've installed Flash Media Server and send stream to it use Flash Media Live Encoder via rtmp://mydomain.com/live. And on my website, I've embed code to play this live stream via rtmp://mydomain.com/live. All ok!But, any user can install Flash Media Live Encoder and connect to my FMS, publish his/her stream (because url to publish and view is same)My question is: how to prevent end-user publish stream to my FMS, only allow end-user view my live stream?
How we can write the Flex program to talk with FMG, Is there any example for connecting flex with FMG? And how we can connect the SIP enabled device with FMG?
HiI have a default install of Adobe FMS 4.5 on 192.168.1.10 and a default install of Adobe FMS 4.5 on 192.168.1.20. My Goal is to run an origin and and edge.Both Servers are the default install, and both can be streamed to independantly. However I want to run the .10 server as an origin server and the .20 as an Edge Server.Edge Server===========I configure the .20 Server as an Edge by altering the file../opt/adobe/fms/conf/_defaultRoot_/_defaultVHost_/Vhost.xmland change the Proxy Mode to remote with the following:- <Mode>remote</Mode>Origin Server=============I configure the .10 Server as an origin by altering the file../opt/adobe/fms/conf/_defaultRoot_/_defaultVHost_/Vhost.xmland change the <RouteEntry></RouteEntry> element ONLY to the following..<RouteEntry>rtmp://192.168.1.10:1935/?rtmp://192.168.1.20:1935/live</RouteEntry>The <Mode> element is unchaged and is set to <local>However there is something wrong with
Hello,Finally i have success install my FMIS but http not work but i use rtmp its ok for me.I test with my flash cs5.5 i can publish but i think the codes or something is wrong.Because i have copy my file to my pc and attempt to listen bad codec.And i cannot in flash listen with flvplayback.nc = new NetConnection();nc.addEventListener(NetStatusEvent.NET_STATUS, nc_netStatusHandler);nc.client = this;nc.connect("rtmp://xx.xx.xx.107:1935/test");publish_stream();function publish_stream(){ ns = new NetStream(nc); ns.attachAudio(mic); ns.attachCamera(webcam); //On publish le stream var now:Date = new Date(); fileName = now.valueOf().toString(); fileName = "mp4:" + nid + "_" + fileName + ".mp4"; ns.addEventListener(NetStatusEvent.NET_STATUS, recordStart); ns.publish(fileName, "record");}the filename is
I want to install FMS 4.5 without the apache webserver and without the ablitly to stream to IOS devices is this possible.?
FlashMediaServer4.5_x64.tar.gz (fms 4.5.1 release)linux instructions followed, success!System Information, logs, etc.. Below.uname -aLinux poolhdz01.localdomain 3.0.0-16-generic #28-Ubuntu SMP x86_64 x86_64 x86_64 GNU/Linuxlsb_release -aDistributor ID: UbuntuDescription: Ubuntu 11.10 x64Release: 11.10Codename: oneiricps -A PID TTY TIME CMD 1 ? 00:00:00 init 2 ? 00:00:00 kthreadd 3 ? 00:00:00 ksoftirqd/0 6 ? 00:00:00 migration/0 7 ? 00:00:00 migration/1 9 ? 00:00:00 ksoftirqd/1 10 ?&nbs
I have just downloaded the developer ed of both FMS and FMG. I am trying to build a simple web training system for my company. The idea being, the intructor will be using a SIP camera connected to FMG. FMG will interface to an FMS application. The audience of the training will see the streaming video and hear the audio through flash players on their PCs. I am having a hard time finding an example of doing anything like this. I have tested streaming video using flash media encoder and I can view the video using the players on webpages. I can connect to the FMG with a SIP video phone and call another SIP video phone. I can call out to the outside world through the SIP gateway from the SIP video phone and I can place calls throught he sip gateway to the FMG server. I have read the documentation several times and just don't understand how to get the Video and Audio from the SIP device to FMS Application so I can stream it. I have
Hi all,I have a Flash Media Streaming Server 4.0 running for more than a year now. I protect the access to my server through the "allowedHTMLdomains.txt and allowedSWFdomains.txt feature" (amongst other things...).We noticed that with Firefox 10.0.2 (last version) and Flash Player 11.1.102.62 (last version) our customers can't connect anymore.In the admin console we can read things like : Authentication failed for pageurl: http://my.domain.com, rejecting connection from XXX.XXXXXX.XXXIf i try from the same computer with another browser, i get Accepted a connection from IP:XXX.XXX.XXX.XXX, referrer: http://my.domain.com/myPlayer.swf, pageurl: http://my.domain.com/myWebPage.phpIn the logs i have lines like that : --> connection error :connectsession2012-03-0112:51:17CETXXX.XXX.XXX.XXXXXX.XXX.XXX.XXX6629219_defaultRoot__defaultVHost_vod_definst_0401XXX.XXX.XXX.XXXrtmpte(HTTP-1.1)2rtmpte://my.streamer.com/vodrtmpte://my.stream
I publish the video stream with H.264 settings to fms 3.5 as recorded and at the receiver's end play it as live. The problem is that at the receiver's end stream is played from the last 4-5 seconds. I want it to play from the current position of the live stream.Any Help please??? netstrm = new NetStream(nc);netstrm.play("mp4:"+instanceName+".f4v", -1);h264Settings= new H264VideoStreamSettings();h264Settings.setProfileLevel(H264Profile.BASELINE, H264Level.LEVEL_1_1);nsPublish.videoStreamSettings = h264Settings;nsPublish.publish("mp4:"+instanceName+".f4v","record");
I've got a fresh RHEL 6.2 64-bit instance on EC2. I've turned off the firewall and have installed an FMS 4.5 dev server. In the logs directory I have admin and master logs (only). The admin logs look ok: #Fields: datetimex-pidx-statusx-ctxx-comment2012-02-2909:24:261144(i)2581173FMS detected IPv6 protocol stack!-2012-02-2909:24:261144(i)2581173FMS config <NetworkingIPv6 enable=false>-2012-02-2909:24:261144(i)2581173FMS running in IPv4 protocol stack mode!-2012-02-2909:24:261144(i)2581173Host: ip-10-204-143-55 IPv4: 10.204.143.55-2012-02-2909:24:261144(i)2571011Server starting...-2012-02-2909:24:261144(i)2631174Listener started ( FCSAdminIpcProtocol ) : localhost:11110/v4-2012-02-2909:24:271144(i)2631174Listener started ( FCSAdminAdaptor ) : 1111/v4-2012-02-2909:24:281144(i)2571111Server started (./conf/Server.xml).-The master logs contain these lines, repeating every 5 seconds:2012-02-2910:43:171076(i)2581226Edge (2790) is no longer active.-2012-02-2910:43
Good day,we are using Adobe Flash Interactive Media server 4.5.1, trying to stream to iPhone/iPad1) Encoding parameters are as follows(see attached screenshot)2) When opening a stream on Ipad/iPhone the audio is corrupt. You can see this when opening the following link http://broadcast06.quantumart.ru/hls-live/adaptive-dfm/_definst_/dfm/livestream.m3u8P.S. In of the recomendations - there was a recomendation to use AAC instead of MP3. For AAC encoding in FMLE we have bought AAC encoder - when encoding to AAC there is no audio AT ALL!
How can I allow Android users to watch a live stream? I've tried using the code snippet below but the video never plays on the devices. The video player comes up, they click play, an ajax spinning/loading wheel comes up but it never plays. I've tested on Android 2.3.6 <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab##version=10,0,0,0" width="400" height="304" align="middle"> <param name="movie" value="StrobeMediaPlayback.swf"></param> <param name="FlashVars" value="src=http://FMS/live.f4m"></pa
Hello, i really need your help...Its my frist time to install FMIS on my dedicated server.And excuse me for my english is speak french... i hope that you can understand me..I have Windows Server 2008 R2 with IIS web server.My website is installed on IIS.I have 2 ip:xx.xx.xx.38 (Web Server - IP dedicated)xx.xx.xx.107 (other IP not use)My questions is:1- During FMIS install, i need install with Apache or not?2- If install with Apache... what i must setup for Apache for dont have problem with IIS?3- If not install Apache... how i can acces to the admin consol? I must copy the webfolder FMIS in my IIS?I attemps to install and i choose not install Apache... And the result is:i see in log that my server is running and i able to connectbut i dont can go to my admin consol. I have error that ie not accept add-on i think is shockwaveBut in install i dont change ip or anything... Can you help me with this?
Hi!We're planning to create a backup server, and would like to know if it is possible to change FMS servers upon a failure, without creating a new SIP connection/sending a SIP Invite msn?In other words: Is there is built-in hot swappable redundancy possible, i.e. the call is moved to the new FMS/FMG?ThanksGabor
Hello All,I have virtual Centos 5.7 with FMS developer and FMG installed.SElinux is disabled, firewall is down, registry is endabled in Server.xml.But FMG core.00.log says :2012-02-29::11:17:33.709 INFO1073742997 RTMP 22662 Connection Failed: Registry Connection to rtmp://localhost/registry/telephony2012-02-29::11:17:33.710 INFO1073742997 RTMP 22662 Connection Failed: Registry Connection to rtmp://localhost/registry/telephony_control2012-02-29::11:17:33.713 DEBUG 1073742997 RTMP 22662 Received onStatus <NetConnection.Connect.Closed> code <status> classType <(null)> description <(null)> detailsI tried flashPhone with url : rtmp://server-ip/telephony and it says NetConnection.Connect.Success.But I am always to this screen.I only can see phone with botton while page is reloading and then again redirected to login screen.Can some help with this issue.Regards,Ivan
How does one go about debugging unknown error messages?My core.00.log file has these entries in them. 2012-02-2409:21:412212(e)2611178Error from libf4f.dll: Total number of messages waiting to be recorded has exceeded the limit.-2012-02-2409:21:412212(e)2611423Failed to record stream2 (Unknown Error).Thanks,Dave
I try to do live stream by FMS 4.5.1 and FMLE 3.2 (H.264&MP3 encoding)It's all good no matter video or audio.But after about 30 mins, stream freeze.Refresh doesn't help, only get a black screen without any error message.restart service or reboot my PC still the same.The only way to fix it is uninstall FMS and Install it again.HDS works again....but same problem happens after 30 mins or a couple of hours.tried on 2 PC (Win7 x64 & x32) still the same.Anyone can help? 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.