Media Server :: How To Retrieve Fms Bandwidth Into Flex

Apr 7, 2010

How to retrieve fms bandwidth into flex?

View 2 Replies


Similar Posts:


Media Server :: Retrieve Fms Bandwidth Into Flex?

Mar 25, 2009

How to retrieve fms bandwidth into flex?

View 1 Replies

Media Server :: Bandwidth Detection Causes Bandwidth Consumption To Spike

Nov 18, 2010

We are having a little problem implementing bandwidth detection with FMS, for some reason when enable it, bandwidth consumption spikes significantly I am wondering why? and if there a white paper somewhere that would talk about how properly implement this feature.

View 4 Replies

Media Server :: Flash Media Server Bandwidth Limitations

Jun 1, 2010

Is there anyway to utilise the bandwidth of the flash media server from the server side in such a way so that the streaming will happen from the flash media server to the user based on the user internet connection speed. So users with low bandwidth will receive less streaming data in their buffer and users with high bandwidth will receive more streaming data into their buffer from the server.

View 1 Replies

Media Server :: Determine If Have Native Bandwidth Detection On Server (FMIS)?

Oct 27, 2010

As stated in the title, I want to know how to determine if my server/host has native bandwidth detection. I have FMIS 3.5 installed on my Linux server. Is this a setting in FMIS or is this something I have to call my host to find out?

View 5 Replies

Media Server :: Check The Bandwidth Of A Client ( Server Sided ) And Redirecting Him To The Right Video Stream?

Apr 7, 2010

i am currently playing around with a flash media server trial in combination with the flowplayer.All in all i am testing the performance and general functionality for the company i work for.Anyways, i am trying to search a way to check the bandwidth of a client ( server sided ) and redirecting him to the right video stream.Sure this could be done by the backend flash application, but its out intention to perform this check server sided. 

View 4 Replies

Media Server :: Bandwidth For Webcam Streaming?

Apr 23, 2009

I'm trying to stream a webcam from 1 server to many client, what I really need to know is :1. How to adjust a bitrate video for bandwidth streaming, is it enough just using a Camera.setQuality() ?2. If u set Camera.setMode() at large resolution, for example at 1024x768 is it could make the bandwidth for client access increase too ?I mean is it affect the bandwidth for set the resolution at small (ex: 160x120) or set at large (ex: 1024x768) resolution.3. Same as number 2. just it was for video=new Video(w, h) . Is setting a video size affecting the bandwidth ?

View 1 Replies

Media Server :: Globally Limit The Bandwidth Of FMS 3.5?

Mar 5, 2010

Is it possible to limit globally the bandwidth usage of FMS 3.5 ? I don't want FMS  to use all the bandwidth available via our ISP.I want my coworkers and other servers to be able to continue using Internet while sending/receiving data from/to FMS. I know it is possible to limit various bandwidths per Applications, but it seems there is no easy way - using the xml config files - to globally limit the server bandwidth.

View 2 Replies

Media Server :: How Bandwidth Detection Works In FMS

May 23, 2010

I would like to know how bandwidth detection works in FMS? Does it downloading something or what? Does FMS is using rtmp or http protocol to check it?

View 7 Replies

Media Server :: Detect Upload Bandwidth To Fms?

Jun 2, 2011

I am trying to get the "bwcheck" application to work on FMS 4 on Amazon EC2, in order to detect my upload speed to the server and provide the best quality stream for my upload speed.
 
The tutorial I follow is this:

[URL]
 
Both are almost identical. However when I compile the .fla to .swf (having changed the URL for my server and application), and after I load the server-side code, I get the following error in my server-side log:
 
Method not found (recData)
 
I understand that apparently it is not finding the method, but I tried getting it off the function in the global scope, tried attaching it to the client, etc. but nothing worked. The original code of the server-side script is:
 
for ( i = 0; i < 1000; i++ ) {
data += "S->C";
}
Client.prototype.recData = function(data)

[Code].....

View 2 Replies

Media Server :: Calculate Bandwidth For FMS SharedObject?

Aug 18, 2011

Need to know how to calculate bandwidth for fms shared object used in a text chat application..

View 1 Replies

Media Server :: Upload Bandwidth To Another Node?

Nov 4, 2011

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.

View 2 Replies

Media Server :: P2P Multicast And Upstream Bandwidth

Jan 27, 2012

I'm in the process of developing a realtime video chat application where multiple users can send video streams simultanuously. The number of users receiving the streams can be very big, e.g. 10 broadcasters and 500 receivers, each receiver should get all streams.
 
I use RTMFP connections to an FMS and streams are published in P2P multicast groups by passing the groupspec to the NetStream constructor. Currently I'm having problems with audio/video synchronization and video stream 'jumps' (not continuous). From what I read on other threads, this is related to the fact that there is not enough upstream bandwidth for sending the streams. So my questions are:
 
How to calculate the required upstream bandwidth on every peer for the given example of 10 broadcasters and 500 receivers (is it 10*bandwidth of one stream)?What settings (on NetStream, Camera, Microphone etc.) should be used for best results and how to adapt them based on the number of broadcasters? 

View 5 Replies

Media Server :: Live Stream Bandwidth Limiting?

Dec 12, 2008

I have confirmed this behavior in FMS 3.0.2 on Windows 2003, Vista, and Linux.

In prior versions of FMS if I had a publisher sending a live video feed to the server, then I could have subscribers connect to the server and set a bandwidth limit for them and the server would ensure that the subscribers only got as much bandwidth as I set for them. As of version 3, the server now ignores this limiting for live streams.

You can set a limit on the publisher which of course then limits the live stream that subscribers view, but that is not what I want. I want to have the publisher push a live stream at the quality I specify and then I need a way to give some subscribers a lower bandwidth version of that stream. This all worked fine in prior versions of FMS and I can't imagine this is intended behavior in version 3, but it seems like a major oversight.

The bug can be replicated by creating a simple flash app to stream live video to the server and then in a separate NetConnection, subscribe to that live stream and display it. Then on the server side, setup an application.onConnect to do a setBandwidthLimit on the subscriber and you can see that it is totally ignored. You get the full bandwidth stream even though the limit should be reduced for the subscriber.

View 22 Replies

Media Server :: Bandwidth Parameters And Usage Statistics

Jun 5, 2009

We need to record and display daily/weekly/monthly statistics on vod application usage, we are working with multiple application and need statistics for each one of them individually parameters required are bandwidth, number of connection, view time ...

View 5 Replies

Media Server :: Bandwidth Check (bwCheck) And Bitrate?

Oct 9, 2010

we are using RTMP with Flowplayer with dynamic bitrate switching and I'm a bit confused on the bitrate (kbps) that is called out in the code in order to configure the bandwidth check.  I presume that this is the target bitrate if encoding using ABR or constant.  How about for the rest of us that are using CRF?  My understanding is that CRF is the way to go now for H264 (don't want to hijack the thread to a CRF vs ABR discussion).  If we are using CRF, can we guess on the target bitrate that is called out in the bwcheck plugin?

View 1 Replies

Media Server :: Calculate Bandwidth Usage For Each And Every User?

Feb 24, 2011

i m developing live video broadcasting app in fms.. hw to calculate bandwidth usage for each and every user

View 1 Replies

Media Server :: High Bandwidth Is Used By The FMS 4.5 When Serving A VOD File?

Feb 9, 2012

We noticed that when we are streaming our own VOD file that we had copied to the server, which is an .MP4 file encoded at  1200 kbps using either HDS or RTMP (, which I suppose the server recodes on the fly ) we are getting the incoming stream at the average bitrate of 14 Mbit/s, and it looks like bursts of 25 Mbit every couple of seconds.
 
However if we try a sample file, such us sampl1_1500kbps.f4v we are getting an average of 1.2 Mbit/s with peaks of 1.5-2 Mbit. The tests are conducted in our company LAN. So what is the reason for this? And is there a way to control/restrict the output bandwidth for our own file without re-encoding? I'm not talking about several streams with different bitrate for the same source aka adaptive bitrate but rather about the single stream bw)

View 1 Replies

Detect Upload Bandwidth To Flash Media Server?

Jun 5, 2011

I am trying to get the "bwcheck" application to work on FMS 4 on Amazon EC2, in order to detect my upload speed to the server and provide the best quality stream for my upload speed.The tutorial I follow is this:{URL}Both are almost identical. However when I compile the .fla to .swf (having changed the URL for my server and application), and after I load the server-side code, I get the following error in my server-side log:Method not found (recData) understand that apparently it is not finding the method, but I tried getting it off the function in the global scope, tried attaching it to the client, etc. but nothing worked. The original code of the server-side script is:

for ( i = 0; i < 1000; i++ ) {
data += "S->C";
}

[code].....

View 1 Replies

Media Server :: 2.0.5 - Video Image Quality Versus Bandwidth?

Jul 8, 2009

Does anyone know if Flash Media Server can be configured to reduce the image quality of a publish stream if available bandwidth goes down or there are delays in the connection?
 
When I (locally) play back videos recorded on poorer/intermittent connections, video frames are dropped, so the image freezes up.

View 6 Replies

Media Server :: Dynamic Buffering Based On Bandwidth And Datarate?

Jul 13, 2010

I'm trying to determine an initial value for NetStream.bufferTime based on the client's calculated bandwidth and the video's bitrate.As far as I can tell you can't do this, because you must have an initial buffer set BEFORE you call NetStream.play() (or use the default 2 seconds) and FMS does not call NetStream.onMetaData, where one would normally find the videodatarate, until after NetStream.play() is called.Even if you modify NetStream.bufferTime during the onMetaData call back it doesn't effect when the video starts playing or when the NetStatus event registers "NetStatus.Buffer.Full".
 
How do I find the Video Data Rate BEFORE I call NetStream.play?How do how do I reset the initial bufferTime before acctual play back begins and the NetStatus event fires with "NetStatus.Buffer.Full"

View 1 Replies

Media Server :: Increasing Bandwidth While Publishing Live Video?

Aug 15, 2010

I have made a sample application for publishing video through FMS using as3.In that I had used the same code as given in the sample provided by the adobe,

m_nc = new NetConnection("rtmpt://localhost:1935/Test");
private function onNetStatus(event:NetStatusEvent):void  {
switch (event.info.code)   case "NetConnection.Connect.

[code].....

View 2 Replies

Flash :: Test Streaming Bandwidth On Localhost With Media Server?

Jan 13, 2011

I'm trying to debbug my code on Client side (Action Script 3) that works with Flash Media Server 4 on localhost. Everything seems fine up to that point.However, when I'm trying to test my player with other remote streaming servers, I notice bugs because of lower bandwith transmission between the server and the player.Is there a simple way to simulate lower bandwith with FMS4 on localhost (by config, application.xml, programmation...) ?

View 2 Replies

Media Server :: FMS Bandwidth Detection To Deliver Appropriate Video Version

May 30, 2011

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?

View 1 Replies

Media Server :: Flv Playback Client Side Bandwidth Detection?

Jun 23, 2011

Has anyone been able to get bandwidth detection to work using the flvplayback control (client side - using AS3)? I have successfully got it to work using the video component with bwcheck and bwdone but I need to figure out how to do this with the FLV playback control. I am using FMS 3 and do not want to use the native bandwidth detection that comes with FMS. I need to detect the clients bandwidth and set the buffer time and what bitrate of a video (high, medium, low) I provide to a user based on their bandwidth.
 
In other words, is there an equivialant of bwcheck and bwdone that the flv playback can hook into to detect the client's bandwith?

View 2 Replies

Test Streaming Bandwidth On Localhost With Flash Media Server?

Jan 13, 2011

I'm trying to debbug my actionscript (AS3) code on Client side that works with Flash Media Server 4 on localhost. Everything seems fine up to that point.

However, when I'm trying to test my player with other remote streaming servers, I notice bugs because of lower bandwith transmission between the server and the player.

Is there a simple way to simulate lower bandwith with FMS4 on localhost ?

by config, application.xml, etc.?
by programmation (main.asc) ?
both ?

View 2 Replies

Media Server :: Creating A Streaming Video Player W/bandwidth Detection?

Mar 30, 2010

I've just been asked to create a video player which automatically chooses the correct bitrate video to stream by detecting the bandwidth.I have no experience creating a video player so I'm looking for links/resources to do some research on the topic.Has anyone here created a video player in Flash? Would it be better to create in Flash or Flex?Once again, I have no prior knowledge in this type of creation and could use an experienced developer's opinion on what the first step is towards progress.

View 3 Replies

Media Server :: Detecting Bandwidth Quality For Live Video Streaming?

Dec 21, 2010

We have an application that is using FMS to  share slides (swf,jpg, etc) with another client. We added a video as an option. We would like to verify as often as possible the bandwidth quality between communications in order to suggest the user to close video if we notice bandwidth is not optimal.
 
We've been experimenting doing a bandwidth detection every 60 seconds, but I am wondering if there are specific guidelines to do this for live video, like how many times one should verify bandwidth? Is it ok to take one reading or should we take a few readings and then average out?

View 1 Replies

Media Server :: Deliver HD Video In Different Bitrate Based On Enduser's Bandwidth

Sep 22, 2011

I want to deliver HD Video  in different bitrate based on enduser's bandwidth.Also enduser should able to change the bit rate like 200p, 700p, 1500p.

View 1 Replies

Media Server :: Retrieve JSON Data In Asc File?

Dec 22, 2011

In an asc file, I am trying to retrieve some data from a server that uses JSON as its exchange format each time someone connects to a specific application. ( I can't control the exchange format)To do that I send a POST using the sendAndLoad method of a LoadVars ObjectSo far I only managed to get the HTTP header. The target object from the sendAndLoad method seems to be empty .he response format from the server is like this :{"result":{"uid":"24947431041778945007157724608309","sid":"20825068196 030559827758762683967"} (I got it by doing a POST with cURL)ince the data doesn't have the attribute=value&attribute2=value2..."format, I think I will not be able to get themoes anyone know if it is possible to first get and then parse these data using either ServerSide ActionScript's API

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved