-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
MP4 support in VSCodium webview? #152
Comments
@xpol -- VSCodium is a build of |
Thanks for replay. In case anyone wants MP4 and other video audio support for VSCode/VScodium: I have solved this by replace VSCode/VScodium packed libffmpeg with libffmpeg form https://github.com/iteufel/nwjs-ffmpeg-prebuilt/releases . |
Awesome!! I would recommend you also put this workaround in the vscode issue to help out others! 🙏 |
Those vscode issues are closed can't add any comments. |
Is there any step by step guides to use / implement it ? |
Is it possible to configure VSCodium with full audio/video playback support in its webview?
I'm utilize VSCodium as a multimedia content authoring tool using markdown files.
As I know, The official vscode can't playback any video/audio in its webview.
I found VSCodium can playback my mp3 files.
But for the video, It can playback mp4 format.
Insert follow code into a markdown file. It the built-in markdown preview has a gray play button.
BTW: Atom can have fully audio/video playback support, is it use different version of ffmpeg?
The text was updated successfully, but these errors were encountered: