I'm doing this
from IPython.display import Video
Video(sample_video_url)
sample_video_url is a string and contain a video url. It works only with this kind of url: https://cvbp.blob.core.windows.net/public/datasets/action_recognition/action_sample.mp4
I have to work with many videos, so I tried to put you_tube urls, or video urls from my computer but it doesn't work.
After Video(sample_video_url) I have other lines code, but before I want to understand the problem. Thanks