mirror of
https://github.com/koel/koel.git
synced 2026-04-25 00:36:03 +03:00
[GH-ISSUE #740] Streaming url? #531
Labels
No labels
Authentication
Dependencies
Documentation
Feature Request
Flac
Help Wanted
Installation/Setup
Integration
Mobile
PR Welcome
Pending Release
Performance
Playlist
S3
Search
Sync
[Pri] Low
[Pri] Normal
[Status] Keep Open
[Status] Needs Author Reply
[Status] Needs Review
[Status] Stale
[Status] Will Implement
[Type] Blessed
[Type] Bug
[Type] Duplicate
[Type] Enhancement
[Type] Help Request
[Type] Question
[Type] Task
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/koel-koel#531
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mikeziri on GitHub (Apr 12, 2018).
Original GitHub issue: https://github.com/koel/koel/issues/740
v.3.7.2
hi, I can't seem to understand the streaming part of this software.
yes it plays in a browser but advertises as an "audio streaming service". tried to figure out how to play (stream) a song on vlc and can't seem to do it.
my question might be: in order to play this in a music player client that streams from http or upnp I have to bypass the login middleware.
I checked the browser requests and it seems to auth via jwt on the Authorization header and then it streams.
http://{host}:{port}/api/{song-id}/play?jwt-token={valid-token} works fine. would love to have a way (maybe on the settings menu) to add an api token with expiration date / refresh_token and I could then add it to any music player.
maybe even add some apis to do discovery like be able to show all songs, all albums, all artists, search, instead of the /api/data that dumps a json with the "DB"
good job. keep up the good work (no in the mobile browser)
would love to stream on my mobile app.
@aristosv commented on GitHub (Feb 7, 2019):
Hello, did you find a solution to this? I would also like to have the option to provide a stream url to someone and have them listen to my songs, without having to open a browser.
@BrookeDot commented on GitHub (Apr 15, 2020):
@phanan correct me if I'm wrong, but I think streaming via a share link like described above is out of scope for the goals of the project. I'm sure if someone submitted a PR it's something that could be considered in the future. However, for now I vote we close this as "out of scope".
@phanan commented on GitHub (Apr 15, 2020):
Agreed.
@areohbe commented on GitHub (Jul 24, 2020):
@mikeziri I have a similar use case. Did you find another option?
@mikeziri commented on GitHub (Jul 26, 2020):
nope. I moved on to spotify unfortunately.