videojs/video.js

Html5 src behaves incorrectly

Open

#1169 opened on Apr 25, 2014

View on GitHub
 (15 comments) (0 reactions) (0 assignees)JavaScript (39,742 stars) (7,502 forks)batch import
bugconfirmedgood first issuepinnedunclaimed

Description

If one calls player.src() the current code for Html5 media will actually overwrite the src on the video rather than appropriately return src or return currentSrc

Contributor guide