Open soulgalore opened 2 years ago
hmm you don't need gstreamer anyway right? Let me create a fork or some other way without gstreamer.
hmm you don't need gstreamer anyway right? Let me create a fork or some other way without gstreamer.
gstreamer can't work correctly on macOS sometimes, I made a Qt player(based on libmpv) for qvh, by converting raw h264 to fragment mp4 format.
Hi @danielpaulus reading that other issue about the problem with videosnap and M1 I wanted to test if its the same issue with qvh, but I get stuck. If I run the amd64 version on my ARM hoping Rosetta will fix it, I get problem with libusb that is built for arm. I'll try some more with that later.
I moved on and tried compiling qvh for arm
GOOS=darwin GOARCH=arm64 go build
I getI'm not used to go, how do that dependency constraint work, is there way to override it?