You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Most of the time, the way the streams are named, it is easy to extract the room name. But you may see certain kinds of streams where the room number is not in the name, and you actually have to look at what kind of talk it is.
Room DE streams are usually named something else because we do special activities in those rooms like keynotes, UpSCALE, etc. Additionally, because it sometimes stays idle between uses, we have more than one stream for that room in one day, since we turn the stream off when the event is done, and then open another stream for the event later in the evening.
In webapp in main.py, there is a function called auto_vids() that looks like it might do this. We can try to test it on a local instance. In that case, we just need instructions on how to do it.
Could scrape the Youtube API for the SCALE channel for the video IDs instead of going in and entering each one manually.
The text was updated successfully, but these errors were encountered: