bandwidth Questions

2

Solved

Does anyone know what are WebRTC bandwidth minimal requirements? I'm interested in what are the values with or without video and for different video resolutions. I'm especially interested in a two ...
Puppis asked 24/4, 2015 at 18:12

2

I have a C# application that uses a native library that sends video to other IP over the internet using UDP. I have no traffic control over that library. My application also calls web services of ...
Seurat asked 25/4, 2017 at 19:26

2

Solved

I've published an android app 2 weeks ago called MyPetrol and within three days hit roughly 90k users in Malaysia. After that, I took down the app due to huge Firebase Database bandwidth consumptio...
Globulin asked 10/4, 2017 at 16:1

2

I am developing a program that continually sends a stream of data in the background and I want to allow the user to set a cap for both upload and download limit. I have read up on the token bucket...
Biggs asked 16/12, 2008 at 11:21

5

Solved

I have developed an application and I want to measure how much network bandwidth it consumes in some typical test cases. I found a few applications like nethog etc. however I am not sure how accu...
Sacculate asked 24/2, 2012 at 18:58

3

We hosted a site in AWS EC2 of type c4.8xlarge. It is a fairly large system with lot of memory and compute resources. Thousands of users tried to access the system during a 2 hour timeframe this we...
Estival asked 31/3, 2015 at 14:37

3

I would like to be able to measure network traffic and limit it. I'm looking for something that lets me know between two calls how much data has been sent and received. Also, I would like to be ab...
Beluga asked 18/2, 2009 at 17:10

1

Solved

I'm trying to get stats of a webRTC app to measure audio/video streaming bandwidth. I checked this question and I found it very useful; however, when I try to use it I get TypeError: Not enough a...
Cudweed asked 8/7, 2016 at 9:19

1

I am developing an android video-streaming application where I must detect internet speed to adjust my stream quality according to that speed. I've searched in the net about how to detect internet...
Hautevienne asked 2/5, 2013 at 8:58

5

Solved

I am submitting relatively lots of data from a mobile application (up to 1000 JSON objects), that I would normally encode like this: [{ id: 12, score: 34, interval: 5678, sub: 9012 }, { id: ....
Stetson asked 22/6, 2012 at 17:8

6

Solved

I have seen a number of questions that don't answer this, is it possible to check someones bandwidth using java script and load specific content based on it? The BBC seem to give me low quality im...
Dinodinoflagellate asked 21/12, 2012 at 10:6

5

Solved

I got interested in this after I saw Square use the headphone jack on the iPhone to send credit card data. What's the average bandwidth of the headphone jack on the iPhone, average notebook, and ...
Lithography asked 2/2, 2010 at 2:8

3

I cannot find exact network performance details for different EC2 instance types on Amazon. Instead, they are only saying: High Moderate Low What does this even mean? I especially want to know ...
Complication asked 29/8, 2013 at 9:41

2

Solved

Ok I know this is a weird problem and may not be possible, so ideas would be appreciated. Anyways, I want to find out how much bandwidth I am giving to each user. I identify a user when he logins ...
Waggish asked 1/1, 2016 at 10:7

1

I want to log the total bytes downloaded and uploaded by my Python script. total_downloaded_bytes = 0 def bandwidth_hook(r, *args, **kwargs): global total_downloaded_bytes total_downloaded_bytes...
Seiler asked 11/10, 2015 at 12:22

1

Solved

I was looking at my billing at noticed my price for Data Transfer made almost 100% of my bill, so I want to be sure I understand exactly what Data Transfer entails, that a GET request. Just for con...
Impassioned asked 14/10, 2015 at 18:32

1

Solved

I need to generate a very high level of wifi activity for a study to see if very close proximity to a transceiver can have a negative impact on development of bee colonies. I have tried to write a...
Splendiferous asked 6/8, 2015 at 15:57

1

Is there any way that we can check internet connection speed or bandwidth programmatically in Xcode. I'm trying to do this because the slow connection are creating problems for certain image upload...
Socher asked 17/7, 2012 at 5:6

3

Solved

I was thinking about giving a try with google app engine. As such I was just reviewing the quotas/limitation the service has. Although google states: All applications can use up to 1 GB of s...
Mormon asked 31/1, 2012 at 0:54

2

Solved

While researching wireless communication protocols for a potential application, I came across this page on Wikipedia which lists throughput rates for both Bluetooth and 802.11 networks: http:...
Collis asked 17/3, 2015 at 16:15

15

Solved

Tools such as MRTG provide network throughput / bandwidth graphs for the current network utilisation on specific interfaces, such as eth0. How can I return that information at the command lin...
Lvov asked 27/2, 2009 at 20:39

8

Solved

I have an application that does a lot of binary data loading. I've encountered scenarios where an unstable 3G connection may intermittently cut out during the loading of some of this binary data, c...
Suffering asked 29/7, 2010 at 18:2

2

What is the easiest and most effective way to measure the bandwidth that my application (multi-threaded, written with OpenMP) is using? I ran STREAM to get the max. sustainable bandwidth, and I'd l...
Rockwell asked 25/8, 2014 at 22:59

2

Solved

The dot product of two arrays for(int i=0; i<n; i++) { sum += x[i]*y[i]; } does not reuse data so it should be a memory bound operation. Therefore, I should be able to measure the memory ba...
Glandular asked 7/8, 2014 at 10:8

2

In push notification mechanisms, like Apple's Push Notification Service, they use persistent IP connections. My question is, how does employing persistent connections save battery and bandwidth of...

© 2022 - 2024 — McMap. All rights reserved.