Open stream url with authentication #515
Unanswered
djsakisd
asked this question in
Help & Support
Replies: 2 comments 2 replies
-
@danpastori might be the best person to respond to this 😃 |
Beta Was this translation helpful? Give feedback.
0 replies
-
As of right now, there is not and that's only because I've never used a protected resource like this. I'm very interested in implementing these more advanced features. Do you have an example of how you'd approach this or a server we could experiment with? I'm working on #514 and could take a look at adding this to the new 6.0.0 version or at least design a way where it's possible. Thanks! |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi @jaydrogers
Is there an option to pass stream authentication data along with song URL ?
This is to support icecast authenticated streams that require user & pass details.
Normally these options are passed through headers like : headers={"Icy-MetaData": "1", "User-Agent": user_agent, 'Authorization': 'Basic %s' % encoded_credentials.decode("ascii")} )
Beta Was this translation helpful? Give feedback.
All reactions