An open API service indexing awesome lists of open source software.

https://github.com/qunv/webrtc-hubs-state

A demo with multiple rooms and users video streaming using pion/webrtc library
https://github.com/qunv/webrtc-hubs-state

pion user-video-streaming webrtc

Last synced: 3 months ago
JSON representation

A demo with multiple rooms and users video streaming using pion/webrtc library

Awesome Lists containing this project

README

        

# webrtc-hubs-state
A demo with multiple room and user video streaming using pion/webrtc library.

## Run
Move to `cmd` folder.
```go
go run main.go
```
Go to http://localhost:8080/room/1 from a browser tab and another to see result.

## Reference
- [pion/webrtc](https://github.com/pion/webrtc)
+ [pion/example-aplications](https://github.com/pion/example-webrtc-applications)