feat: streaming via socket io and redis
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user