Skip to content

huangjingpei/rsu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mediasoup broadcaster demo (libmediasoupclient)

libmediasoupclient based application that takes the system microphone and webcam and produces the media to the specified room in mediasoup-demo application.

Resources

Usage

Once installed (see Installation below):

SERVER_URL=https://my.mediasoup-demo.org:4443 ROOM_ID=broadcaster build/broadcaster

Dependencies

Already included in the repository.

Installation

git clone https://github.com/versatica/mediasoup-broadcaster-demo.git

cmake . -Bbuild                                            \
-DLIBWEBRTC_INCLUDE_PATH:PATH=/Your/libwebrtc/include/path \
-DLIBWEBRTC_BINARY_PATH:PATH=/Your/libwebrtc/binary/path   \
-DOPENSSL_INCLUDE_DIR:PATH=/usr/local/opt/openssl/include  \
-DCMAKE_USE_OPENSSL=ON

make -C build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published