Skip to content

danroot/WowzaWebRtcPlayer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wowza Web Rtc Player

This code provides a simple WebRTC player based on the code provided by https://github.com/WowzaMediaSystems/webrtc-examples.

Usage

    <video id="player" autoplay playsinline muted controls>
    </video>
    <script type="text/javascript" src="//webrtchacks.github.io/adapter/adapter-latest.js"></script>
    <script src="//unpkg.com/wowzartcplayerjs@1.0.3/dist/WowzaWebRtcPlayer.browser.js"></script>
    <script>      
        (function () {
            var player = new WowzaRtc.WowzaWebRtcPlayer('player');
            player.start('wss://someserver:443/webrtc-session.json','someapplication','some.stream');
        })();
    </script>

About

Video player for Wowza WebRTC streams.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published