Hi, I was having some problems with the livestream video embed recently. The URL of the livestream page doesn't work if pasted into the video embed field, although the "embed" code contains the correct link. The page URL contains an extra "/video" in the embed section of the URL, so at line 244 (right after "Micah's ugly hack"), I've added

$embed = str_replace('/video','',$embed);

and that seems to fix the issue.

Comments

Sunil Jolapara’s picture

Issue summary: View changes
Status: Active » Closed (duplicate)
Related issues: +#1593686: Livestream on-demand video issue
Sunil Jolapara’s picture