-
Notifications
You must be signed in to change notification settings - Fork 851
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BW_INFINITE (1 Gbps) affects higher bitrates #552
Comments
Hello @maxlovic I´m facing a problem when I try to send more than 80Mbps into one SRT session. DEspite of I´ve changed some parameters inside core.cpp file to avoid crashes in srt-live-transmit with high bandwidht streams: m_iFlightFlagSize = 100000; I can´t find where it is const int64_t BW_INFINITE = 30000000/8; Can you tell me where I can find it? thanks! |
@rmsoto |
@maxlovic But....where is this sentence written?
CAn I turn it to 100Mbps ? |
@rmsoto In |
thx! No improvement though. |
@rmsoto What OS? Windows, Linux, Mac, etc. |
Sorry. libsrt v1.32 and the OS are mainly debian 8.6 and some ubuntu 18.04. I was trying to send 105Mbps Mpeg-TS with about 2-3Mbps of Null Packets....no matter which server I use (they all both have different networks) I cant send more than 83-84Mbps. I also tried with v.1.2.0 and 1.3.1.
We have a system with 1.2.0 where we sent around 100Mbs to a customer which implemented his own srt receiver with the same version. I also copied the SRT compiled in that server and replicate the commands but no way to get more than 84Mbps... Regards and have s good weekend. |
SRT v1.3.2 and lower had the default
maxbw
value is 30 Mbps. Since v1.3.3 the default value is 1 Gbps (#760).The limitaion is not obvious for the end user.
v1.3.2 and earlier
Since v1.3.3
This value affects the sending period of the packets.
-1
. Zero packet send period.The text was updated successfully, but these errors were encountered: