retro icon indicating copy to clipboard operation
retro copied to clipboard

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

Open xplshn opened this issue 1 year ago • 3 comments

xplshn avatar May 08 '24 21:05 xplshn

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

XORbit01 avatar May 08 '24 21:05 XORbit01

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 avatar May 09 '24 01:05 xplshn

Is there really no supported way to do this?

xplshn avatar May 09 '24 01:05 xplshn