simple

command
v0.0.0-...-54d76d6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 3, 2021 License: MIT Imports: 9 Imported by: 0

README

Simple

This is a simple example to show:

  • Publishs webm to session
  • Subscribe from session and save to disk

Quick Start

1 run
# save all tracks to disk
go run main.go -addr "localhost:50051" -session "test session"

# add -file to also play a file into the room (while saving tracks)
go run main.go -addr "localhost:50051" -session "test session" -file playback.webm

2 build (optional)
go build main.go
./main -addr "localhost:50051" -session "test session"
3 tips
  • people in the same room will see your movie
  • you will find ogg and ivf on your disk if others publish streams in the same room

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL