『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
Questions
新着順
I have recently upgraded to FMS 4.5 from FMS 3.5. I have a lot of old apps that utilized the FlvPlayback component 2.1, these apps have stopped streaming video. All the apps that use the FlvPlayback Component 2.5 or OSMF or other players like JWplayer work fine with the FMS 4.5. Does FMS 4.5 not work with the old FlvPlayback component 2.1?
Using Flash and RTMP it's easy to go to a specific time in a VOD stream served from AMS using the seek method.Is there similar ability to seek to a specific time in VOD delivered to Safari on iOS? The native video player provides a currentTime method, but I've not seen documentation anywhere to suggest currentTime or another method to provide rapid and accurate time based access from AMS.FWIW, Wowza documentation provides an answer:http://www.wowza.com/forums/content.php?326-How-to-specify-a-play-start-time-and-duration-for-HTTP-streamingTIA,RT
Hi,I have setup an Origin and Edge server to offload live and VOD content. However, my end-users are pointing explicitly at the Edge server. Is there any way to configure the setup so the Edge server (proxy) is transparent and the end-users only know about the Origin server? I am trying to configure video split streaming with FMS.
Hi all,The Adobe live docs say that on call to getStats() an object is returned with bw_in and bw_outbw_outCurrent upstream (client to server) bandwidth for this client.bw_inCurrent downstream (server to client) bandwidth for this client.My application is sending audio to server and there is only 1 connection attached following is the results of getStats():stats.client_id = 5216658701766707524stats.bytes_in = 6121325stats.bytes_out = 3627275stats.msg_in = 30106stats.msg_out = 701stats.msg_dropped = 0stats.ping_rtt = 1stats.audio_queue_msgs = 0stats.video_queue_msgs = 0stats.data_queue_msgs = 0stats.dropped_audio_msgs = 0stats.so_queue_msgs = 0stats.dropped_video_msgs = 0stats.audio_queue_bytes = 0stats.video_queue_bytes = 0stats.data_queue_bytes = 0stats.dropped_audio_bytes = 0stats.dropped_video_bytes = 0stats.bw_out = 78stats.bw_in = 4057stats.so_queue_bytes = 0How could bw_in(server to client) be 4057, because in my case the client is only sending audio to Server so it should be cli
This question was posted in response to the following article: http://help.adobe.com/en_US/flashmediaserver/amazonec2/WS6fc2df2b6d2ce2431afba23c12c3967d3ca-7ff7.2.html
HiI have a licence fms5 and want to maintain it from admin console.But i cannot login into it.My fms5 is running on Linux.The admin server process is running and waiting with listen.The admin console login account is when it had installed.I access to the url url is as following. http://<server ip address>/ams_adminConsole.htmI checked ams.ini and Users.xml, both were fine.When i was refused login, but there were not any messages in admin*.log.I access to it by remote, and telnet <server ip address> 1111 is getting timed out.The port 1111 should be touched from outer or it just use internal so it ok?-Ono
I use two-level architectrue to construct web cam application. One origin server with two edge servers connecting to it. If user A conncect to origin server and publish stream to origin directly, subcribers connecting to edge node, and watch streams, both origin and edge are stable for long time. But, if user A connect to edge node, and publish to it, subscribers are still connect to edge and watch stream from edge, neigher origin nor edge are unstable. The cpu and memory usage grows higher and higher as time goes on. Two or three days later, servers are not available, then we need to restart FMS.please be aware that we restart fms at the both vallies of phyical_mem digram.So, here my questions1: why servers are unstable if we publish to edge instead of origin2: is there alternative solution, because many user from diff geo with diff isp will publish streams at the same time, bandwidth is not ensured if all of them connect to origin directly.
Hello,First off, I am not a web developer, but I can put together a page if I have to. I have been tasked with setting up our Adobe Media Server 5 for live streaming and have successfully gotten the HDS and HLS streams running. I have created the two pages on our webserver to link to the HDS and HLS streams and I wanted to be able to integrate them into one page so the users don't have to choose the appropriate stream. Can anyone point me to a site or maybe an adobe help on how to do this simply and effectively? Does adobe have some prewritten code for this somewhere?
Hi there on my fms i would like to get a playlist up so when the stream is not live, a playlist it going with the flv's or f4v that ive uploaded how would i do this can i have advice please ?thanksgary
Is there any example VCL configuration for reverse proxying FMS 4.5, including examples of how to handle live stream failover features in 4.5.2? The documentation for FMS does not provide anything other than saying it is possible. http://help.adobe.com/en_US/flashmediaserver/configadmin/WS418c3323187a5d5740d39080135d5593e08-8000.html#WS418c3323187a5d5740d39080135d5593e08-7ffe)
In my application I am using H.264 with setting h264Settings.setProfileLevel(H264Profile.BASELINE, H264Level.LEVEL_1); and record stream in f4v formatpublish("mp4:"+streamName+".f4v", "record");Now In the live session stream in fine at receiver end but When I watch recorded file Its quality was very poor. It looks very Blocky and blurry. I am using Flash Media Server 3.5.7Anyone having solution then please let me know.
I have script and data on D drive and its filling up and would like to use whats on d drive but also put new data on E drive - so effectively three drives, one for software (c) and one for fms data (d) and want to put new data on (e) - is there a page on here on how, or can anyone explian how and where its done - thanks
Hello!This is my server side playlist application:application.onAppStart = function(){ this.myStream = Stream.get("serverplaylist"); this.myStream.record(); this.myStream.play("two-01-02",0,-1,true ); this.myStream.play("two-01-02", 0, -1, false); this.myStream.play("two-01-01",0,-1,false );}After last movie plays, I need to reload the application and it starts again.I would like to ask, how to repeat the server side playlist, without reload the application. A real continuos play.Thanks,Rafael
Hi,How can I set on the server and on the player (.swf) side not to keep buffer.I want to set buffer time to zero,so even if the internet connection lags not to keep buffer and when eshtablishes connection again to start without having kept any buffer.It may result on lagy video but thats not a problem,i prefer having 2 sec lag than having best possible quality without lag.
I have a need to record and play back (live or recorded) videos with DVR controls. As such, I have downloaded and installed the DVRCast application for Flash Media Server 4.5. The trick is that I need to support videos from two different sources: Flash Media Live Encoder and a VBrick hardware encoder. While it is possible to have FMLE autostart the recording (live playback works properly in this case), I cannot have the VBrick device do the same.I have spent more time than I would care to admit consulting resources all over the internet and trying to configure DVRCast to automatically start recording during the onPublish event and stop recording during the onUnpublish event, but there is always something missing. For example, the playback of live video (with a StrobeMedia based player) does not automatically seek to the live point and there is no live section of the scrub bar despite the fact that the video duration still appears to be increasing. I know this functionality works on the
I keep getting spurious errors like below. I can't find information around them anywhere. Anyone knows what's going on?This is using stock 4.5.1 mod_f4fhttp &.is highly problematic as it brings down the entire s3fs mount point and leaves the whole server unusable....[Tue Dec 18 11:10:48 2012] [error] mod_f4fhttp [500]: Coretech error 1 when processing /vod/file1_Seg1-Frag907[Tue Dec 18 11:10:49 2012] [error] mod_f4fhttp [403]: No access to /mnt/vod/file2_Seg1.f4f[Tue Dec 18 11:10:52 2012] [error] mod_f4fhttp [403]: No access to /mnt/vod/file3_Seg1.f4f...Thanks,Hans
We stream a weekly radio show and even just testing with no listeners and there is no server load, our stream stops and starts continuously. It seems like a buffering issue but we're not sure where to start looking. It happens from many different locations geographically.I'll be happy to offer details if anyone has some advice.We are streaming our first live show with this new stream setup from http://www.pulpmx.com/pulpmx-show at 9PM PST tonight. We are actually just running some music right now as we try to troubleshoot what is happening.Thanks
Hello,I was streaming locally at about 300 kbps, about 10 seconds after I start streaming, it pop a brief message that said : "buffering" and the framerate drops to 90 kbps and there is about 4 seconds lag between my monitor and the stream result. (there was less then 1 second before)Any idea how can I fix this buffering issue?
Im using fms 4.5(windows machine) for a live video streaming application. The application is done in flex 3 and it is about capturing a camera input in the presenter side and the live video will be streamed to the viewer using the fms. There is no problem if the viewer is using windows machine and ios. But if the viewer is using Android device, then video is not dispalying as it wont support flash player. Is there any way to stream a live video from fms 4.5 to Android device?Thanks in advance.
This question was posted in response to the following article: http://help.adobe.com/en_US/flashmediaserver/amazonec2/WS6fc2df2b6d2ce2431afba23c12c3967d3ca-7ff1.2.html
Hi,In my application, a publisher starts a live video and a receiver could recieve it through FMS rtmp. The problem:1) Once the receiver faces latency, due to slow connection, the latency keeps on increasing from 1 second to 10s, 20s and above. What i feel here is that the reciever's buffer starts accumulating video data and keeps on accumulating it and never flushes it.I am unable to find a property in netStream and Application.xml to empty the buffer of a poor connection reciever.How can i fix this issue, so that a slow connection receiver's latency remains constant around 2 - 3 seconds. Please help.Regards,Sahil.
This question was posted in response to the following article: http://help.adobe.com/en_US/flashmediaserver/devguide/WS5b3ccc516d4fbf351e63e3d11a0773d117-7fccDev.html
Hey everyone i am not be able to login in my Administration Console, First of all i thought that i have forgot my password so i have reinstalled Adobe Flash Media Server 4.5 but that problem is still there. What to do?RP
I need to use the sc-bytes data contained in the access.*.log files for billing purposes.The log file(s) contain data specified in an f4m but does not contain data specified in a m3u8.I am using a pristine install of AMS 5.0.1.What do I need to do to record data for m3u8 "streams"?Thanks,Ken
Hi, and happy new year!I use Flash media server 4.0 and an own built .swf player for streaming.I want to know if there is any way to see realtime the viewers that are watching my stream.Or afterwards if it is not possible realtime.And if theres any way to put a view counter on my .swf player so that everybody can see how many people are watching my stream.Thanks!Michalis.
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.