diff --git a/README.md b/README.md index 9960fa18..b2978ccd 100755 --- a/README.md +++ b/README.md @@ -108,10 +108,7 @@ Arguments of '-H' are forwarded to option [listening_ports](https://github.com/c Example ----- - webrtc-streamer rtsp://217.17.220.110/axis-media/media.amp \ - rtsp://85.255.175.241/h264 \ - rtsp://85.255.175.244/h264 \ - rtsp://184.72.239.149/vod/mp4:BigBuckBunny_175k.mov + webrtc-streamer rtsp://wowzaec2demo.streamlock.net/vod/mp4:BigBuckBunny_115k.mov [![Screenshot](images/snapshot.png)](https://webrtc-streamer.herokuapp.com/) @@ -120,7 +117,7 @@ Example We can access to the WebRTC stream using [webrtcstreamer.html](https://github.com/mpromonet/webrtc-streamer-html/blob/master/webrtcstreamer.html) for instance : - * https://webrtc-streamer.herokuapp.com/webrtcstreamer.html?rtsp://217.17.220.110/axis-media/media.amp + * https://webrtc-streamer.herokuapp.com/webrtcstreamer.html?rtsp://wowzaec2demo.streamlock.net/vod/mp4:BigBuckBunny_115k.mov * https://webrtc-streamer.herokuapp.com/webrtcstreamer.html?Bunny An example displaying grid of WebRTC Streams is available using option "layout=x" @@ -146,7 +143,7 @@ A short sample HTML page using webrtc-streamer running locally on port 8000 : var webRtcServer = null; window.onload = function() { webRtcServer = new WebRtcStreamer("video",location.protocol+"//"+window.location.hostname+":8000"); - webRtcServer.connect("rtsp://pi2.local:8554/unicast"); + webRtcServer.connect("rtsp://wowzaec2demo.streamlock.net/vod/mp4:BigBuckBunny_115k.mov"); } window.onbeforeunload = function() { webRtcServer.disconnect(); } @@ -165,7 +162,7 @@ Using web-component could be a simple way to display some webrtc stream, a minim - + @@ -183,6 +180,14 @@ Using the webcomponent over google map : [Live Demo](https://webrtc-streamer.herokuapp.com/map.html) +Object detection using tensorflow.js +=============== + +[![Screenshot](images/tensorflow.jpg)](https://webrtc-streamer.herokuapp.com/tensorflow.html) + +[Live Demo](https://webrtc-streamer.herokuapp.com/tensorflow.html) + + Connect to Janus Gateway Video Room =============== A simple way to publish WebRTC stream to a [Janus Gateway](https://janus.conf.meetecho.com) Video Room is to use the [JanusVideoRoom](http://htmlpreview.github.io/?https://github.com/mpromonet/webrtc-streamer-html/blob/master/jsdoc/JanusVideoRoom.html) interface @@ -198,7 +203,7 @@ A short sample to publish WebRTC streams to Janus Video Room could be : @@ -235,7 +240,7 @@ A short sample to publish WebRTC streams to a Jitsi Video Room could be : diff --git a/html b/html index 77141d6a..656d348b 160000 --- a/html +++ b/html @@ -1 +1 @@ -Subproject commit 77141d6a2325ed82e788b95c943b404c6d40ebb7 +Subproject commit 656d348bede4fdb11baaf970fd09c714233c515e diff --git a/images/tensorflow.jpg b/images/tensorflow.jpg new file mode 100644 index 00000000..353a6d74 Binary files /dev/null and b/images/tensorflow.jpg differ