AndrewDryga / vagrant-box-osx

Issue tracker for macOS Sierra Vagrant box.
https://app.vagrantup.com/AndrewDryga/boxes/vagrant-box-osx
MIT License
984 stars 106 forks source link

can't play MP4 in Safari/Quicktime #42

Closed tomByrer closed 7 years ago

tomByrer commented 8 years ago

Seems Safari & Quicktime in the VM doesn't like to play MP4 videos for some reason. YouTube works, but I suspect they use a different format, or segment the videos into smaller blocks. Chrome inside the same VM, & Safari on the same machine outside of the VM works just fine. 1 Mb video size still fail. Example: http://www.sample-videos.com/index.php#sample-mp4-video

tomByrer commented 8 years ago

Further testing; direct links to video worked, as well as older <embed> HTML video tags.

AndrewDryga commented 8 years ago

I think it may be because of VirtualBox 3D acceleration settings. Did you tried to turn it on and to add some video RAM?

tomByrer commented 8 years ago

No because Readme "Do not turn 3D acceleration on in VirtualBox, or it will start retuning aborted condition and would not start in headless mode;" Should I try?

On Sun, Jun 19, 2016 at 9:54 AM, Andrew Dryga notifications@github.com wrote:

I think it may be because of VirtualBox 3D acceleration settings. Did you tried to turn it on and to add some video RAM?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/AndrewDryga/vagrant-box-osx/issues/42#issuecomment-227004607, or mute the thread https://github.com/notifications/unsubscribe/ABP3A_3oNXlZJl8quMRZygnoF6TizsTmks5qNWZQgaJpZM4IVydf .

AndrewDryga commented 8 years ago

Yes, but start Vagrant Box in GUI mode. It will help you to check whenever it's a 3D acceleration issue.