Hello Team
I am using jetson orin nano and currently building a project where we aim to,
Live stream an rtsp stream over LTE(4G) network in real-time (~200 ms Latency) and broadcast to a website”.
We are able to achieve this using WLAN and LAN networks, but the cellular network streams are halted due to poor network conditions.
Hi,
Looks like x264enc plugin supports runtime bitrate change, it can be set in PLAYING state:
bitrate : Bitrate in kbit/sec
flags: readable, writable, changeable in NULL, READY, PAUSED or PLAYING state
Unsigned Integer. Range: 1 - 2048000 Default: 2048
You may set bitrate to smaller value while network condition is not goos.
I would like to inquire if there is any API available that can monitor the network strength and dynamically adjust the bitrate accordingly.
Alternatively, would it be necessary to continuously monitor the cellular network using AT commands and adjust the bitrate value based on the output of these commands?
Hi,
For checking network bandwidth, we generally run iperf command. So you may check source code of iperf. It should be implemented through standard Linux APIs.