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

Investigate straming music from backend #6

Open
1 of 9 tasks
IronicUsername opened this issue Dec 12, 2021 · 1 comment
Open
1 of 9 tasks

Investigate straming music from backend #6

IronicUsername opened this issue Dec 12, 2021 · 1 comment
Assignees
Projects
Milestone

Comments

@IronicUsername
Copy link
Owner

IronicUsername commented Dec 12, 2021

Goal
Know how to go about streaming audio for a channel.

Context
What is a tv channel without audio?
With this we want to investigate how we are going to implement the background audio streaming.

Tasks

  • Check following questions:
    • Stream from Spotify?
    • Stream from YouTube?
    • Download current + next song on server, serve that file on a websocket and remove after its been played. Good idea?
  • pls conciser following things for making a decision:
    • accessibility for the tracks | easily change songs over a gui or something?
    • space on disk
    • legality
    • come up with other aspects if i missed something here
@IronicUsername IronicUsername added this to the TV Channels milestone Dec 12, 2021
@IronicUsername IronicUsername added this to Backlog in Storyboard via automation Dec 12, 2021
@IronicUsername
Copy link
Owner Author

IronicUsername commented Dec 12, 2021

Streaming from YouTube:

This might be a good option to create a private/public playlist on YouTube which could serve as an "radio channel" for the music.

Here a small sketch of how that could look like.

Because of YouTube being so generous and kind, they removed the dislike button which makes pafy useless atm.
There is already a PR for it, but i guess this will take time to get merged since the whole project seems to be a bit unmaintained (last commit 9 months ago).

Keep an 👁️ out for updates!

@IronicUsername IronicUsername moved this from Backlog to In progress in Storyboard Dec 12, 2021
@IronicUsername IronicUsername self-assigned this Dec 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Storyboard
In progress
Development

No branches or pull requests

1 participant