1
VideoFramereader.Read() raises exception
Problem reported by S K - 7/22/2020 at 1:30 PM
Resolved
We are doing:

using (var videoFrameReader = new VideoFrameReader(url))
{
     videoFrameReader.Read();
}

The Read() is causing an exception:

Could not read any video frames until 00:00:00 after 1000 attempts.

We have verified that the video is indeed playable in the browser.

Any recommendations on how to overcome the issue? It's reproducible.

1 Reply

Reply to Thread
0
Cem Alacayir Replied
Employee Post Marked As Resolution
Please test with latest Version 2.4.5 - November 14, 2020.

Looks like your URL cannot be resolved or returns an error. Ensure your URL is accessible from your application (i.e. not blocked by firewall or proxy or a SSL (HTTPS) issue ?)

Reply to Thread