The right click context menu for a video has an item "Copy video address" that copies the current value of the src attribute to the clipboard.
When using MSE but also using default controls, such as in the example linked from MDN (http://nickdesaulniers.github.io/netfix/demo/bufferAll.html), the copied URL is not useful since it's manufactured with URL.createObjectURL() and thus isn't going to be useful to the user - though it's entirely possible they won't know this and may share the URL anyways.
Comment 1 by dalecur...@chromium.org
, Nov 2 2017Labels: -Type-Bug Type-Bug-Regression