Vicwomg

Results 160 comments of Vicwomg

On the point of limited SD storage space, why not just change the default download directory to your mounted drive with the `-d` option? To implement multiple search paths in...

Gotcha, I’ll see if I can get that path issue fixed tonight. Seems doable. On Sat, Dec 23, 2023 at 4:17 PM Ray ***@***.***> wrote: > On the point of...

> ``` > ./pikaraoke.sh -p 5555 --headless & > ./pikaraoke.sh -p 6666 --headless & > ``` Yes others have done this with success, but you also need to have unique...

This is on hold because it appears to cause issues with transcoded files when streaming remotely. mp3 + cdg, non-mp4 video formats, and transposed audio will be transcoded.

I have a branch with extra logging, seeing some h264_v4l2m2m errors every time the file terminates early, which are: ``` [h264_v4l2m2m @ 0xafba30] V4L2 capture poll unexpected timeout: events=0x145its/s speed=7.18x...

This appears to be some regressions to h264_v4l2m2m encoding, but only for cdg files. It appears as though these conversions are exhausting the GPU memory. However, non-CDG transcoding is ok....

Fixed in https://github.com/vicwomg/pikaraoke/pull/351

PiKaraoke is by default on port 5555 and Video streams over port 5556. So make sure both are allowed through your firewalls. These ports are configurable too, have a look...

Yes, there are CLI args for this: ``` -p PORT, --port PORT Desired http port (default: 5555) -f FFMPEG_PORT, --ffmpeg-port FFMPEG_PORT Desired ffmpeg port. This is where video stream URLs...

I couldn't figure out how to have them live on the same port. ffmpeg complains if you set the port to the same one as the python http server