Calculate Bitrate of Stream?
-
Hello, Hope you all are doing great. Does anyone of you know that how can I calculate bit rate of a stream? I am using c# and javascript. Please guide. Thanks. Kind Regards, Abubakar
-
Hello, Hope you all are doing great. Does anyone of you know that how can I calculate bit rate of a stream? I am using c# and javascript. Please guide. Thanks. Kind Regards, Abubakar
What kind of stream? Download bitrate or playback bitrate?
--- "Anything that is in the world when you're born is normal and ordinary and is just a natural part of the way the world works. Anything that's invented between when you're fifteen and thirty-five is new and exciting and revolutionary and you can probably get a career in it. Anything invented after you're thirty-five is against the natural order of things." -- Douglas Adams
-
Hello, Hope you all are doing great. Does anyone of you know that how can I calculate bit rate of a stream? I am using c# and javascript. Please guide. Thanks. Kind Regards, Abubakar
A Stream is only a sequence of bits. A rate means that something happens with the Stream. For a video stream the bit rate is calculated from the number of pictures displayed per second. For a network stream the bit rate is the number of bits transported per second. For an audio stream you get the bit rate from the number of samples played back each second. And so on and so on ... What kind of bit rate to you need? Playback rates are usually stored in a header block. Network transport rates you have to measured at runtime.
____________________________________ There is no proof for this sentence.
-
What kind of stream? Download bitrate or playback bitrate?
--- "Anything that is in the world when you're born is normal and ordinary and is just a natural part of the way the world works. Anything that's invented between when you're fifteen and thirty-five is new and exciting and revolutionary and you can probably get a career in it. Anything invented after you're thirty-five is against the natural order of things." -- Douglas Adams
It is a playback bitrate and For a video stream. I want to check bitrate of streaming whether bitrate is good enough to play the movie or not? I still not clear plz ask again.
-
Hello, Hope you all are doing great. Does anyone of you know that how can I calculate bit rate of a stream? I am using c# and javascript. Please guide. Thanks. Kind Regards, Abubakar
The bitrate for the stream (assuming mpeg) will be contained in the frame header information for each frame. As for decoding the frames, I will have to leave you to the format specification,http://www.rfc-archive.org/getrfc?rfc=3016
Need a C# Consultant? I'm available.
Happiness in intelligent people is the rarest thing I know. -- Ernest Hemingway