Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle live broadcasts (Youtube/Facebook) #152

Open
vheuken opened this issue Apr 15, 2016 · 2 comments
Open

Handle live broadcasts (Youtube/Facebook) #152

vheuken opened this issue Apr 15, 2016 · 2 comments
Labels

Comments

@vheuken
Copy link
Collaborator

vheuken commented Apr 15, 2016

This has been discussed in #151 with @Brotakuu

  • .live_stream? function that returns whether or not the video is a live broadcast
  • .live_status function that returns a symbol reflecting the status or nil if it is not a live stream. Potential return values are :live, :upcoming, and :ended, though we should look into the info we can get from Facebook and Youtube first.
  • Need to figure out how to test, since a broadcast can't be live or upcoming forever.
@Brotakuu
Copy link

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
Copy link
Collaborator Author

vheuken commented Apr 17, 2016

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.

@vheuken vheuken mentioned this issue Nov 5, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants