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
- Host: GitHub
- URL: https://github.com/qunv/webrtc-hubs-state
- Owner: qunv
- Created: 2021-03-11T07:36:10.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-04-03T03:41:51.000Z (about 2 years ago)
- Last Synced: 2024-12-27T04:22:46.366Z (5 months ago)
- Topics: pion, user-video-streaming, webrtc
- Language: Go
- Homepage:
- Size: 21.5 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)