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="Re-Streaming using NGINX"]194[/post]" type="button" value="post Comcode tag (dbl-click to edit/delete)" />, by jacobgkau<br /><br /><comcode-quote param="2">Hello!<br /><br />So, the error message you're getting is because a colon (<img class="top_vertical_alignment" alt=":)" src="https://nerdonthestreet.com/themes/default/images/cns_emoticons/smile.png" /> in a URL generally indicates a port. There was a time when HTTP websites authenticated using user:pass@, but that time has long since passed, and RTMP doesn't use that formatting to my knowledge.<br /><br />In order to authenticate RTMP through a URL, you'll probably have to add the username and password to the <i>end</i> of the URL, as query parameters. That means you'll have a question mark (?) followed by the username and password in some configuration. Exactly what configuration that is, I can't say unless I know what software you're using for the actual RTMP server (or what website you're re-streaming to that requires authentication.) For Nimble Streamer, the end of the URL is "?rtmpauth=push_login:push_password" (the colon doesn't mess anything up here because the question mark means it's a query parameter, so it can't be a port.) For Wowza, the end of the URL might be something like "?user1&pass1", but you might need to set some extra configuration files up.<br /><br />What website/software are you streaming to?<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="Re-Streaming using NGINX"]194[/post], by jacobgkau [quote="2"] Hello! So, the error message you're getting is because a colon (:) in a URL generally indicates a port. There was a time when HTTP websites authenticated using user:pass@, but that time has long since passed, and RTMP doesn't use that formatting to my knowledge. In order to authenticate RTMP through a URL, you'll probably have to add the username and password to the [i]end[/i] of the URL, as query parameters. That means you'll have a question mark (?) followed by the username and password in some configuration. Exactly what configuration that is, I can't say unless I know what software you're using for the actual RTMP server (or what website you're re-streaming to that requires authentication.) For Nimble Streamer, the end of the URL is "?rtmpauth=push_login:push_password" (the colon doesn't mess anything up here because the question mark means it's a query parameter, so it can't be a port.) For Wowza, the end of the URL might be something like "?user1&pass1", but you might need to set some extra configuration files up. What website/software are you streaming to? [/quote] //// PUT YOUR REPORT BELOW \\\\ Use of this website implies that you agree to the website rules and privacy policy.