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

Change url #67

Closed
mzilot opened this issue Nov 2, 2015 · 5 comments
Closed

Change url #67

mzilot opened this issue Nov 2, 2015 · 5 comments

Comments

@mzilot
Copy link

mzilot commented Nov 2, 2015

How we can share a music to others by url?

@ohnx
Copy link
Contributor

ohnx commented Nov 2, 2015

You can share a link to the node-music-player server if it's public. (ie, the port is open)

@mzilot
Copy link
Author

mzilot commented Nov 2, 2015

I can only share a web address like IP:2000, but i want share any song by a unique url like IP:2000/songs/song1

@benkaiser
Copy link
Owner

Yeah you can do that @mohammadrezaprw , if you bring up the dev tools in chrome, click the "Network" tab then click the song you want to share, you should see the item show up there (one might be the thumbnail, the other the track). You should be able to grab the link to that track (e.g. one on mine is: http://localhost:2000/songs/akBAiHa1tv2jeqdd) and then share that link with someone. It will just share the raw stream directly, no pretty page for displaying it or anything (so they can control-s the page and download it).

Attached is a screenshot of the dev tools networking tab on my machine:

image

@benkaiser
Copy link
Owner

Closing this issue for now, let me know if anything still persists and I will re-open.

@ohnx
Copy link
Contributor

ohnx commented Nov 3, 2015

@benkaiser on Chrome at least, it will show a simple player for the audio.

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

No branches or pull requests

3 participants