Skip to content

Commit a4f0935

Browse files
authored
Update README.md
1 parent 68b8761 commit a4f0935

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,13 +191,13 @@ A short sample HTML page using webrtc-streamer running locally on port 8000:
191191
var webRtcServer = null;
192192
window.onload = function() {
193193
webRtcServer = new WebRtcStreamer("video",location.protocol+"//"+location.hostname+":8000");
194-
webRtcServer.connect("rtsp://wowzaec2demo.streamlock.net/vod/mp4:BigBuckBunny_115k.mov");
194+
webRtcServer.connect("rtsp://196.21.92.82/axis-media/media.amp","", "rtptransport=tcp&timeout=60");
195195
}
196196
window.onbeforeunload = function() { webRtcServer.disconnect(); }
197197
</script>
198198
</head>
199199
<body>
200-
<video id="video" />
200+
<video id="video" muted playsinline />
201201
</body>
202202
</html>
203203
```

0 commit comments

Comments
 (0)