Can I have it so theres no user and pass for listeners?
Can I have it so theres no user and pass for listeners?
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?
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?
- wbartels
- netjukebox developer
- Posts: 881
- Joined: Thu Nov 04, 2004 3:12 pm
- Location: Netherlands
- Contact:
Re: Can I have it so theres no user and pass for listeners?
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:
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?
Cool..
Can't wait
Thanks for responding.
Can't wait
Thanks for responding.
- wbartels
- netjukebox developer
- Posts: 881
- Joined: Thu Nov 04, 2004 3:12 pm
- Location: Netherlands
- Contact:
Re: Can I have it so theres no user and pass for listeners?
Implemented in netjukebox 5.22
Re: Can I have it so theres no user and pass for listeners?
Thanks!
So can you tell me how i can get this to work?
So can you tell me how i can get this to work?
- wbartels
- netjukebox developer
- Posts: 881
- Joined: Thu Nov 04, 2004 3:12 pm
- Location: Netherlands
- Contact:
Re: Can I have it so theres no user and pass for listeners?
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.
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?
when i click on the album all i see is " Play album
Add album
Stream album
Download album
Search...
Advanced...
Add album
Stream album
Download album
Search...
Advanced...
- wbartels
- netjukebox developer
- Posts: 881
- Joined: Thu Nov 04, 2004 3:12 pm
- Location: Netherlands
- Contact:
Re: Can I have it so theres no user and pass for listeners?
Use the config file from netjukebox 5.22!donnyten wrote:when i click on the album all i see is " Play album
Add album
Stream album
Download album
Search...
Advanced...
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?
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?
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?
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
Thanks
- wbartels
- netjukebox developer
- Posts: 881
- Joined: Thu Nov 04, 2004 3:12 pm
- Location: Netherlands
- Contact:
Re: Can I have it so theres no user and pass for listeners?
I think that it will work if you make these changes to the stream.php script: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?
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?
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
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