SlideShare a Scribd company logo
1 of 84
Download to read offline
The challenges of hybrid meetings
Lorenzo Miniero
@lminiero@fosstodon.org
CommCon 2023
June 20th 2023, Mercure Blackburn Dunkenhalgh Hotel & Spa (UK)
I’ve been doing VoIP/WebRTC for way too long!
Lorenzo Miniero
• Ph.D @ UniNA
• Chairman @ Meetecho
• Main author of Janus
Contacts and info
• lorenzo@meetecho.com
• https://fosstodon.org/@lminiero
• https://www.slideshare.net/LorenzoMiniero
• https://lminiero.bandcamp.com
Just a few words on Meetecho
• Co-founded in 2009 as an academic spin-off
• University research efforts brought to the market
• Completely independent from the University
• Focus on real-time multimedia applications
• Strong perspective on standardization and open source
• Several activities
• Consulting services
• Commercial support and Janus licenses
• Streaming of live events (IETF, RIPE, etc.)
• Proudly brewed in sunny Napoli(*), Italy
Just a few words on Meetecho
• Co-founded in 2009 as an academic spin-off
• University research efforts brought to the market
• Completely independent from the University
• Focus on real-time multimedia applications
• Strong perspective on standardization and open source
• Several activities
• Consulting services
• Commercial support and Janus licenses
• Streaming of live events (IETF, RIPE, etc.)
• Proudly brewed in sunny Napoli(*), Italy
((*)
A different picture, for once!)
Streaming live events via WebRTC pre-pandemic
• Service we provided for several different events
• Mainly IETF (official remote participation tool) and some ACM conferences
• A few other events too (a growing business)
• Typically involved some specific activities
• Fly a couple people + equipment there, of course
• Setup cameras, split/capture projector signals, hooks to room mixer
• Embed some event-specific channel (e.g., Twitter feed, or Sli.do channel)
• ... and then stream everything via WebRTC (sometimes allowing remote speakers)
Until the world changed...
No more live events in person for a while!
Streaming live events via WebRTC pre-pandemic
• Service we provided for several different events
• Mainly IETF (official remote participation tool) and some ACM conferences
• A few other events too (a growing business)
• Typically involved some specific activities
• Fly a couple people + equipment there, of course
• Setup cameras, split/capture projector signals, hooks to room mixer
• Embed some event-specific channel (e.g., Twitter feed, or Sli.do channel)
• ... and then stream everything via WebRTC (sometimes allowing remote speakers)
Until the world changed...
No more live events in person for a while!
Streaming live events via WebRTC pre-pandemic
• Service we provided for several different events
• Mainly IETF (official remote participation tool) and some ACM conferences
• A few other events too (a growing business)
• Typically involved some specific activities
• Fly a couple people + equipment there, of course
• Setup cameras, split/capture projector signals, hooks to room mixer
• Embed some event-specific channel (e.g., Twitter feed, or Sli.do channel)
• ... and then stream everything via WebRTC (sometimes allowing remote speakers)
Until the world changed...
No more live events in person for a while!
A look at how that worked for IETF meetings
A look at how that worked for IETF meetings
A look at how that worked for IETF meetings
A look at how that worked for IETF meetings
A look at how that worked for IETF meetings
A look at how that worked for IETF meetings
A look at how that worked for IETF meetings
A look at how that worked for IETF meetings
A look at how that worked for IETF meetings
A simpler approach for other conferences (e.g., ACM)
Streaming JanusCon (no remote pizza, though)
Then a global pandemic hit...
Then a global pandemic hit...
Reinventing the platform to go fully virtual
https://commcon.xyz/session/turning-live-events-to-virtual-with-janus
Eating our own dog food
Janus
General purpose, open source WebRTC server
• https://github.com/meetecho/janus-gateway
• Demos and documentation: https://janus.conf.meetecho.com
• Community: https://janus.discourse.group/
Eating our own dog food
https://www.slideshare.net/LorenzoMiniero/scaling-webrtc-applications-with-janus
https://www.youtube.com/watch?v=zxRwELmyWU0
Mixed Audio + Streaming
Mixed Audio + Streaming
Mixed Audio + Streaming
SFU Video + Streaming
SFU Video + Streaming
Bringing it all together for Virtual Events
Bringing it all together for Virtual Events
Bringing it all together for Virtual Events
Bringing it all together for Virtual Events
Then, eventually, the world started opening up again
New challenges to overcome
• Before the pandemic, remote participants were few and far between
• Limited number of remote presentations
• Occasional remote question from the queue
• Focus was more on the venue and the local attendees
• In virtual platform, remote participants were not 2nd class citizens anymore...
• ... they were the only ones there!
• Every functionality shared with all other attendees
• After the pandemic, what to expect from a “hybrid” meeting instead?
• At the very least, a much more even distribution
• ~50% local attendees, ~50% remote participants
• How to get them to seamlessly interact with each other?
New challenges to overcome
• Before the pandemic, remote participants were few and far between
• Limited number of remote presentations
• Occasional remote question from the queue
• Focus was more on the venue and the local attendees
• In virtual platform, remote participants were not 2nd class citizens anymore...
• ... they were the only ones there!
• Every functionality shared with all other attendees
• After the pandemic, what to expect from a “hybrid” meeting instead?
• At the very least, a much more even distribution
• ~50% local attendees, ~50% remote participants
• How to get them to seamlessly interact with each other?
New challenges to overcome
• Before the pandemic, remote participants were few and far between
• Limited number of remote presentations
• Occasional remote question from the queue
• Focus was more on the venue and the local attendees
• In virtual platform, remote participants were not 2nd class citizens anymore...
• ... they were the only ones there!
• Every functionality shared with all other attendees
• After the pandemic, what to expect from a “hybrid” meeting instead?
• At the very least, a much more even distribution
• ~50% local attendees, ~50% remote participants
• How to get them to seamlessly interact with each other?
What about the infrastructure?
• Pretty much the same as the virtual one!
• Needed to accomodate potentially large remote attendance
• Feeds from the venue can be scaled automatically as “virtual participants”
• Streams from the room similar to before, with a few tweaks
• Audio mixer is now the Janus AudioBridge, not SIP-based
• Static video feeds are not static anymore, but dynamic
• Support for multiple cameras per room
• Local and remote streams can be consumed dynamically in the venue
• e.g., slides (more on that later)
• Remote presenters to display in the room
• Virtual queues, polls, transcriptions, etc.
What about the infrastructure?
• Pretty much the same as the virtual one!
• Needed to accomodate potentially large remote attendance
• Feeds from the venue can be scaled automatically as “virtual participants”
• Streams from the room similar to before, with a few tweaks
• Audio mixer is now the Janus AudioBridge, not SIP-based
• Static video feeds are not static anymore, but dynamic
• Support for multiple cameras per room
• Local and remote streams can be consumed dynamically in the venue
• e.g., slides (more on that later)
• Remote presenters to display in the room
• Virtual queues, polls, transcriptions, etc.
What about the infrastructure?
• Pretty much the same as the virtual one!
• Needed to accomodate potentially large remote attendance
• Feeds from the venue can be scaled automatically as “virtual participants”
• Streams from the room similar to before, with a few tweaks
• Audio mixer is now the Janus AudioBridge, not SIP-based
• Static video feeds are not static anymore, but dynamic
• Support for multiple cameras per room
• Local and remote streams can be consumed dynamically in the venue
• e.g., slides (more on that later)
• Remote presenters to display in the room
• Virtual queues, polls, transcriptions, etc.
Handling local and remote audio (before)
Handling local and remote audio (now)
Static camera and projector (before)
Adding cameras and making video more dynamic
Adding cameras and making video more dynamic
Adding cameras and making video more dynamic
What about the duplicated feed from the projector?
• Before the pandemic, we’d use a splitter
• Local attendee would plug the laptop to the splitter
• Splitter would feed the content to projector and our streamer
• Streamer would send the content as video remotely
• Got rid of that for fully hybrid events
• All presentation content is always shared via Meetecho, even when local
• Presentation can be light (preloaded slides) or WebRTC-based
• In the venue, agent shows slides/screen feed on main screen
• This allows to never worry about local vs. remote content
• No matter where it’s from, it’s published via WebRTC (or preloaded slides)
• No matter where it’s from, local and remote attendees consume it the same way
What about the duplicated feed from the projector?
• Before the pandemic, we’d use a splitter
• Local attendee would plug the laptop to the splitter
• Splitter would feed the content to projector and our streamer
• Streamer would send the content as video remotely
• Got rid of that for fully hybrid events
• All presentation content is always shared via Meetecho, even when local
• Presentation can be light (preloaded slides) or WebRTC-based
• In the venue, agent shows slides/screen feed on main screen
• This allows to never worry about local vs. remote content
• No matter where it’s from, it’s published via WebRTC (or preloaded slides)
• No matter where it’s from, local and remote attendees consume it the same way
What about the duplicated feed from the projector?
• Before the pandemic, we’d use a splitter
• Local attendee would plug the laptop to the splitter
• Splitter would feed the content to projector and our streamer
• Streamer would send the content as video remotely
• Got rid of that for fully hybrid events
• All presentation content is always shared via Meetecho, even when local
• Presentation can be light (preloaded slides) or WebRTC-based
• In the venue, agent shows slides/screen feed on main screen
• This allows to never worry about local vs. remote content
• No matter where it’s from, it’s published via WebRTC (or preloaded slides)
• No matter where it’s from, local and remote attendees consume it the same way
Displaying content in the venue (before)
Displaying content in the venue (now)
Displaying content in the venue (now)
One queue to rule them all!
• Historically, the IETF relied on mic lines for queues
• You’d stand up in line and wait for your turn
• Caused issues with remote speakers (when was their turn?)
• Partially handled at the time with “Pacman ghosts” + Big Red Button
• In fully virtual platform, not an issue
• Everyone remote, so everyone in the same queue!
• More of a problem in hybrid scenario
• Many remote and local attendees alike
• Solved by putting them all in the same queue
• Local attendees use “companion” web app to get in line
• No need to stand in line, they can do that when it’s their turn
One queue to rule them all!
• Historically, the IETF relied on mic lines for queues
• You’d stand up in line and wait for your turn
• Caused issues with remote speakers (when was their turn?)
• Partially handled at the time with “Pacman ghosts” + Big Red Button
• In fully virtual platform, not an issue
• Everyone remote, so everyone in the same queue!
• More of a problem in hybrid scenario
• Many remote and local attendees alike
• Solved by putting them all in the same queue
• Local attendees use “companion” web app to get in line
• No need to stand in line, they can do that when it’s their turn
One queue to rule them all!
• Historically, the IETF relied on mic lines for queues
• You’d stand up in line and wait for your turn
• Caused issues with remote speakers (when was their turn?)
• Partially handled at the time with “Pacman ghosts” + Big Red Button
• In fully virtual platform, not an issue
• Everyone remote, so everyone in the same queue!
• More of a problem in hybrid scenario
• Many remote and local attendees alike
• Solved by putting them all in the same queue
• Local attendees use “companion” web app to get in line
• No need to stand in line, they can do that when it’s their turn
One queue to rule them all!
• Historically, the IETF relied on mic lines for queues
• You’d stand up in line and wait for your turn
• Caused issues with remote speakers (when was their turn?)
• Partially handled at the time with “Pacman ghosts” + Big Red Button
• In fully virtual platform, not an issue
• Everyone remote, so everyone in the same queue!
• More of a problem in hybrid scenario
• Many remote and local attendees alike
• Solved by putting them all in the same queue
• Local attendees use “companion” web app to get in line
• No need to stand in line, they can do that when it’s their turn
Using the full Meetecho tool
Using the on-site Meetecho tool
Using the on-site Meetecho tool
Displaying the queue in the room
The on-site Meetecho tool
• Via QR code, but also easily accessible from the main agenda
• Uses same credentials to authenticate
• Presents limited set of Meetecho features
• Allows local attendees to use some “remote” features seamlessly
• Getting in line to talk (queue)
• Advancing slides, if preloaded (remote clicker)
• Raising/not raising hands when needed (polls)
• Local attendees recognized from remote ones
• Queue displays different icons depending on device/location
• “Bluesheets” automatically filled in
The on-site Meetecho tool
• Via QR code, but also easily accessible from the main agenda
• Uses same credentials to authenticate
• Presents limited set of Meetecho features
• Allows local attendees to use some “remote” features seamlessly
• Getting in line to talk (queue)
• Advancing slides, if preloaded (remote clicker)
• Raising/not raising hands when needed (polls)
• Local attendees recognized from remote ones
• Queue displays different icons depending on device/location
• “Bluesheets” automatically filled in
The on-site Meetecho tool
• Via QR code, but also easily accessible from the main agenda
• Uses same credentials to authenticate
• Presents limited set of Meetecho features
• Allows local attendees to use some “remote” features seamlessly
• Getting in line to talk (queue)
• Advancing slides, if preloaded (remote clicker)
• Raising/not raising hands when needed (polls)
• Local attendees recognized from remote ones
• Queue displays different icons depending on device/location
• “Bluesheets” automatically filled in
Show of hands (“hum” replacement)
New from IETF 116: live transcriptions
New from IETF 116: live transcriptions
New from IETF 116: live transcriptions
New from IETF 116: live transcriptions
Shared bus to control all the local agents
• Every device in the venue rooms has an agent to control it remotely
• Audio bridge device
• Raspberry Pis controlling cameras and screen duplication
• Raspberry Pis to display content on main and second screen
• All devices register at a controller and wait for commands
• Dynamic behaviour can be orchestrated remotely (e.g., from the NOC)
• Multiple actions that can be triggered
• e.g., start/stop audio, change gains, etc.
• e.g., start/stop cameras, pan/tilt/zoom, etc.
• e.g., start/stop content displays, reset/restart, etc.
Shared bus to control all the local agents
• Every device in the venue rooms has an agent to control it remotely
• Audio bridge device
• Raspberry Pis controlling cameras and screen duplication
• Raspberry Pis to display content on main and second screen
• All devices register at a controller and wait for commands
• Dynamic behaviour can be orchestrated remotely (e.g., from the NOC)
• Multiple actions that can be triggered
• e.g., start/stop audio, change gains, etc.
• e.g., start/stop cameras, pan/tilt/zoom, etc.
• e.g., start/stop content displays, reset/restart, etc.
Shared bus to control all the local agents
• Every device in the venue rooms has an agent to control it remotely
• Audio bridge device
• Raspberry Pis controlling cameras and screen duplication
• Raspberry Pis to display content on main and second screen
• All devices register at a controller and wait for commands
• Dynamic behaviour can be orchestrated remotely (e.g., from the NOC)
• Multiple actions that can be triggered
• e.g., start/stop audio, change gains, etc.
• e.g., start/stop cameras, pan/tilt/zoom, etc.
• e.g., start/stop content displays, reset/restart, etc.
Monitoring and controlling sessions
Monitoring and controlling sessions
Monitoring and controlling sessions
Monitoring and controlling sessions
Monitoring and controlling sessions
What about NDI?
• Wrote about this a few times
• https://www.meetecho.com/blog/webrtc-ndi/
• https://www.meetecho.com/blog/webrtc-ndi-part-2/
• Spoke about this a few times too
• ClueCon: https://youtu.be/RZ58vapWfUw?t=1755
• CommCon:
https://2021.commcon.xyz/talks/whip-ndi-and-janus-genesis-of-a-broadcasting-demo
• Used in practice @ CommCon 2021
• Janus NDI plugin part of early Broadcaster.vc stack
• Could be very useful for patching streams in/out of the venue
• Better interaction with AV team workflows
• Not currently used in our own workflows (yet?), though
What about NDI?
• Wrote about this a few times
• https://www.meetecho.com/blog/webrtc-ndi/
• https://www.meetecho.com/blog/webrtc-ndi-part-2/
• Spoke about this a few times too
• ClueCon: https://youtu.be/RZ58vapWfUw?t=1755
• CommCon:
https://2021.commcon.xyz/talks/whip-ndi-and-janus-genesis-of-a-broadcasting-demo
• Used in practice @ CommCon 2021
• Janus NDI plugin part of early Broadcaster.vc stack
• Could be very useful for patching streams in/out of the venue
• Better interaction with AV team workflows
• Not currently used in our own workflows (yet?), though
What about NDI?
• Wrote about this a few times
• https://www.meetecho.com/blog/webrtc-ndi/
• https://www.meetecho.com/blog/webrtc-ndi-part-2/
• Spoke about this a few times too
• ClueCon: https://youtu.be/RZ58vapWfUw?t=1755
• CommCon:
https://2021.commcon.xyz/talks/whip-ndi-and-janus-genesis-of-a-broadcasting-demo
• Used in practice @ CommCon 2021
• Janus NDI plugin part of early Broadcaster.vc stack
• Could be very useful for patching streams in/out of the venue
• Better interaction with AV team workflows
• Not currently used in our own workflows (yet?), though
What about NDI?
• Wrote about this a few times
• https://www.meetecho.com/blog/webrtc-ndi/
• https://www.meetecho.com/blog/webrtc-ndi-part-2/
• Spoke about this a few times too
• ClueCon: https://youtu.be/RZ58vapWfUw?t=1755
• CommCon:
https://2021.commcon.xyz/talks/whip-ndi-and-janus-genesis-of-a-broadcasting-demo
• Used in practice @ CommCon 2021
• Janus NDI plugin part of early Broadcaster.vc stack
• Could be very useful for patching streams in/out of the venue
• Better interaction with AV team workflows
• Not currently used in our own workflows (yet?), though
What’s next?
• A refactoring of the web UI
• Almost finished!
• Completely redesigned the UI, to make it mobile-ready too
• Better usage of the ton of features we added (and add!) over time
• Improvements on transcription
• Works fine already, but needs tailoring to specific context(s)
• Expanding the events base
• Bespoke solutions for big customers (e.g., IETF, RIPE, etc.)
• Doing the same for other events, possibly with modular feature set
What’s next?
• A refactoring of the web UI
• Almost finished!
• Completely redesigned the UI, to make it mobile-ready too
• Better usage of the ton of features we added (and add!) over time
• Improvements on transcription
• Works fine already, but needs tailoring to specific context(s)
• Expanding the events base
• Bespoke solutions for big customers (e.g., IETF, RIPE, etc.)
• Doing the same for other events, possibly with modular feature set
What’s next?
• A refactoring of the web UI
• Almost finished!
• Completely redesigned the UI, to make it mobile-ready too
• Better usage of the ton of features we added (and add!) over time
• Improvements on transcription
• Works fine already, but needs tailoring to specific context(s)
• Expanding the events base
• Bespoke solutions for big customers (e.g., IETF, RIPE, etc.)
• Doing the same for other events, possibly with modular feature set
Thanks! Questions? Comments?
Get in touch!
• https://fosstodon.org/@lminiero
• https://twitter.com/elminiero
• https://twitter.com/meetecho
• https://twitter.com/januswebrtc
• https://www.meetecho.com/blog/

More Related Content

What's hot

Stateful set in kubernetes implementation & usecases
Stateful set in kubernetes implementation & usecases Stateful set in kubernetes implementation & usecases
Stateful set in kubernetes implementation & usecases Krishna-Kumar
 
Docker Networking Tip - Macvlan driver
Docker Networking Tip - Macvlan driverDocker Networking Tip - Macvlan driver
Docker Networking Tip - Macvlan driverSreenivas Makam
 
COPADO - Plateforme de DEVOPS pour Salesforce
COPADO - Plateforme de DEVOPS pour SalesforceCOPADO - Plateforme de DEVOPS pour Salesforce
COPADO - Plateforme de DEVOPS pour SalesforceThierry TROUIN ☁
 
DevOps Evolution - The Next Generation ?
DevOps Evolution - The Next Generation ?DevOps Evolution - The Next Generation ?
DevOps Evolution - The Next Generation ?Marc Hornbeek
 
What is DevOps? | DevOps Introduction | DevOps Tools | DevOps Tutorial For Be...
What is DevOps? | DevOps Introduction | DevOps Tools | DevOps Tutorial For Be...What is DevOps? | DevOps Introduction | DevOps Tools | DevOps Tutorial For Be...
What is DevOps? | DevOps Introduction | DevOps Tools | DevOps Tutorial For Be...Simplilearn
 
Janus/SIP @ OpenSIPS 2019
Janus/SIP @ OpenSIPS 2019Janus/SIP @ OpenSIPS 2019
Janus/SIP @ OpenSIPS 2019Lorenzo Miniero
 
Git branching strategies
Git branching strategiesGit branching strategies
Git branching strategiesjstack
 
Fundamentals of DevOps and CI/CD
Fundamentals of DevOps and CI/CDFundamentals of DevOps and CI/CD
Fundamentals of DevOps and CI/CDBatyr Nuryyev
 
Taking your version control to a next level with TFS and Git
Taking your version control to a next level with TFS and GitTaking your version control to a next level with TFS and Git
Taking your version control to a next level with TFS and GitAlexander Vanwynsberghe
 
Janus + Audio @ Open Source World
Janus + Audio @ Open Source WorldJanus + Audio @ Open Source World
Janus + Audio @ Open Source WorldLorenzo Miniero
 
The journey to GitOps
The journey to GitOpsThe journey to GitOps
The journey to GitOpsNicola Baldi
 
Microservices with Spring Boot Tutorial | Edureka
Microservices with Spring Boot Tutorial | EdurekaMicroservices with Spring Boot Tutorial | Edureka
Microservices with Spring Boot Tutorial | EdurekaEdureka!
 
building microservices
building microservicesbuilding microservices
building microservicesCisco DevNet
 
Microservices Architecture
Microservices ArchitectureMicroservices Architecture
Microservices ArchitectureJoshua Costa
 
DevOps 101 - an Introduction to DevOps
DevOps 101  - an Introduction to DevOpsDevOps 101  - an Introduction to DevOps
DevOps 101 - an Introduction to DevOpsRed Gate Software
 
Mise en place vidéoconférence + chat avec Openfire
Mise en place vidéoconférence + chat avec OpenfireMise en place vidéoconférence + chat avec Openfire
Mise en place vidéoconférence + chat avec OpenfireAbdou Lahad SYLLA
 
Kubernetes: An Introduction to the Open Source Container Orchestration Platform
Kubernetes: An Introduction to the Open Source Container Orchestration PlatformKubernetes: An Introduction to the Open Source Container Orchestration Platform
Kubernetes: An Introduction to the Open Source Container Orchestration PlatformMichael O'Sullivan
 

What's hot (20)

Stateful set in kubernetes implementation & usecases
Stateful set in kubernetes implementation & usecases Stateful set in kubernetes implementation & usecases
Stateful set in kubernetes implementation & usecases
 
Docker Networking Tip - Macvlan driver
Docker Networking Tip - Macvlan driverDocker Networking Tip - Macvlan driver
Docker Networking Tip - Macvlan driver
 
COPADO - Plateforme de DEVOPS pour Salesforce
COPADO - Plateforme de DEVOPS pour SalesforceCOPADO - Plateforme de DEVOPS pour Salesforce
COPADO - Plateforme de DEVOPS pour Salesforce
 
Advanced Git
Advanced GitAdvanced Git
Advanced Git
 
DevOps Evolution - The Next Generation ?
DevOps Evolution - The Next Generation ?DevOps Evolution - The Next Generation ?
DevOps Evolution - The Next Generation ?
 
What is DevOps? | DevOps Introduction | DevOps Tools | DevOps Tutorial For Be...
What is DevOps? | DevOps Introduction | DevOps Tools | DevOps Tutorial For Be...What is DevOps? | DevOps Introduction | DevOps Tools | DevOps Tutorial For Be...
What is DevOps? | DevOps Introduction | DevOps Tools | DevOps Tutorial For Be...
 
Janus/SIP @ OpenSIPS 2019
Janus/SIP @ OpenSIPS 2019Janus/SIP @ OpenSIPS 2019
Janus/SIP @ OpenSIPS 2019
 
Git branching strategies
Git branching strategiesGit branching strategies
Git branching strategies
 
Fundamentals of DevOps and CI/CD
Fundamentals of DevOps and CI/CDFundamentals of DevOps and CI/CD
Fundamentals of DevOps and CI/CD
 
Taking your version control to a next level with TFS and Git
Taking your version control to a next level with TFS and GitTaking your version control to a next level with TFS and Git
Taking your version control to a next level with TFS and Git
 
Janus + Audio @ Open Source World
Janus + Audio @ Open Source WorldJanus + Audio @ Open Source World
Janus + Audio @ Open Source World
 
The journey to GitOps
The journey to GitOpsThe journey to GitOps
The journey to GitOps
 
Microservices with Spring Boot Tutorial | Edureka
Microservices with Spring Boot Tutorial | EdurekaMicroservices with Spring Boot Tutorial | Edureka
Microservices with Spring Boot Tutorial | Edureka
 
Migrating To GitHub
Migrating To GitHub  Migrating To GitHub
Migrating To GitHub
 
building microservices
building microservicesbuilding microservices
building microservices
 
Microservices Architecture
Microservices ArchitectureMicroservices Architecture
Microservices Architecture
 
DevOps 101 - an Introduction to DevOps
DevOps 101  - an Introduction to DevOpsDevOps 101  - an Introduction to DevOps
DevOps 101 - an Introduction to DevOps
 
Mise en place vidéoconférence + chat avec Openfire
Mise en place vidéoconférence + chat avec OpenfireMise en place vidéoconférence + chat avec Openfire
Mise en place vidéoconférence + chat avec Openfire
 
Jenkins Pipelines
Jenkins PipelinesJenkins Pipelines
Jenkins Pipelines
 
Kubernetes: An Introduction to the Open Source Container Orchestration Platform
Kubernetes: An Introduction to the Open Source Container Orchestration PlatformKubernetes: An Introduction to the Open Source Container Orchestration Platform
Kubernetes: An Introduction to the Open Source Container Orchestration Platform
 

Similar to The challenges of hybrid meetings @ CommCon 2023

WebRTC, RED and Janus @ ClueCon21
WebRTC, RED and Janus @ ClueCon21WebRTC, RED and Janus @ ClueCon21
WebRTC, RED and Janus @ ClueCon21Lorenzo Miniero
 
Write a SocialTV app @ OpenSIPS 2021
Write a SocialTV app @ OpenSIPS 2021Write a SocialTV app @ OpenSIPS 2021
Write a SocialTV app @ OpenSIPS 2021Lorenzo Miniero
 
WebRTC Broadcasting @ TADSummit 2023
WebRTC Broadcasting @ TADSummit 2023WebRTC Broadcasting @ TADSummit 2023
WebRTC Broadcasting @ TADSummit 2023Lorenzo Miniero
 
Turning live events to virtual with Janus
Turning live events to virtual with JanusTurning live events to virtual with Janus
Turning live events to virtual with JanusLorenzo Miniero
 
Multistream in Janus @ CommCon 2019
Multistream in Janus @ CommCon 2019Multistream in Janus @ CommCon 2019
Multistream in Janus @ CommCon 2019Lorenzo Miniero
 
WebRTC Rockstars Asian Tour 2017
WebRTC Rockstars Asian Tour 2017WebRTC Rockstars Asian Tour 2017
WebRTC Rockstars Asian Tour 2017Lorenzo Miniero
 
Janus Workshop @ ClueCon 2020
Janus Workshop @ ClueCon 2020Janus Workshop @ ClueCon 2020
Janus Workshop @ ClueCon 2020Lorenzo Miniero
 
Janus + NDI @ ClueCon 2021
Janus + NDI @ ClueCon 2021Janus + NDI @ ClueCon 2021
Janus + NDI @ ClueCon 2021Lorenzo Miniero
 
Janus/Asterisk @ Astricon 2017
Janus/Asterisk @ Astricon 2017Janus/Asterisk @ Astricon 2017
Janus/Asterisk @ Astricon 2017Lorenzo Miniero
 
JamRTC @ Wonder WebRTC unConference
JamRTC @ Wonder WebRTC unConferenceJamRTC @ Wonder WebRTC unConference
JamRTC @ Wonder WebRTC unConferenceLorenzo Miniero
 
WHIP WebRTC Broadcasting @ FOSDEM 2022
WHIP WebRTC Broadcasting @ FOSDEM 2022WHIP WebRTC Broadcasting @ FOSDEM 2022
WHIP WebRTC Broadcasting @ FOSDEM 2022Lorenzo Miniero
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024Lorenzo Miniero
 
Can SFUs and MCUs be friends @ IIT-RTC 2020
Can SFUs and MCUs be friends @ IIT-RTC 2020Can SFUs and MCUs be friends @ IIT-RTC 2020
Can SFUs and MCUs be friends @ IIT-RTC 2020Lorenzo Miniero
 
WHIP and Janus @ IIT-RTC 2021
WHIP and Janus @ IIT-RTC 2021WHIP and Janus @ IIT-RTC 2021
WHIP and Janus @ IIT-RTC 2021Lorenzo Miniero
 
Janus @ WebRTC Meetup Stockholm
Janus @ WebRTC Meetup StockholmJanus @ WebRTC Meetup Stockholm
Janus @ WebRTC Meetup StockholmLorenzo Miniero
 
Can WebRTC help musicians? @ FOSDEM 2021
Can WebRTC help musicians? @ FOSDEM 2021Can WebRTC help musicians? @ FOSDEM 2021
Can WebRTC help musicians? @ FOSDEM 2021Lorenzo Miniero
 
Janus/SIP @ OpenSIPS 2017
Janus/SIP @ OpenSIPS 2017Janus/SIP @ OpenSIPS 2017
Janus/SIP @ OpenSIPS 2017Lorenzo Miniero
 
Scaling server side web rtc applications the janus challenge by lorenzo miniero
Scaling server side web rtc applications the janus challenge by lorenzo minieroScaling server side web rtc applications the janus challenge by lorenzo miniero
Scaling server side web rtc applications the janus challenge by lorenzo minieroGreg Kawere
 

Similar to The challenges of hybrid meetings @ CommCon 2023 (20)

WebRTC, RED and Janus @ ClueCon21
WebRTC, RED and Janus @ ClueCon21WebRTC, RED and Janus @ ClueCon21
WebRTC, RED and Janus @ ClueCon21
 
Write a SocialTV app @ OpenSIPS 2021
Write a SocialTV app @ OpenSIPS 2021Write a SocialTV app @ OpenSIPS 2021
Write a SocialTV app @ OpenSIPS 2021
 
WebRTC Broadcasting @ TADSummit 2023
WebRTC Broadcasting @ TADSummit 2023WebRTC Broadcasting @ TADSummit 2023
WebRTC Broadcasting @ TADSummit 2023
 
Janus @ ClueCon 2019
Janus @ ClueCon 2019Janus @ ClueCon 2019
Janus @ ClueCon 2019
 
Turning live events to virtual with Janus
Turning live events to virtual with JanusTurning live events to virtual with Janus
Turning live events to virtual with Janus
 
Multistream in Janus @ CommCon 2019
Multistream in Janus @ CommCon 2019Multistream in Janus @ CommCon 2019
Multistream in Janus @ CommCon 2019
 
Janus @ RTC2017 Beijing
Janus @ RTC2017 BeijingJanus @ RTC2017 Beijing
Janus @ RTC2017 Beijing
 
WebRTC Rockstars Asian Tour 2017
WebRTC Rockstars Asian Tour 2017WebRTC Rockstars Asian Tour 2017
WebRTC Rockstars Asian Tour 2017
 
Janus Workshop @ ClueCon 2020
Janus Workshop @ ClueCon 2020Janus Workshop @ ClueCon 2020
Janus Workshop @ ClueCon 2020
 
Janus + NDI @ ClueCon 2021
Janus + NDI @ ClueCon 2021Janus + NDI @ ClueCon 2021
Janus + NDI @ ClueCon 2021
 
Janus/Asterisk @ Astricon 2017
Janus/Asterisk @ Astricon 2017Janus/Asterisk @ Astricon 2017
Janus/Asterisk @ Astricon 2017
 
JamRTC @ Wonder WebRTC unConference
JamRTC @ Wonder WebRTC unConferenceJamRTC @ Wonder WebRTC unConference
JamRTC @ Wonder WebRTC unConference
 
WHIP WebRTC Broadcasting @ FOSDEM 2022
WHIP WebRTC Broadcasting @ FOSDEM 2022WHIP WebRTC Broadcasting @ FOSDEM 2022
WHIP WebRTC Broadcasting @ FOSDEM 2022
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024
 
Can SFUs and MCUs be friends @ IIT-RTC 2020
Can SFUs and MCUs be friends @ IIT-RTC 2020Can SFUs and MCUs be friends @ IIT-RTC 2020
Can SFUs and MCUs be friends @ IIT-RTC 2020
 
WHIP and Janus @ IIT-RTC 2021
WHIP and Janus @ IIT-RTC 2021WHIP and Janus @ IIT-RTC 2021
WHIP and Janus @ IIT-RTC 2021
 
Janus @ WebRTC Meetup Stockholm
Janus @ WebRTC Meetup StockholmJanus @ WebRTC Meetup Stockholm
Janus @ WebRTC Meetup Stockholm
 
Can WebRTC help musicians? @ FOSDEM 2021
Can WebRTC help musicians? @ FOSDEM 2021Can WebRTC help musicians? @ FOSDEM 2021
Can WebRTC help musicians? @ FOSDEM 2021
 
Janus/SIP @ OpenSIPS 2017
Janus/SIP @ OpenSIPS 2017Janus/SIP @ OpenSIPS 2017
Janus/SIP @ OpenSIPS 2017
 
Scaling server side web rtc applications the janus challenge by lorenzo miniero
Scaling server side web rtc applications the janus challenge by lorenzo minieroScaling server side web rtc applications the janus challenge by lorenzo miniero
Scaling server side web rtc applications the janus challenge by lorenzo miniero
 

More from Lorenzo Miniero

Getting AV1/SVC to work in the Janus WebRTC Server
Getting AV1/SVC to work in the Janus WebRTC ServerGetting AV1/SVC to work in the Janus WebRTC Server
Getting AV1/SVC to work in the Janus WebRTC ServerLorenzo Miniero
 
Real-Time Text and WebRTC @ Kamailio World 2023
Real-Time Text and WebRTC @ Kamailio World 2023Real-Time Text and WebRTC @ Kamailio World 2023
Real-Time Text and WebRTC @ Kamailio World 2023Lorenzo Miniero
 
Become a rockstar using FOSS!
Become a rockstar using FOSS!Become a rockstar using FOSS!
Become a rockstar using FOSS!Lorenzo Miniero
 
Scaling WebRTC deployments with multicast @ IETF 110 MBONED
Scaling WebRTC deployments with multicast @ IETF 110 MBONEDScaling WebRTC deployments with multicast @ IETF 110 MBONED
Scaling WebRTC deployments with multicast @ IETF 110 MBONEDLorenzo Miniero
 
Janus Workshop pt.2 @ ClueCon 2021
Janus Workshop pt.2 @ ClueCon 2021Janus Workshop pt.2 @ ClueCon 2021
Janus Workshop pt.2 @ ClueCon 2021Lorenzo Miniero
 
Virtual IETF meetings with WebRTC @ IETF 109 MOPS
Virtual IETF meetings with WebRTC @ IETF 109 MOPSVirtual IETF meetings with WebRTC @ IETF 109 MOPS
Virtual IETF meetings with WebRTC @ IETF 109 MOPSLorenzo Miniero
 
Insertable Streams and E2EE @ ClueCon2020
Insertable Streams and E2EE @ ClueCon2020Insertable Streams and E2EE @ ClueCon2020
Insertable Streams and E2EE @ ClueCon2020Lorenzo Miniero
 
Janus RTP forwarders @ FOSDEM 2020
Janus RTP forwarders @ FOSDEM 2020Janus RTP forwarders @ FOSDEM 2020
Janus RTP forwarders @ FOSDEM 2020Lorenzo Miniero
 
Janus workshop @ RTC2019 Beijing
Janus workshop @ RTC2019 BeijingJanus workshop @ RTC2019 Beijing
Janus workshop @ RTC2019 BeijingLorenzo Miniero
 
Simulcast/SVC @ IIT-RTC 2019
Simulcast/SVC @ IIT-RTC 2019Simulcast/SVC @ IIT-RTC 2019
Simulcast/SVC @ IIT-RTC 2019Lorenzo Miniero
 
Fuzzing Janus @ IPTComm 2019
Fuzzing Janus @ IPTComm 2019Fuzzing Janus @ IPTComm 2019
Fuzzing Janus @ IPTComm 2019Lorenzo Miniero
 
Welcome to JanusCon! -- Past, Present and Future of Janus
Welcome to JanusCon! -- Past, Present and Future of JanusWelcome to JanusCon! -- Past, Present and Future of Janus
Welcome to JanusCon! -- Past, Present and Future of JanusLorenzo Miniero
 

More from Lorenzo Miniero (13)

Getting AV1/SVC to work in the Janus WebRTC Server
Getting AV1/SVC to work in the Janus WebRTC ServerGetting AV1/SVC to work in the Janus WebRTC Server
Getting AV1/SVC to work in the Janus WebRTC Server
 
BWE in Janus
BWE in JanusBWE in Janus
BWE in Janus
 
Real-Time Text and WebRTC @ Kamailio World 2023
Real-Time Text and WebRTC @ Kamailio World 2023Real-Time Text and WebRTC @ Kamailio World 2023
Real-Time Text and WebRTC @ Kamailio World 2023
 
Become a rockstar using FOSS!
Become a rockstar using FOSS!Become a rockstar using FOSS!
Become a rockstar using FOSS!
 
Scaling WebRTC deployments with multicast @ IETF 110 MBONED
Scaling WebRTC deployments with multicast @ IETF 110 MBONEDScaling WebRTC deployments with multicast @ IETF 110 MBONED
Scaling WebRTC deployments with multicast @ IETF 110 MBONED
 
Janus Workshop pt.2 @ ClueCon 2021
Janus Workshop pt.2 @ ClueCon 2021Janus Workshop pt.2 @ ClueCon 2021
Janus Workshop pt.2 @ ClueCon 2021
 
Virtual IETF meetings with WebRTC @ IETF 109 MOPS
Virtual IETF meetings with WebRTC @ IETF 109 MOPSVirtual IETF meetings with WebRTC @ IETF 109 MOPS
Virtual IETF meetings with WebRTC @ IETF 109 MOPS
 
Insertable Streams and E2EE @ ClueCon2020
Insertable Streams and E2EE @ ClueCon2020Insertable Streams and E2EE @ ClueCon2020
Insertable Streams and E2EE @ ClueCon2020
 
Janus RTP forwarders @ FOSDEM 2020
Janus RTP forwarders @ FOSDEM 2020Janus RTP forwarders @ FOSDEM 2020
Janus RTP forwarders @ FOSDEM 2020
 
Janus workshop @ RTC2019 Beijing
Janus workshop @ RTC2019 BeijingJanus workshop @ RTC2019 Beijing
Janus workshop @ RTC2019 Beijing
 
Simulcast/SVC @ IIT-RTC 2019
Simulcast/SVC @ IIT-RTC 2019Simulcast/SVC @ IIT-RTC 2019
Simulcast/SVC @ IIT-RTC 2019
 
Fuzzing Janus @ IPTComm 2019
Fuzzing Janus @ IPTComm 2019Fuzzing Janus @ IPTComm 2019
Fuzzing Janus @ IPTComm 2019
 
Welcome to JanusCon! -- Past, Present and Future of Janus
Welcome to JanusCon! -- Past, Present and Future of JanusWelcome to JanusCon! -- Past, Present and Future of Janus
Welcome to JanusCon! -- Past, Present and Future of Janus
 

Recently uploaded

WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brandgvaughan
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 3652toLead Limited
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024The Digital Insurer
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfAddepto
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsMiki Katsuragi
 
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Wonjun Hwang
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...shyamraj55
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Commit University
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebUiPathCommunity
 
costume and set research powerpoint presentation
costume and set research powerpoint presentationcostume and set research powerpoint presentation
costume and set research powerpoint presentationphoebematthew05
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr LapshynFwdays
 
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024BookNet Canada
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfAlex Barbosa Coqueiro
 

Recently uploaded (20)

WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brand
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdf
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping Elbows
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering Tips
 
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
 
Hot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort Service
Hot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort ServiceHot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort Service
Hot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort Service
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio Web
 
costume and set research powerpoint presentation
costume and set research powerpoint presentationcostume and set research powerpoint presentation
costume and set research powerpoint presentation
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
 
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdf
 

The challenges of hybrid meetings @ CommCon 2023

  • 1. The challenges of hybrid meetings Lorenzo Miniero @lminiero@fosstodon.org CommCon 2023 June 20th 2023, Mercure Blackburn Dunkenhalgh Hotel & Spa (UK)
  • 2. I’ve been doing VoIP/WebRTC for way too long! Lorenzo Miniero • Ph.D @ UniNA • Chairman @ Meetecho • Main author of Janus Contacts and info • lorenzo@meetecho.com • https://fosstodon.org/@lminiero • https://www.slideshare.net/LorenzoMiniero • https://lminiero.bandcamp.com
  • 3. Just a few words on Meetecho • Co-founded in 2009 as an academic spin-off • University research efforts brought to the market • Completely independent from the University • Focus on real-time multimedia applications • Strong perspective on standardization and open source • Several activities • Consulting services • Commercial support and Janus licenses • Streaming of live events (IETF, RIPE, etc.) • Proudly brewed in sunny Napoli(*), Italy
  • 4. Just a few words on Meetecho • Co-founded in 2009 as an academic spin-off • University research efforts brought to the market • Completely independent from the University • Focus on real-time multimedia applications • Strong perspective on standardization and open source • Several activities • Consulting services • Commercial support and Janus licenses • Streaming of live events (IETF, RIPE, etc.) • Proudly brewed in sunny Napoli(*), Italy
  • 6. Streaming live events via WebRTC pre-pandemic • Service we provided for several different events • Mainly IETF (official remote participation tool) and some ACM conferences • A few other events too (a growing business) • Typically involved some specific activities • Fly a couple people + equipment there, of course • Setup cameras, split/capture projector signals, hooks to room mixer • Embed some event-specific channel (e.g., Twitter feed, or Sli.do channel) • ... and then stream everything via WebRTC (sometimes allowing remote speakers) Until the world changed... No more live events in person for a while!
  • 7. Streaming live events via WebRTC pre-pandemic • Service we provided for several different events • Mainly IETF (official remote participation tool) and some ACM conferences • A few other events too (a growing business) • Typically involved some specific activities • Fly a couple people + equipment there, of course • Setup cameras, split/capture projector signals, hooks to room mixer • Embed some event-specific channel (e.g., Twitter feed, or Sli.do channel) • ... and then stream everything via WebRTC (sometimes allowing remote speakers) Until the world changed... No more live events in person for a while!
  • 8. Streaming live events via WebRTC pre-pandemic • Service we provided for several different events • Mainly IETF (official remote participation tool) and some ACM conferences • A few other events too (a growing business) • Typically involved some specific activities • Fly a couple people + equipment there, of course • Setup cameras, split/capture projector signals, hooks to room mixer • Embed some event-specific channel (e.g., Twitter feed, or Sli.do channel) • ... and then stream everything via WebRTC (sometimes allowing remote speakers) Until the world changed... No more live events in person for a while!
  • 9. A look at how that worked for IETF meetings
  • 10. A look at how that worked for IETF meetings
  • 11. A look at how that worked for IETF meetings
  • 12. A look at how that worked for IETF meetings
  • 13. A look at how that worked for IETF meetings
  • 14. A look at how that worked for IETF meetings
  • 15. A look at how that worked for IETF meetings
  • 16. A look at how that worked for IETF meetings
  • 17. A look at how that worked for IETF meetings
  • 18. A simpler approach for other conferences (e.g., ACM)
  • 19. Streaming JanusCon (no remote pizza, though)
  • 20. Then a global pandemic hit...
  • 21. Then a global pandemic hit...
  • 22. Reinventing the platform to go fully virtual https://commcon.xyz/session/turning-live-events-to-virtual-with-janus
  • 23. Eating our own dog food Janus General purpose, open source WebRTC server • https://github.com/meetecho/janus-gateway • Demos and documentation: https://janus.conf.meetecho.com • Community: https://janus.discourse.group/
  • 24. Eating our own dog food https://www.slideshare.net/LorenzoMiniero/scaling-webrtc-applications-with-janus https://www.youtube.com/watch?v=zxRwELmyWU0
  • 25. Mixed Audio + Streaming
  • 26. Mixed Audio + Streaming
  • 27. Mixed Audio + Streaming
  • 28. SFU Video + Streaming
  • 29. SFU Video + Streaming
  • 30. Bringing it all together for Virtual Events
  • 31. Bringing it all together for Virtual Events
  • 32. Bringing it all together for Virtual Events
  • 33. Bringing it all together for Virtual Events
  • 34. Then, eventually, the world started opening up again
  • 35. New challenges to overcome • Before the pandemic, remote participants were few and far between • Limited number of remote presentations • Occasional remote question from the queue • Focus was more on the venue and the local attendees • In virtual platform, remote participants were not 2nd class citizens anymore... • ... they were the only ones there! • Every functionality shared with all other attendees • After the pandemic, what to expect from a “hybrid” meeting instead? • At the very least, a much more even distribution • ~50% local attendees, ~50% remote participants • How to get them to seamlessly interact with each other?
  • 36. New challenges to overcome • Before the pandemic, remote participants were few and far between • Limited number of remote presentations • Occasional remote question from the queue • Focus was more on the venue and the local attendees • In virtual platform, remote participants were not 2nd class citizens anymore... • ... they were the only ones there! • Every functionality shared with all other attendees • After the pandemic, what to expect from a “hybrid” meeting instead? • At the very least, a much more even distribution • ~50% local attendees, ~50% remote participants • How to get them to seamlessly interact with each other?
  • 37. New challenges to overcome • Before the pandemic, remote participants were few and far between • Limited number of remote presentations • Occasional remote question from the queue • Focus was more on the venue and the local attendees • In virtual platform, remote participants were not 2nd class citizens anymore... • ... they were the only ones there! • Every functionality shared with all other attendees • After the pandemic, what to expect from a “hybrid” meeting instead? • At the very least, a much more even distribution • ~50% local attendees, ~50% remote participants • How to get them to seamlessly interact with each other?
  • 38. What about the infrastructure? • Pretty much the same as the virtual one! • Needed to accomodate potentially large remote attendance • Feeds from the venue can be scaled automatically as “virtual participants” • Streams from the room similar to before, with a few tweaks • Audio mixer is now the Janus AudioBridge, not SIP-based • Static video feeds are not static anymore, but dynamic • Support for multiple cameras per room • Local and remote streams can be consumed dynamically in the venue • e.g., slides (more on that later) • Remote presenters to display in the room • Virtual queues, polls, transcriptions, etc.
  • 39. What about the infrastructure? • Pretty much the same as the virtual one! • Needed to accomodate potentially large remote attendance • Feeds from the venue can be scaled automatically as “virtual participants” • Streams from the room similar to before, with a few tweaks • Audio mixer is now the Janus AudioBridge, not SIP-based • Static video feeds are not static anymore, but dynamic • Support for multiple cameras per room • Local and remote streams can be consumed dynamically in the venue • e.g., slides (more on that later) • Remote presenters to display in the room • Virtual queues, polls, transcriptions, etc.
  • 40. What about the infrastructure? • Pretty much the same as the virtual one! • Needed to accomodate potentially large remote attendance • Feeds from the venue can be scaled automatically as “virtual participants” • Streams from the room similar to before, with a few tweaks • Audio mixer is now the Janus AudioBridge, not SIP-based • Static video feeds are not static anymore, but dynamic • Support for multiple cameras per room • Local and remote streams can be consumed dynamically in the venue • e.g., slides (more on that later) • Remote presenters to display in the room • Virtual queues, polls, transcriptions, etc.
  • 41. Handling local and remote audio (before)
  • 42. Handling local and remote audio (now)
  • 43. Static camera and projector (before)
  • 44. Adding cameras and making video more dynamic
  • 45. Adding cameras and making video more dynamic
  • 46. Adding cameras and making video more dynamic
  • 47. What about the duplicated feed from the projector? • Before the pandemic, we’d use a splitter • Local attendee would plug the laptop to the splitter • Splitter would feed the content to projector and our streamer • Streamer would send the content as video remotely • Got rid of that for fully hybrid events • All presentation content is always shared via Meetecho, even when local • Presentation can be light (preloaded slides) or WebRTC-based • In the venue, agent shows slides/screen feed on main screen • This allows to never worry about local vs. remote content • No matter where it’s from, it’s published via WebRTC (or preloaded slides) • No matter where it’s from, local and remote attendees consume it the same way
  • 48. What about the duplicated feed from the projector? • Before the pandemic, we’d use a splitter • Local attendee would plug the laptop to the splitter • Splitter would feed the content to projector and our streamer • Streamer would send the content as video remotely • Got rid of that for fully hybrid events • All presentation content is always shared via Meetecho, even when local • Presentation can be light (preloaded slides) or WebRTC-based • In the venue, agent shows slides/screen feed on main screen • This allows to never worry about local vs. remote content • No matter where it’s from, it’s published via WebRTC (or preloaded slides) • No matter where it’s from, local and remote attendees consume it the same way
  • 49. What about the duplicated feed from the projector? • Before the pandemic, we’d use a splitter • Local attendee would plug the laptop to the splitter • Splitter would feed the content to projector and our streamer • Streamer would send the content as video remotely • Got rid of that for fully hybrid events • All presentation content is always shared via Meetecho, even when local • Presentation can be light (preloaded slides) or WebRTC-based • In the venue, agent shows slides/screen feed on main screen • This allows to never worry about local vs. remote content • No matter where it’s from, it’s published via WebRTC (or preloaded slides) • No matter where it’s from, local and remote attendees consume it the same way
  • 50. Displaying content in the venue (before)
  • 51. Displaying content in the venue (now)
  • 52. Displaying content in the venue (now)
  • 53. One queue to rule them all! • Historically, the IETF relied on mic lines for queues • You’d stand up in line and wait for your turn • Caused issues with remote speakers (when was their turn?) • Partially handled at the time with “Pacman ghosts” + Big Red Button • In fully virtual platform, not an issue • Everyone remote, so everyone in the same queue! • More of a problem in hybrid scenario • Many remote and local attendees alike • Solved by putting them all in the same queue • Local attendees use “companion” web app to get in line • No need to stand in line, they can do that when it’s their turn
  • 54. One queue to rule them all! • Historically, the IETF relied on mic lines for queues • You’d stand up in line and wait for your turn • Caused issues with remote speakers (when was their turn?) • Partially handled at the time with “Pacman ghosts” + Big Red Button • In fully virtual platform, not an issue • Everyone remote, so everyone in the same queue! • More of a problem in hybrid scenario • Many remote and local attendees alike • Solved by putting them all in the same queue • Local attendees use “companion” web app to get in line • No need to stand in line, they can do that when it’s their turn
  • 55. One queue to rule them all! • Historically, the IETF relied on mic lines for queues • You’d stand up in line and wait for your turn • Caused issues with remote speakers (when was their turn?) • Partially handled at the time with “Pacman ghosts” + Big Red Button • In fully virtual platform, not an issue • Everyone remote, so everyone in the same queue! • More of a problem in hybrid scenario • Many remote and local attendees alike • Solved by putting them all in the same queue • Local attendees use “companion” web app to get in line • No need to stand in line, they can do that when it’s their turn
  • 56. One queue to rule them all! • Historically, the IETF relied on mic lines for queues • You’d stand up in line and wait for your turn • Caused issues with remote speakers (when was their turn?) • Partially handled at the time with “Pacman ghosts” + Big Red Button • In fully virtual platform, not an issue • Everyone remote, so everyone in the same queue! • More of a problem in hybrid scenario • Many remote and local attendees alike • Solved by putting them all in the same queue • Local attendees use “companion” web app to get in line • No need to stand in line, they can do that when it’s their turn
  • 57. Using the full Meetecho tool
  • 58. Using the on-site Meetecho tool
  • 59. Using the on-site Meetecho tool
  • 60. Displaying the queue in the room
  • 61. The on-site Meetecho tool • Via QR code, but also easily accessible from the main agenda • Uses same credentials to authenticate • Presents limited set of Meetecho features • Allows local attendees to use some “remote” features seamlessly • Getting in line to talk (queue) • Advancing slides, if preloaded (remote clicker) • Raising/not raising hands when needed (polls) • Local attendees recognized from remote ones • Queue displays different icons depending on device/location • “Bluesheets” automatically filled in
  • 62. The on-site Meetecho tool • Via QR code, but also easily accessible from the main agenda • Uses same credentials to authenticate • Presents limited set of Meetecho features • Allows local attendees to use some “remote” features seamlessly • Getting in line to talk (queue) • Advancing slides, if preloaded (remote clicker) • Raising/not raising hands when needed (polls) • Local attendees recognized from remote ones • Queue displays different icons depending on device/location • “Bluesheets” automatically filled in
  • 63. The on-site Meetecho tool • Via QR code, but also easily accessible from the main agenda • Uses same credentials to authenticate • Presents limited set of Meetecho features • Allows local attendees to use some “remote” features seamlessly • Getting in line to talk (queue) • Advancing slides, if preloaded (remote clicker) • Raising/not raising hands when needed (polls) • Local attendees recognized from remote ones • Queue displays different icons depending on device/location • “Bluesheets” automatically filled in
  • 64. Show of hands (“hum” replacement)
  • 65. New from IETF 116: live transcriptions
  • 66. New from IETF 116: live transcriptions
  • 67. New from IETF 116: live transcriptions
  • 68. New from IETF 116: live transcriptions
  • 69. Shared bus to control all the local agents • Every device in the venue rooms has an agent to control it remotely • Audio bridge device • Raspberry Pis controlling cameras and screen duplication • Raspberry Pis to display content on main and second screen • All devices register at a controller and wait for commands • Dynamic behaviour can be orchestrated remotely (e.g., from the NOC) • Multiple actions that can be triggered • e.g., start/stop audio, change gains, etc. • e.g., start/stop cameras, pan/tilt/zoom, etc. • e.g., start/stop content displays, reset/restart, etc.
  • 70. Shared bus to control all the local agents • Every device in the venue rooms has an agent to control it remotely • Audio bridge device • Raspberry Pis controlling cameras and screen duplication • Raspberry Pis to display content on main and second screen • All devices register at a controller and wait for commands • Dynamic behaviour can be orchestrated remotely (e.g., from the NOC) • Multiple actions that can be triggered • e.g., start/stop audio, change gains, etc. • e.g., start/stop cameras, pan/tilt/zoom, etc. • e.g., start/stop content displays, reset/restart, etc.
  • 71. Shared bus to control all the local agents • Every device in the venue rooms has an agent to control it remotely • Audio bridge device • Raspberry Pis controlling cameras and screen duplication • Raspberry Pis to display content on main and second screen • All devices register at a controller and wait for commands • Dynamic behaviour can be orchestrated remotely (e.g., from the NOC) • Multiple actions that can be triggered • e.g., start/stop audio, change gains, etc. • e.g., start/stop cameras, pan/tilt/zoom, etc. • e.g., start/stop content displays, reset/restart, etc.
  • 77. What about NDI? • Wrote about this a few times • https://www.meetecho.com/blog/webrtc-ndi/ • https://www.meetecho.com/blog/webrtc-ndi-part-2/ • Spoke about this a few times too • ClueCon: https://youtu.be/RZ58vapWfUw?t=1755 • CommCon: https://2021.commcon.xyz/talks/whip-ndi-and-janus-genesis-of-a-broadcasting-demo • Used in practice @ CommCon 2021 • Janus NDI plugin part of early Broadcaster.vc stack • Could be very useful for patching streams in/out of the venue • Better interaction with AV team workflows • Not currently used in our own workflows (yet?), though
  • 78. What about NDI? • Wrote about this a few times • https://www.meetecho.com/blog/webrtc-ndi/ • https://www.meetecho.com/blog/webrtc-ndi-part-2/ • Spoke about this a few times too • ClueCon: https://youtu.be/RZ58vapWfUw?t=1755 • CommCon: https://2021.commcon.xyz/talks/whip-ndi-and-janus-genesis-of-a-broadcasting-demo • Used in practice @ CommCon 2021 • Janus NDI plugin part of early Broadcaster.vc stack • Could be very useful for patching streams in/out of the venue • Better interaction with AV team workflows • Not currently used in our own workflows (yet?), though
  • 79. What about NDI? • Wrote about this a few times • https://www.meetecho.com/blog/webrtc-ndi/ • https://www.meetecho.com/blog/webrtc-ndi-part-2/ • Spoke about this a few times too • ClueCon: https://youtu.be/RZ58vapWfUw?t=1755 • CommCon: https://2021.commcon.xyz/talks/whip-ndi-and-janus-genesis-of-a-broadcasting-demo • Used in practice @ CommCon 2021 • Janus NDI plugin part of early Broadcaster.vc stack • Could be very useful for patching streams in/out of the venue • Better interaction with AV team workflows • Not currently used in our own workflows (yet?), though
  • 80. What about NDI? • Wrote about this a few times • https://www.meetecho.com/blog/webrtc-ndi/ • https://www.meetecho.com/blog/webrtc-ndi-part-2/ • Spoke about this a few times too • ClueCon: https://youtu.be/RZ58vapWfUw?t=1755 • CommCon: https://2021.commcon.xyz/talks/whip-ndi-and-janus-genesis-of-a-broadcasting-demo • Used in practice @ CommCon 2021 • Janus NDI plugin part of early Broadcaster.vc stack • Could be very useful for patching streams in/out of the venue • Better interaction with AV team workflows • Not currently used in our own workflows (yet?), though
  • 81. What’s next? • A refactoring of the web UI • Almost finished! • Completely redesigned the UI, to make it mobile-ready too • Better usage of the ton of features we added (and add!) over time • Improvements on transcription • Works fine already, but needs tailoring to specific context(s) • Expanding the events base • Bespoke solutions for big customers (e.g., IETF, RIPE, etc.) • Doing the same for other events, possibly with modular feature set
  • 82. What’s next? • A refactoring of the web UI • Almost finished! • Completely redesigned the UI, to make it mobile-ready too • Better usage of the ton of features we added (and add!) over time • Improvements on transcription • Works fine already, but needs tailoring to specific context(s) • Expanding the events base • Bespoke solutions for big customers (e.g., IETF, RIPE, etc.) • Doing the same for other events, possibly with modular feature set
  • 83. What’s next? • A refactoring of the web UI • Almost finished! • Completely redesigned the UI, to make it mobile-ready too • Better usage of the ton of features we added (and add!) over time • Improvements on transcription • Works fine already, but needs tailoring to specific context(s) • Expanding the events base • Bespoke solutions for big customers (e.g., IETF, RIPE, etc.) • Doing the same for other events, possibly with modular feature set
  • 84. Thanks! Questions? Comments? Get in touch! • https://fosstodon.org/@lminiero • https://twitter.com/elminiero • https://twitter.com/meetecho • https://twitter.com/januswebrtc • https://www.meetecho.com/blog/