Hi, in Windows on bhyve, do you get flawless playback of youtube, full screen 1080p, with no freezing / pausing from time to time ?
I get this problem of freezing / pausing from time to time. And don't know how to solve it.
CPU is i5-7200U, 2 cores 4 threads, 16G memory. FreeBSD 13.1-RELEASE, ZFS on root, nvme disk. I managed to configure virtio network and I/O, using the last version that works: virtio-win-0.1.187.iso. Bhyve command line:
bhyve -c sockets=1,cores=2,threads=2 -m 4G -H -w -s 0,hostbridge -s 4,virtio-blk,/path/to/win10.img -s 5,virtio-net,tap10 -S -s 7,passthru,0/20/0 -s 30,xhci,tablet -s 31,lpc -l com1,stdio -l bootrom,/usr/local/share/uefi-firmware/BHYVE_UEFI.fd win10
and on the same FreeBSD host use the following command to do RDP to that bhyve Windows:
rdesktop -u user -f -r lspci -r sound:remote -0 192.168.8.11
On the guest machine I do get network speed test result of 20Mbps up and down. But, youtube has above problem.
Are you able to get perfect youtube playback? If so, what do you think I may missed?
My purpose is actually not for youtube playback, but because I have to run a kind of remote desktop software from Windows to a company, and need to do video meeting / presentation inside that remote desktop running from Windows bhyve. During video meeting / presentation I get freezing / pausing from time to time, which is the same as if playing youtbe in that Windows bhyve. With the above problem, bhyve, or a FreeBSD host, can not be a solution. (VirtualBox won't work because USB 2/3 won't work, and noise-canceling USB headset is needed here.)
Thanks!
I get this problem of freezing / pausing from time to time. And don't know how to solve it.
CPU is i5-7200U, 2 cores 4 threads, 16G memory. FreeBSD 13.1-RELEASE, ZFS on root, nvme disk. I managed to configure virtio network and I/O, using the last version that works: virtio-win-0.1.187.iso. Bhyve command line:
bhyve -c sockets=1,cores=2,threads=2 -m 4G -H -w -s 0,hostbridge -s 4,virtio-blk,/path/to/win10.img -s 5,virtio-net,tap10 -S -s 7,passthru,0/20/0 -s 30,xhci,tablet -s 31,lpc -l com1,stdio -l bootrom,/usr/local/share/uefi-firmware/BHYVE_UEFI.fd win10
and on the same FreeBSD host use the following command to do RDP to that bhyve Windows:
rdesktop -u user -f -r lspci -r sound:remote -0 192.168.8.11
On the guest machine I do get network speed test result of 20Mbps up and down. But, youtube has above problem.
Are you able to get perfect youtube playback? If so, what do you think I may missed?
My purpose is actually not for youtube playback, but because I have to run a kind of remote desktop software from Windows to a company, and need to do video meeting / presentation inside that remote desktop running from Windows bhyve. During video meeting / presentation I get freezing / pausing from time to time, which is the same as if playing youtbe in that Windows bhyve. With the above problem, bhyve, or a FreeBSD host, can not be a solution. (VirtualBox won't work because USB 2/3 won't work, and noise-canceling USB headset is needed here.)
Thanks!