laurencee / Livestream.Monitor

A windows GUI for livestreamer/streamlink
GNU General Public License v2.0
60 stars 8 forks source link

YouTube livestreams are not tracked correctly #9

Closed laurencee closed 8 years ago

laurencee commented 8 years ago

YouTube saves each new livestream to a new video so we need to track the channel itself rather than any 1 video id. To find the current livestream we would need to iterate the list of youtube videos for the channel and see if one of them is marked with a "LiveBroadcastContent" value.

This would link into vod viewer support for YouTube livestreams due to needing to iterate the videos for the channel: Issue #10

laurencee commented 8 years ago

https://github.com/laurencee/Livestream.Monitor/releases/tag/2.2.1