eugeneware / ffprobe

Use ffprobe to get info from media files and return as JSON
Other
98 stars 21 forks source link

Read video from url #3

Closed haojia321 closed 7 years ago

haojia321 commented 7 years ago

Hi, I pass video url to ffprobe() to get video info. I can get video info for some url, but cannot when using some other url. And there is no error from the call back, no exception. If I put any of these video url to a browser address bar, I can watch those videos.

Could you advice what could be the reason? Thanks

isaactzab commented 7 years ago

you mean video as blob data uri?

haojia321 commented 7 years ago

It turned out to be my local issue