Is this a place to make a feature request?
Right now the public interface only displays lyrics live - no sounds. Wouldn’t it be cool if we can have a live stream route like /live-streaming? that displays the player?
The idea is so i can use the app remotely: i.e. visit the link and sing using my mobile phone/TV as monitor. – yes thats all, just for a remote viewing/listening. We can ignore the issue of it being out of sync with voice, its not for collab singing.
I actually tried to make it myself but it’s beyond my capabilities and ran into a several roadblocks(Windows):
- Using ffmpeg.exe I cant figure out to capture and stream the target player window, It just cant detect any window.
- I then wrote it to fall back to capture the whole desktop screen. its working but then i realized it doesn’t have sounds captured. I then gave up.
I know i can just stream it to discord and watch myself streaming using another account. but thats kind of a hassle since you have to setup it every time.
An operator-only switch is good: LiveStreaming: true/false
PS. I did something else i was proud of during that 3days coding atempt --Configurable QR Code position
That was actually the only achievement i had for all my time wasted.