Vuer

vuer.addons.camera_rtc

create_local_tracks

python
def create_local_tracks(play_from, decode)

Source

force_codec

python
def force_codec(pc, sender, forced_codec)

Source

index

python
async def index(request)

Source

javascript

python
async def javascript(request)

Source

offer

python
async def offer(request)

Source

on_shutdown

python
async def on_shutdown(app)

Source

Args

python
class Args

Source

WebRTC webcam demo

python
cert_file: str = None
python
key_file: str = None
python
host: str = 'localhost'
python
port: int = 8080
python
play_from: str = None
python
play_without_decoding: bool = False
python
audio_codec: str = None
python
video_codec: str = None
python
verbose: bool = False