Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

personalized users/passwords for Icecast2 mount points #14

Closed
GoogleCodeExporter opened this issue Oct 15, 2015 · 6 comments
Closed

personalized users/passwords for Icecast2 mount points #14

GoogleCodeExporter opened this issue Oct 15, 2015 · 6 comments

Comments

@GoogleCodeExporter
Copy link

ok, i made it a litle long so i will put the short part first:

add a way to change the source username in icecast2 streams

whi?... there you go...


i dont know there support for perzonalized  user/password for icecast2 streams, 
or how to use it in edcast if there is.

at icecast2 server is configured as 

<mount>
        <mount-name>/stream.ogg</mount-name>
        <username>othersource</username>
        <password>hackmemore</password>
</mount>

if it nice if it is given support, i havent seen  sources that give it
beside VLC (that is not very user friendly, but suport video streaming)

this plus fallback options, give administratos of the radio,  a safe way to 
temporaly "interrupt" transmitions.
next is the configuration to a /admin mount that "steals" the listeners from 
/stream

<mount>
      <mount-name>/admin</mount-name>
      <fallback-mount>/stream</fallback-mount>
      <fallback-override>1</fallback-override>
      <hidden>1</hidden>
</mount>

but is a litle risky to have it, if is not private,

for the one that dont know, normal stream conection use "source" as user as 
default:

http://source:source_password@host:port/mount

when is  configured at mount it is:

http://mount_user:mount_password@host:port/mount


Original issue reported on code.google.com by all...@gmail.com on 25 Nov 2011 at 7:36

@GoogleCodeExporter
Copy link
Author

Wont fix until v4

Original comment by jaroma...@gmail.com on 26 Nov 2011 at 11:45

  • Changed state: Accepted
  • Added labels: Milestone-Release4.0, Priority-NextRelease
  • Removed labels: Priority-Medium

@GoogleCodeExporter
Copy link
Author

Original comment by jaroma...@gmail.com on 26 Nov 2011 at 11:46

  • Added labels: Type-Enhancement
  • Removed labels: Type-Defect

@GoogleCodeExporter
Copy link
Author

since icecast 2.3.3 source url auth is official :D!
meaning that the username field .. is a little more important 
regards!

Original comment by all...@gmail.com on 24 Jun 2012 at 10:42

@GoogleCodeExporter
Copy link
Author

Original comment by jaroma...@gmail.com on 9 Feb 2013 at 2:55

  • Changed state: NextRelease

@GoogleCodeExporter
Copy link
Author

Original comment by jaroma...@gmail.com on 21 Dec 2014 at 11:29

  • Changed state: WontFix

@GoogleCodeExporter
Copy link
Author

Original comment by jaroma...@gmail.com on 21 Dec 2014 at 11:31

  • Added labels: Priority-Low, Type-Other
  • Removed labels: Priority-NextRelease, Type-Enhancement

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant