Report post You have 30 minutes to complete this form before the CAPTCHA will expire. Security image * Required field JavaScript is required to view this page. Either you do not have JavaScript enabled in your web browser, you do not have cookies enabled in your web browser, or this website is misconfigured such that cookies do not save correctly. This is a reported post for a post in the topic <input class="cms_keep_ui_controlled" size="45" title="[post param="New Setup - Digital Ocean Droplet"]316[/post]" type="button" value="post Comcode tag (dbl-click to edit/delete)" />, by jacobgkau<br /><br /><comcode-quote param="2"><comcode-quote param="Hawkeye">Can I allow more than one video stream to be active on a droplet at one time in the case that they have multiple aircraft flying concurrently? Could this be accomplished by streaming to another port, or would I need to create a new droplet for each aircraft?<br /><input class="cms_keep_ui_controlled" size="45" title="[snapback]315[/snapback]" type="button" value="snapback Comcode tag (dbl-click to edit/delete)" /></comcode-quote><br />I'm tempted to say that instead of specifying two ports like you're doing in your example, you actually want to specify two <i>applications,</i> which can be independently streamed to/read from by providing the corresponding URLs. You may still need to separate out the droplets if security is a concern, because the NGINX RTMP module doesn't support username/password authentication, like I mentioned in my video (at least, it didn't when I made the video– I see that the module has gained HLS support since then, but I still don't see authentication anywhere.)<br />If we think about it, NGINX is binding the port it's listening on, and if you have one NGINX instance handling multiple streams, it can do all of its communication on one port as long as it can tell the streams apart by URL/application name. If you were running several different instances of NGINX, then you could have it separated by port, as long as your streaming software on the drones lets you specify a custom port. I'd try multiple applications first, then move on to ports if that doesn't work.<br /></comcode-quote><br />//// PUT YOUR REPORT BELOW \\\\<br /><br /> Add: Add: Font Size Color [Font] Arial Courier Georgia Impact Times Trebuchet Verdana Tahoma Geneva Helvetica [Size] 0.8 1 1.5 2 2.5 3 4 [Color] Black Blue Gray Green Orange Purple Red White Yellow This is a reported post for a post in the topic [post param="New Setup - Digital Ocean Droplet"]316[/post], by jacobgkau [quote="2"] [quote="Hawkeye"] Can I allow more than one video stream to be active on a droplet at one time in the case that they have multiple aircraft flying concurrently? Could this be accomplished by streaming to another port, or would I need to create a new droplet for each aircraft? [snapback]315[/snapback][/quote] I'm tempted to say that instead of specifying two ports like you're doing in your example, you actually want to specify two [i]applications,[/i] which can be independently streamed to/read from by providing the corresponding URLs. You may still need to separate out the droplets if security is a concern, because the NGINX RTMP module doesn't support username/password authentication, like I mentioned in my video (at least, it didn't when I made the video-- I see that the module has gained HLS support since then, but I still don't see authentication anywhere.) If we think about it, NGINX is binding the port it's listening on, and if you have one NGINX instance handling multiple streams, it can do all of its communication on one port as long as it can tell the streams apart by URL/application name. If you were running several different instances of NGINX, then you could have it separated by port, as long as your streaming software on the drones lets you specify a custom port. I'd try multiple applications first, then move on to ports if that doesn't work. [/quote] //// PUT YOUR REPORT BELOW \\\\ Use of this website implies that you agree to the website rules and privacy policy.