michaschwab / booc3

https://booc.io
Other
3 stars 1 forks source link

Youtube Segments don't have an end #103

Closed michaschwab closed 8 years ago

michaschwab commented 8 years ago

this seems to be a limitation of the youtube API: http://stackoverflow.com/questions/14728317/is-it-possible-to-change-youtube-player-parameters-dynamically/14728502#14728502

looks like you can only set the end time of a youtube embedded video once, and before it's launched. as i don't want to constantly re-create the embedded player as people are switching around the segments, that's not a good option.

therefore i'd say we can do the work of recognizing if someone is outside the segment ourselves and notify if that happens. it's just that they won't see the end of the segment in the player, which is unfortunate.

jamestompkin commented 8 years ago

it's just that they won't see the end of the segment in the [YouTube] player, which is unfortunate.

This is fine, I agree.

On 14 December 2015 at 18:24, Michail Schwab notifications@github.com wrote:

this seems to be a limitation of the youtube API: http://stackoverflow.com/questions/14728317/is-it-possible-to-change-youtube-player-parameters-dynamically/14728502#14728502

looks like you can only set the end time of a youtube embedded video once, and before it's launched. as i don't want to constantly re-create the embedded player as people are switching around the segments, that's not a good option.

therefore i'd say we can do the work of recognizing if someone is outside the segment ourselves and notify if that happens. it's just that they won't see the end of the segment in the player, which is unfortunate.

— Reply to this email directly or view it on GitHub https://github.com/michaschwab/booc3/issues/103#issuecomment-164592430.