@n3m3
So, tested today on basic pegasos2 G4
Emotion - audio stutters, frame skipping
tested with
https://test-streams.mux.dev/x36xhzz/x36xhzz.m3u8Videovortex - works well
DVplayer with dvd movie. Could be old and not hd, works well.
Registered old version 0.7 something
On qemu
Emotion - works as on real pegasos. No much difference
Videovortex - aiduo stuttering, frame skipping
DVPlayer , black screen no video. Audio is perfect! :D
DVpalyer demoversion. Version number is same if i remember correctly.
Emotion doesnt work without HD/RX card. Not clear if va.library works with R9 270/280. Probably not. Emotion has tooltype VaapiAccel so with some car on some motherboard it works.
Here is my qemu script. It may be somehow helpful as syntax is changed. Had some troubles to get it right. -accel tcg,thread=multi actually helps, it takes away sluggishness on normal wb use.It takes something away from tcg, even with single cpu emu.
qemu-system-ppc \
-machine pegasos2 -m 1024 -rtc base=localtime \
-accel tcg,thread=multi \
-serial stdio -vga none -device sm501 \
-drive media=disk,format=raw,file=/home/miikka/amiga/hd0.img \
-cdrom /home/miikka/amiga/1montalbano.iso \
-kernel /home/miikka/amiga/bboot \
-initrd /home/miikka/amiga/Kickstart.zip \
-append "serial debuglevel=7" \
-netdev user,id=n0,ipv6=off,hostname=amigaos,hostfwd=tcp::2022-:22 \
-device rtl8139,addr=0x0a,netdev=n0,mac=52:54:00:12:34:56 \
-audio driver=alsa -device es1370 \
-no-reboot -d guest_errors -D qemu.log
White flag for this day...