-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Playback errors when trying to play embedded video in lab_demo
in VS Code desktop on macOS
#16
Comments
lab_demo
?lab_demo
in VS Code desktop on macOS?
Not a bug or maybe a VS Code bug. I can't get it work on VS Code Desktop version but works ok on Codespace. |
Mind checking what audio and video codecs that video uses? |
YouTube playback issue: microsoft/vscode#158858 |
lab_demo
in VS Code desktop on macOS?lab_demo
in VS Code desktop on macOS
Just to close the loop here, possible for us (or VS Code) to compel the player to fall back on H.264 instead somehow, as in your browser-based tests a while back? Possible to simulate, perhaps, by executing a command in VS Code's developer console? |
Not possible from my experiment. Had tried injecting these codes in our lab.js script to suppress VP09 but no luck. Best to have VS Code support VP09/OPUS codec. |
I also tried playing back our mp4 file from the CDN, but no audio it seems. I think this is because all our videos use aac codec for the audio, but VS Code desktop doesn't support this codec. Not sure why such popular/basic aac codec is not supported. |
The text was updated successfully, but these errors were encountered: