-
Notifications
You must be signed in to change notification settings - Fork 384
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 videos not rendering #3473
Comments
This works fine for me. Could be a windows issue? anything in the network tab or terminal? mo.video(
src="https://v3.cdnpk.net/videvo_files/video/free/2013-08/large_watermarked/hd0992_preview.mp4",
) |
@mscolnick There's nothing in the terminal. What is the network tab? |
It's the browser network tab, under the Developer Tools. E.g. Chrome Developer Tools |
So I tried displaying the video from that URL on another machine and it worked. Something with the network config on the 1st machine I tried this on must have blocked that video. But I still cannot display a local MP4 file on either machine. |
Could it be an ad-blocker? |
Oh it certainly could be, I use uBlock. I'm gone on vacation next week and I'm having this issue on my work laptop. I'll check this out when I'm back. |
Describe the bug
I'm trying to view a video using
mo.video()
and the video is not showing correctly in the marimo editor.I can't share the video here because work IP things, but here is what I'm seeing in the notebook. There are no issues with the video when I open it in a media viewer. I've tried several other MP4 files and get the same result.
![Image](https://private-user-images.githubusercontent.com/45520489/404058549-73747f8e-56d0-42e3-8cad-7b1482a12f76.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk0NjQ2NTMsIm5iZiI6MTczOTQ2NDM1MywicGF0aCI6Ii80NTUyMDQ4OS80MDQwNTg1NDktNzM3NDdmOGUtNTZkMC00MmUzLThjYWQtN2IxNDgyYTEyZjc2LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTMlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEzVDE2MzIzM1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTU1MjFiMjg5MDg5MDc4YmVlOTdhZjgzMzIyOTI0OTFiMTJmMTVkZjgxMWUwZDk3NThlNTRlMzAzN2NmN2IzZDgmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.NH9_lju837YHLDOjzqcowNCmD0BsgGJytb8ct4gktNc)
I also can't view the video in the example code from the video docs.
Environment
Code to reproduce
The text was updated successfully, but these errors were encountered: