The power of the URL parameter
You can customize the playback of videos by adding query string parameters to the VDO.Ninja URL links, along with many other aspects. VDO.Ninja is highly flexible in this regard, letting you achieve your desired outcome without needing to code and without additional software.
For example, a simple viewer URL link such as
https://vdo.ninja/?view=streamid
could be amended to
https://vdo.ninja/?view=streamid&videobitrate=500
which will cause the viewer to receive the publisher's video stream at a video bitrate of 500-kbps.
Multiple parameters can be appended together by using the ampersand (
&
) as a separating character. For example, to view the video stream published at stream ID
streamid
at a video bitrate of 500-kbps and set the &proaudio
parameter to 1
:http://vdo.ninja/?view=streamid&videobitrate=500&proaudio=1
http://vdo.ninja/?push=aaa&view=bbb,ccc,ddd
Last modified 1mo ago