When adding a file with the name GOPR0467.MP4, I get the message "No video provider was found to handle the given URL", despite it being correct and pointing to an mp4 file. This is because the regex for filename is case sensitive. Making it case insensitive lets this file work.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

rupertj created an issue. See original summary.

rupertj’s picture

And here's a patch to fix.

rupertj’s picture

Status: Active » Needs review
Sophie.SK’s picture

Status: Needs review » Reviewed & tested by the community

Looks good to me. Patch applies cleanly and fixes the problem.

robin.ingelbrecht’s picture

Status: Reviewed & tested by the community » Fixed

Applied patch. Thanks!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.