Skip to content

Resource usage #158

Discussion options

You must be logged in to vote

so I run this on my own rpi3 so a 4 should be fine. The resources on the ram and CPU are not much but I don't have exact numbers on hand.

All we are doing is pulling frames from the camera filtering out the packets the camera gives us into audio and video and then passing the video to gstreamer for it to serve as rtsp.

We do however do some processing on the audio because some of the cameras use an old audio format that is not supported for use over rtsp.

The major requirment is bandwidth. Don't forget that you are going to be both receiving and sending a HD stream at once so it will probably be double what you expect.

There also seems to be a limit to how many open connections neolink ca…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@nfettinger
Comment options

Answer selected by nfettinger
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants