Malwarize / retro

📼 play musics with command line on linux
MIT License
56 stars 1 forks source link

Is there a way to ditch the server and unify the client with it? #5

Open xplshn opened 3 months ago

XORbit01 commented 3 months ago

you can download the source code and compile the server and client with make all you will find the binary of the server in ./bin/retro [client] ./bin/retroPlayer [server]

so you can run the server separately

xplshn commented 3 months ago

I want to make the client start the server and both be a single file. Seems like I will have to write a wrapper and use PELF to make it be a single binary that includes ffmpeg and ffprobe too.

xplshn commented 3 months ago

Is there really no supported way to do this?