Nginx proxy questions

This isn’t a issue Ive only been searching for how to do it. I have limited bandwidth over a 30Mile wireless connection. Can Nginx grab the page from the camera with one stream and share it with many that connect to the Nginx server. I have a gig link on my rack but only about 15mbs on the wireless link. I hope this made sense i don’t know how else to describe it. If the is the wrong place to ask this please move it or let me know where i need to post it. I dont want to stream just the rstp stream i need the whole page.

My issue: Trying to figure out how to have Nginx pull one stream and share that stream with many users. to save bandwidth

How I encountered the problem: N/A

Solutions I’ve tried: None yets

Version of NGINX or NGINX adjacent software (e.g. NGINX Gateway Fabric):

Deployment environment: Wireless connection to save bandwidth with one stream to many.

What you are describing sounds like multicast. Nginx has a module called RTMP that may help with this. I have never configured something like this but this should get you pointed in the right direction: How To Set Up a Video Streaming Server using Nginx-RTMP on Ubuntu 20.04 | DigitalOcean

So your clients should connect to your configured multicast address. Hopefully this works for you, good luck!

You might also want to have a look here RTMP | NGINX Documentation and here GitHub - arut/nginx-rtmp-module: NGINX-based Media Streaming Server