package
0.7.0
Repository: https://github.com/pion/ion-sdk-go.git
Documentation: pkg.go.dev

# README

Save to webm

This example will take an audio and video track and save it into a local webm file.

Quick Start

  1. Start ion-sfu allrpc, and run pubsubtest example in your browser and you join with your web camera to add an audio/video track to the "test session" room.

  2. Run the script

go run main.go -addr "localhost:5551" -session "ion"
  1. Your video or audio track will be saved and can be accessed after quitting the application with Control + C