A stream.place client in a single index.html
12
fork

Configure Feed

Select the types of activity you want to include in your feed.

test

+1 -1
+1 -1
README.md
··· 1 1 # Bootleg stream.place 2 2 3 - A stream.place client in a single [index.html](index.html) file. It's not very good, and you're better off using [stream.place](https://stream.place). But it was a fun little thing I had to work through (I was nerd sniped). It's also a fun little thing to see how stream.place works. Displaying the video is actually all built in browser apis using [RTCPeerConnection](https://developer.mozilla.org/en-US/docs/Web/API/RTCPeerConnection). 3 + A stream.place client in a single [index.html](index.html) file. It's not very good, and you're better off using [stream.place](https://stream.place). But it was a fun little thing I had to work through (I was nerd sniped). It's also a fun little thing to see how stream.place works. Displaying the video is actually all built in browser apis using [RTCPeerConnection](https://developer.mozilla.org/en-US/docs/Web/API/RTCPeerConnection). 4 4 5 5 Public instance at: [https://bootleg.baileytownsend.dev](https://bootleg.baileytownsend.dev) 6 6