modified: cmd/server/testserver.go

modified:   ffmpeg/lpms_ffmpeg.h
This commit is contained in:
User01
2020-06-26 10:26:25 +08:00
parent c3e293c349
commit 34933690e9
2 changed files with 2 additions and 2 deletions

View File

@@ -204,7 +204,7 @@ func handleRequests() {
myRouter.HandleFunc("/broadcaster", getBroadcaster).Methods("GET")
// broadcaster
myRouter.HandleFunc("/live/{stream_id}/{media_number}", handlePush).Methods("POST")
log.Fatal(http.ListenAndServe(":8081", myRouter))
log.Fatal(http.ListenAndServe(":8080", myRouter))
}
func main() {

View File

@@ -8,7 +8,7 @@
#define MAXPATH 256
#endif
#ifndef YOLOMAXPATH
#define YOLOMAXPATH 4096
#define YOLOMAXPATH 8192
#endif
#ifndef MAX_YOLO_FRAME