feat: streaming via socket io and redis

This commit is contained in:
2020-07-13 22:06:22 +02:00
parent 1ad61643b5
commit 32e2e0dfae
8 changed files with 263 additions and 130 deletions

View File

@@ -3,7 +3,7 @@
<div class="toggle-button" @click="toggleFullScreen">
toggleFullScreen
</div>
<image-stream :path="streamSource"/>
<image-stream/>
<Nipple :position="'left'" @move="moveCamera"/>
<Nipple :position="'right'" @move="moveWalle"/>
</div>
@@ -19,7 +19,6 @@ export default {
},
data() {
return {
streamSource: '/imagestream.mjpg',
};
},
methods: {