Add proxy example (#141) (#175)

* cleanup

* add proxy example
This commit is contained in:
Alessandro Ros
2023-01-23 11:23:16 +01:00
committed by GitHub
parent 82dac32f6e
commit 7b6a5f8cb3
16 changed files with 313 additions and 78 deletions

View File

@@ -136,7 +136,7 @@ func (sh *serverHandler) OnRecord(ctx *gortsplib.ServerHandlerOnRecordCtx) (*bas
}
func main() {
// configure server
// configure the server
s := &gortsplib.Server{
Handler: &serverHandler{},
RTSPAddress: ":8554",