Page 1 of 1

Can I have it so theres no user and pass for listeners?

Posted: Sun Jun 27, 2010 11:28 pm
by donnyten
Hi.

is it possible for someone to play an m3u stream i link them to without having to login to my jukebox?

Like say I posted one of my songs, and i just gave them the link to that specific stream, could they play it without having to login with a user and pass?

Re: Can I have it so theres no user and pass for listeners?

Posted: Wed Jun 30, 2010 8:56 am
by wbartels
At the moment this is not possible.
However you can share an album for downloading (share album) without a username and password.

I will make a similar feature for streaming in the upcoming release!
This is what I have in mind:
  • A stream link will be valid for a week.
  • A stream stream will be locked to the first IP address that uses it.

Re: Can I have it so theres no user and pass for listeners?

Posted: Wed Jun 30, 2010 2:58 pm
by donnyten
Cool..

Can't wait :)

Thanks for responding.

Re: Can I have it so theres no user and pass for listeners?

Posted: Sat Jul 10, 2010 12:46 pm
by wbartels
Implemented in netjukebox 5.22

Re: Can I have it so theres no user and pass for listeners?

Posted: Sat Jul 10, 2010 2:14 pm
by donnyten
Thanks!

So can you tell me how i can get this to work?

Re: Can I have it so theres no user and pass for listeners?

Posted: Sun Jul 11, 2010 5:51 pm
by wbartels
Go to the album you want to share and click on "Share stream".
Now you have tree ways to share the stream: Mail, URL or QR-Code.

Re: Can I have it so theres no user and pass for listeners?

Posted: Sun Jul 11, 2010 5:57 pm
by donnyten
when i click on the album all i see is " Play album
Add album
Stream album
Download album
Search...
Advanced...

Re: Can I have it so theres no user and pass for listeners?

Posted: Mon Jul 12, 2010 12:15 am
by wbartels
donnyten wrote:when i click on the album all i see is " Play album
Add album
Stream album
Download album
Search...
Advanced...
Use the config file from netjukebox 5.22!
With the default config.inc.php file you should see:

Play album
Add album
Stream album
Download album
Share stream
Share download
Search...
Advanced...

Re: Can I have it so theres no user and pass for listeners?

Posted: Mon Jul 12, 2010 2:24 am
by donnyten
Hi...

this is pretty dope.. :)!

Where there be any implementations to make it so that the stream link is open to anyone who clicks on it and not just locked to one user?

Re: Can I have it so theres no user and pass for listeners?

Posted: Fri Jul 01, 2011 2:42 am
by donnyten
It's been a while since I last posted and I have not found a solution yet. I'd like to know about the streaming thing in my last post. Has his been implemented in any of the updates?

Thanks

Re: Can I have it so theres no user and pass for listeners?

Posted: Mon Jul 04, 2011 8:26 pm
by donnyten
Hello?

Re: Can I have it so theres no user and pass for listeners?

Posted: Mon Jul 04, 2011 10:26 pm
by wbartels
donnyten wrote:Hi...

this is pretty dope.. :)!

Where there be any implementations to make it so that the stream link is open to anyone who clicks on it and not just locked to one user?
I think that it will work if you make these changes to the stream.php script:

line: 67
-- AND ip = "' . mysqli_real_escape_string($db, $_SERVER['REMOTE_ADDR']) . '"

line: 322
-- if ($share_stream['ip'] == $_SERVER['REMOTE_ADDR'] &&
-- $share_stream['album_id'] == $album_id &&
++ if ($share_stream['album_id'] == $album_id &&

Re: Can I have it so theres no user and pass for listeners?

Posted: Mon Jul 04, 2011 11:33 pm
by donnyten
cool, let me try it.

right now i' running a wamp server and I have people streaming the music that way for now. wanted to know if this would be a bit better