Get video from url HELP

6 views (last 30 days)
Miguel Lopes
Miguel Lopes on 9 Jan 2015
Answered: Image Analyst on 10 Jan 2015
Hello,
I got a url like this: http://blablablabla/video.mp4
How can i get it to matlab as a video variable??
I think I've tried everything and nothing works like I want!!
Whi doesn't VideoReader work with urls??
I tried urlwrite but with this function I have to write the video to a file and then read it fom that file, which is stupid and takes too much time.
I've tried the mmread function from file exchange but it's super buggy.
Can anyone tell me how to do this??
Thank you very much!!!!
  1 Comment
Miguel Lopes
Miguel Lopes on 10 Jan 2015
Any help would be very appreciated!!!
Nobody knows how to do it?? Thanks!!

Sign in to comment.

Answers (3)

Miguel Lopes
Miguel Lopes on 9 Jan 2015
help me please it's very important!!

Miguel Lopes
Miguel Lopes on 10 Jan 2015
help me please it's very important!!

Image Analyst
Image Analyst on 10 Jan 2015
Did you try mget()?

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!