OpenGovAus / legistream-site

🇦🇺 The easiest way to watch Aussie parliaments live
https://legistream.org
GNU Affero General Public License v3.0
9 stars 1 forks source link

Support for South Australia #18

Open king-millez opened 3 years ago

king-millez commented 3 years ago

This one is gonna be the most painful, as South Australia uses IBM's Ustream to deliver content. Usually the streaming platform isn't an issue, however it is in this case because it delivers video chunks in JSON data over a websocket connection.

What we need

king-millez commented 3 years ago

legistream-backend can already get the data, however it can be inconsistent. Needs more testing: https://github.com/OpenGovAus/legistream-backend/blob/main/legistream_backend/sa.py.