<div dir="ltr">Hello!<div><br></div><div>I'm having trouble embedding my url-authenticated stream on my website on certain browsers. I'm hoping someone can offer some advice.</div><div><br></div><div>My site offers a subscription to the stream where the username and password are system-generated and unique to the subscriber. The system-generated password is stored in the database and passed to the page based on which subscriber is logged in. Since the username and password are system-generated and unique to each subscriber, I'm not concerned about passing the username and password in the URL for the Icecast server authentication.</div><div><br></div><div>Embedding the following URL in my HTML5 audio player works in Safari and Firefox:</div><div><br></div><div><a href="http://theusername:thepassword@myicecastserver.com/my-mount-point">http://theusername:thepassword@myicecastserver.com/my-mount-point</a></div><div><br></div><div>However, this method doesn't work in Chrome or Internet Explorer because these browsers don't support passing the username and password in the URL. (If I embed a mount URL in Chrome or Internet Explorer without authentication it works just fine so I know it's the authentication that is the problem. It's not a player compatibility issue.) In Chrome it still prompts for the username and password. In Internet Explorer it just simply doesn't work.</div><div><br></div><div>Does anyone have any guidance regarding how I can pass the username and password authentication header with javascript, php, or another method?</div><div><br></div><div>Thanks!</div><div><br></div><div>Jay</div></div>