Skip to content

bytex64/blergcall

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

BlërgCall

A simple WebRTC demo.

Dependencies

You will need Mojolicious installed.

Running

Then just run it like any other Mojolicious webapp.

$ morbo -v call.pl

or

$ ./call.pl daemon

It will, by default, run on port 3000 (see morbo or Mojolicious::Command::daemon docs for more info).

Bugs

The calling end will need to be fully set up before the answering end, or else you'll get a half-duplex connection. I need to wait for this in the negotiation process, but haven't yet bothered.

Misc

Includes adapter.js.

About

A simple WebRTC demo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published