The view link sets the video bitrate per stream in
&videobitrate (&vb)
The view link is setting the target video bitrate per incoming stream.
https://vdo.ninja/?push=streamidhttps://vdo.ninja/?view=streamid&vb=2000
The view link is setting the bitrate per incoming stream (in this case 2000-kbps). So if you have a view link with three incoming video feeds: &view=stream1,stream2,stream3 - every source is pushing 2000-kbps as &vb=2000 and the view link has a combined bitrate of 6000-kbps.
Depending on browser/negotiation, &vb can be enforced via SDP munging and may also cap the maximum bitrate.
The view link sets the total video bitrate for all incoming streams combined
&totalscenebitrate (&tsb)
This is similar to &vb but it sets the target and maximum bitrate for all incoming streams combined.
All three push parameters cap the maximum. If you set one of these values, the outgoing video bitrate will never be higher than that limit.
&tsb always limits the bitrate on the viewer side (total across streams). &vb sets the viewer target per stream, but it can be capped by sender-side limits or SDP munging.
&vb overrides the default target from &ovb
&mvb is a software max cap, regardless of &vb or &ovb
&tsb caps the total incoming bitrate across all streams