Nothing on livestream provider works now. In part due to wrong signatures to two hooks and also due to bad URL handling. I'm attaching a patch that fixes both issues and it also extracts thumbnails from live stream; which wasn't being done before, not sure why.

As far as know all that was supported before is working after my patch (at least it works fine for the use case I have.)

Comments

aaron’s picture

Status: Active » Needs review
StatusFileSize
new9.6 KB

this regex is better, i believe.

aaron’s picture

There's also a patch at #1177940: Livestream provider doesn't work for the Media: Livestream sandbox module.

aaron’s picture

Status: Needs review » Fixed

and committed. thanks, @rafaelcunha!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

Dawa’s picture

Component: Code » Documentation
Category: bug » support
Status: Closed (fixed) » Active

Hi,

Try to patch but still doesn't work.

Can't really understand what kind of URL to put in the video field ??

Please, give me an example of working livestream URL

Thanks

sheldon rampton’s picture

It appears that this patch is necessary for Livestream to play on websites running PHP 5.3. After our hosting company recently update our server to PHP 5.3, Livestream stopped playing, but we were able to get it working again by fixing the function signatures for emvideo_livestream_video() and emvideo_livestream_preview(), which this patch fixes.