Skip to content
This repository has been archived by the owner on Oct 6, 2023. It is now read-only.

simple example to demonstrate how to use webrtcsink with a custom signaller implementation

Notifications You must be signed in to change notification settings

centricular/webrtcsink-custom-signaller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

webrtcsink custom signaller example

This is a simple example to demonstrate how to use webrtcsink with a custom signaller implementation.

Run with:

cargo run

The expected output is a not-implemented panic:

thread 'async-std/runtime' panicked at 'not implemented', src/signaller/imp.rs:11:9
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

Simply implement the methods in [src/signaller/imp.rs] and you should be good to go!

About

simple example to demonstrate how to use webrtcsink with a custom signaller implementation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages