videojs/video.js

Html5 src behaves incorrectly

Open

#1,169 opened on Apr 25, 2014

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

Repository metrics

Stars
 (39,742 stars)
PR merge metrics
 (Avg merge 111d 10h) (3 merged PRs in 30d)

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