We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68b8761 commit a4f0935Copy full SHA for a4f0935
README.md
@@ -191,13 +191,13 @@ A short sample HTML page using webrtc-streamer running locally on port 8000:
191
var webRtcServer = null;
192
window.onload = function() {
193
webRtcServer = new WebRtcStreamer("video",location.protocol+"//"+location.hostname+":8000");
194
- webRtcServer.connect("rtsp://wowzaec2demo.streamlock.net/vod/mp4:BigBuckBunny_115k.mov");
+ webRtcServer.connect("rtsp://196.21.92.82/axis-media/media.amp","", "rtptransport=tcp&timeout=60");
195
}
196
window.onbeforeunload = function() { webRtcServer.disconnect(); }
197
</script>
198
</head>
199
<body>
200
- <video id="video" />
+ <video id="video" muted playsinline />
201
</body>
202
</html>
203
```
0 commit comments