thibaudgg / video_info

Get video info from Dailymotion, Vimeo, Wistia, and YouTube URLs.
https://rubygems.org/gems/video_info
MIT License
428 stars 132 forks source link

Handle live broadcasts (Youtube/Facebook) #152

Open vheuken opened 8 years ago

vheuken commented 8 years ago

This has been discussed in #151 with @Brotakuu

Brotakuu commented 8 years ago

Looks like facebook similarly has a live_status field that returns enum status of the video.

https://developers.facebook.com/docs/graph-api/reference/video/

vheuken commented 8 years ago

Right. We'd need to find out exactly what it returns. I'll try to play with it tonight while I'm working on FB support.