webrtc-streamer 0.8.7-2-gc08e46c → 0.8.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +20 -20
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -14,10 +14,10 @@
14
14
  [![Download](https://img.shields.io/github/downloads/mpromonet/webrtc-streamer/total.svg)](https://github.com/mpromonet/webrtc-streamer/releases/latest)
15
15
  [![Docker Pulls](https://img.shields.io/docker/pulls/mpromonet/webrtc-streamer.svg)](https://hub.docker.com/r/mpromonet/webrtc-streamer/)
16
16
 
17
- [![Demo](https://img.shields.io/badge/azure-livedemo-green)](https://webrtcstreamer.agreeabletree-365b9a90.canadacentral.azurecontainerapps.io/)
17
+ [![Demo](https://img.shields.io/badge/okteto-livedemo-green)](https://webrtc-streamer-mpromonet.cloud.okteto.net/)
18
18
  [![Gitpod ready-to-code](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/mpromonet/webrtc-streamer)
19
19
 
20
- Experimentation to stream WebRTC media sources like capture devices, screen capture, mkv files and RMTP/RTSP sources using simple signaling mechanism (see [api](docs/api.md)). It is also compatible with [WHEP](https://datatracker.ietf.org/doc/html/draft-ietf-wish-whep-01) interface.
20
+ Experimentation to stream WebRTC media sources like capture devices, screen capture, mkv files and RMTP/RTSP sources using simple signaling mechanism (see [api](docs/api.md)).
21
21
 
22
22
  ## Artefacts
23
23
 
@@ -91,22 +91,22 @@ Options for the WebRTC stream name:
91
91
  ./webrtc-streamer -C config.json
92
92
  ```
93
93
 
94
- [![Screenshot](images/snapshot.png)](https://webrtcstreamer.agreeabletree-365b9a90.canadacentral.azurecontainerapps.io/)
94
+ [![Screenshot](images/snapshot.png)](https://webrtc-streamer-mpromonet.cloud.okteto.net/)
95
95
 
96
- [Live Demo](https://webrtcstreamer.agreeabletree-365b9a90.canadacentral.azurecontainerapps.io/)
96
+ [Live Demo](https://webrtc-streamer-mpromonet.cloud.okteto.net/)
97
97
 
98
98
  We can access to the WebRTC stream using
99
99
  [webrtcstreamer.html](https://github.com/mpromonet/webrtc-streamer-html/blob/master/webrtcstreamer.html).
100
100
  For instance:
101
101
 
102
- - [webrtcstreamer.html?rtsp://wowzaec2demo.streamlock.net/vod/mp4:BigBuckBunny_115k.mov](https://webrtcstreamer.agreeabletree-365b9a90.canadacentral.azurecontainerapps.io/webrtcstreamer.html?rtsp://wowzaec2demo.streamlock.net/vod/mp4:BigBuckBunny_115k.mov)
103
- - [webrtcstreamer.html?Bunny](https://webrtcstreamer.agreeabletree-365b9a90.canadacentral.azurecontainerapps.io/webrtcstreamer.html?Bunny)
102
+ - [webrtcstreamer.html?rtsp://wowzaec2demo.streamlock.net/vod/mp4:BigBuckBunny_115k.mov](https://webrtc-streamer-mpromonet.cloud.okteto.net/webrtcstreamer.html?rtsp://wowzaec2demo.streamlock.net/vod/mp4:BigBuckBunny_115k.mov)
103
+ - [webrtcstreamer.html?Bunny](https://webrtc-streamer-mpromonet.cloud.okteto.net/webrtcstreamer.html?Bunny)
104
104
 
105
105
  An example displaying grid of WebRTC Streams is available using option
106
106
  `layout=<lines>x<columns>`
107
- [![Screenshot](images/layout2x4.png)](https://webrtcstreamer.agreeabletree-365b9a90.canadacentral.azurecontainerapps.io/?layout=2x4)
107
+ [![Screenshot](images/layout2x4.png)](https://webrtc-streamer-mpromonet.cloud.okteto.net/?layout=2x4)
108
108
 
109
- [Live Demo](https://webrtcstreamer.agreeabletree-365b9a90.canadacentral.azurecontainerapps.io/?layout=2x4)
109
+ [Live Demo](https://webrtc-streamer-mpromonet.cloud.okteto.net/?layout=2x4)
110
110
 
111
111
  ## Using docker image
112
112
 
@@ -216,23 +216,23 @@ display a WebRTC stream in an HTML page. For example:
216
216
  </html>
217
217
  ```
218
218
 
219
- [Live Demo](https://webrtcstreamer.agreeabletree-365b9a90.canadacentral.azurecontainerapps.io/Bunny.html)
219
+ [Live Demo](https://webrtc-streamer-mpromonet.cloud.okteto.net/Bunny.html)
220
220
 
221
221
  Using the webcomponent with a stream selector:
222
222
 
223
- [![Screenshot](images/wc-selector.jpg)](https://webrtcstreamer.agreeabletree-365b9a90.canadacentral.azurecontainerapps.io/webrtc-streamer-element.html)
223
+ [![Screenshot](images/wc-selector.jpg)](https://webrtc-streamer-mpromonet.cloud.okteto.net/webrtc-streamer-element.html)
224
224
 
225
- [Live Demo](https://webrtcstreamer.agreeabletree-365b9a90.canadacentral.azurecontainerapps.io/webrtc-streamer-element.html)
225
+ [Live Demo](https://webrtc-streamer-mpromonet.cloud.okteto.net/webrtc-streamer-element.html)
226
226
 
227
227
  Using the webcomponent over google map:
228
228
 
229
- [![Screenshot](images/wc-map.jpg)](https://webrtcstreamer.agreeabletree-365b9a90.canadacentral.azurecontainerapps.io/map.html)
229
+ [![Screenshot](images/wc-map.jpg)](https://webrtc-streamer-mpromonet.cloud.okteto.net/map.html)
230
230
 
231
- [Live Demo](https://webrtcstreamer.agreeabletree-365b9a90.canadacentral.azurecontainerapps.io/map.html)
231
+ [Live Demo](https://webrtc-streamer-mpromonet.cloud.okteto.net/map.html)
232
232
 
233
233
  ## Using WHEP
234
234
 
235
- It allow to stream using draft standard [WHEP](https://datatracker.ietf.org/doc/html/draft-ietf-wish-whep-01)
235
+ It allow to stream using draft standard [WHEP](https://www.ietf.org/archive/id/draft-murillo-whep-02.txt)
236
236
 
237
237
  [WebRTC player](https://github.com/Eyevinn/webrtc-player) can display WebRTC stream from webrtc-streamer.
238
238
 
@@ -255,9 +255,9 @@ A minimal example:
255
255
 
256
256
  ## Object detection using tensorflow.js
257
257
 
258
- [![Screenshot](images/tensorflow.jpg)](https://webrtcstreamer.agreeabletree-365b9a90.canadacentral.azurecontainerapps.io/tensorflow.html)
258
+ [![Screenshot](images/tensorflow.jpg)](https://webrtc-streamer-mpromonet.cloud.okteto.net/tensorflow.html)
259
259
 
260
- [Live Demo](https://webrtcstreamer.agreeabletree-365b9a90.canadacentral.azurecontainerapps.io/tensorflow.html)
260
+ [Live Demo](https://webrtc-streamer-mpromonet.cloud.okteto.net/tensorflow.html)
261
261
 
262
262
  ## Connect to Janus Gateway Video Room
263
263
 
@@ -285,13 +285,13 @@ A short sample to publish WebRTC streams to Janus Video Room could be:
285
285
  </html>
286
286
  ```
287
287
 
288
- [![Screenshot](images/janusvideoroom.png)](https://webrtcstreamer.agreeabletree-365b9a90.canadacentral.azurecontainerapps.io/janusvideoroom.html)
288
+ [![Screenshot](images/janusvideoroom.png)](https://webrtc-streamer-mpromonet.cloud.okteto.net/janusvideoroom.html)
289
289
 
290
- [Live Demo](https://webrtcstreamer.agreeabletree-365b9a90.canadacentral.azurecontainerapps.io/janusvideoroom.html)
290
+ [Live Demo](https://webrtc-streamer-mpromonet.cloud.okteto.net/janusvideoroom.html)
291
291
 
292
292
  This way the communication between
293
293
  [Janus API](https://janus.conf.meetecho.com/docs/JS.html) and
294
- [WebRTC Streamer API](https://webrtcstreamer.agreeabletree-365b9a90.canadacentral.azurecontainerapps.io/help)
294
+ [WebRTC Streamer API](https://webrtc-streamer-mpromonet.cloud.okteto.net/help)
295
295
  is implemented in Javascript running in browser.
296
296
 
297
297
  The same logic could be implemented in NodeJS using the same JS API:
@@ -336,7 +336,7 @@ A short sample to publish WebRTC streams to a Jitsi Video Room could be:
336
336
  </html>
337
337
  ```
338
338
 
339
- [Live Demo](https://webrtcstreamer.agreeabletree-365b9a90.canadacentral.azurecontainerapps.io/xmppvideoroom.html)
339
+ [Live Demo](https://webrtc-streamer-mpromonet.cloud.okteto.net/xmppvideoroom.html)
340
340
 
341
341
  ## Dependencies
342
342
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "webrtc-streamer",
3
- "version": "0.8.7-2-gc08e46c",
3
+ "version": "0.8.7",
4
4
  "description": "",
5
5
  "main": "joinjanusvideoroom.js",
6
6
  "dependencies": {