1.0.3 • Published 4 years ago

wowzartcplayerjs v1.0.3

Weekly downloads
5
License
ISC
Repository
github
Last release
4 years ago

WowzaWebRtcPlayer

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.2/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>
1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago