video-server icon indicating copy to clipboard operation
video-server copied to clipboard

Server which connects to set of existing RTSP's and provides HLS/MSE-based streams.

Results 6 video-server issues
Sort by recently updated
recently updated
newest added

Bumps [github.com/gin-gonic/gin](https://github.com/gin-gonic/gin) from 1.8.1 to 1.9.0. Release notes Sourced from github.com/gin-gonic/gin's releases. v1.9.0 Changelog BREAK CHANGES Stop useless panicking in context and render #2150 BUG FIXES fix(router): tree bug where...

dependencies

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20220812174116-3211cb980234 to 0.7.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/net&package-manager=go_modules&previous-version=0.0.0-20220812174116-3211cb980234&new-version=0.7.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

I wanted to propose a new blocking method to run the Stream loop. This blocking method allows us to pull out the go routines into the caller's code so that...

enhancement

**Is your feature request related to a problem? Please describe.** Consider storing (optionally) archive videos in filesystem **Describe the solution you'd like and provide pseudocode examples if you can** *...

enhancement
help wanted
delayed

**Is your feature request related to a problem? Please describe.** Consider WebRTC output **Describe the solution you'd like and provide pseudocode examples if you can** * Implement server side: provide...

enhancement
help wanted

**Is your feature request related to a problem? Please describe.** Here is example of code without any client feedback about error: ```go func wshandler(wsUpgrader *websocket.Upgrader, w http.ResponseWriter, r *http.Request, app...

enhancement