Active
Project:
Media: Video Flotsam
Version:
6.x-1.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 May 2012 at 23:30 UTC
Updated:
21 May 2012 at 23:30 UTC
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.