unoplatform / Uno.Ch9

Ch9 - Uno Reference Implementation project
https://platform.uno/
Other
72 stars 22 forks source link

Ch9 Services no longer available #173

Open carldebilly opened 2 years ago

carldebilly commented 2 years ago

Videos are not working anymore on this app. Maybe the backend changed too much. image

Steps:

  1. Load the site https://ch9.platform.uno/
  2. Observe the error message
jeromelaban commented 2 years ago

Channel 9 has been moved to MS Learn: https://twitter.com/ch9/status/1456667635408674825

Twitter
Microsoft Channel 9 on Twitter
“For years, @ch9 provided YOU, the tech community, an inside look at Microsoft & connected you to people who create the products. Good news: We're growing! 🤗 @ch9 is joining @MicrosoftLearn to bring together training 📄, events 🎟️, & shows 📹 Come follow us over at ➡️ @LearnTV https://t.co/KNgCkm6fMP”
MartinZikmund commented 1 year ago

From duplicate issue -

Microsoft stopped Channel 9 and moved its content to MS Learn site. They also shut down the RSS feed available for all Channel 9 shows, which in turn broke the Ch9 sample app. The app needs to use different feeds in order to start working again.

The source feed used to be this: ch9-app.azurewebsites.net/api/proxy?url=https://s.ch9.ms/feeds/rss s.ch9.ms/feeds/rss

Microsoft will not be opening a new RSS feed from MS Learn site, but they will share all shows on YouTube. In order to fix the app we need to read from YouTube RSS feed for the ~20 shows consumed/implemented in Ch9 i.e.

Microsoft Developer (our main channel): youtube.com/channel/UCsMica-v34Irf9KVTh6xx-g Microsoft 365 Developer: youtube.com/channel/UCV_6HOhwxYLXAGd-JOqKPoQ dotNET: youtube.com/channel/UCvtT19MZW8dq5Wwfu6B0oxw Microsoft IoT Developers: youtube.com/channel/UCL7wy-iy_V76xxPnrIzGOZQ DevOps on Azure: youtube.com/channel/UC-ikyViYMM69joIAv7dlMsA Microsoft Visual Studio: youtube.com/c/visualstudio

xperiandri commented 1 year ago

@dim-37 can you share a piece of code that you used to load a stream from YouTube?