# h5svue **Repository Path**: linkingvision/h5svue ## Basic Information - **Project Name**: h5svue - **Description**: Play RTSP in VUE with low latency - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 2 - **Created**: 2021-03-18 - **Last Updated**: 2024-05-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # H5S VUE > Play RTSP video with low latency in VUE ![](https://raw.githubusercontent.com/linkingvision/h5svue/master/doc/page.PNG) ## Build Setup Setup h5stream in localhost by this guide https://linkingvision.com/download/documentation/h5stream/h5stream%20%E4%B8%AD%E6%96%87%E6%89%8B%E5%86%8C%20r7.pdf ``` bash # install dependencies npm install # serve with hot reload at localhost:6080 npm run dev # build for production with minification npm run build