mirror of
				https://github.com/owncast/owncast.git
				synced 2025-10-31 10:08:10 +08:00 
			
		
		
		
	Add additional logging of ffmpeg output to file. Help troubleshoot #34
This commit is contained in:
		| @ -41,7 +41,7 @@ func Start() { | ||||
| 	if error != nil { | ||||
| 		log.Panicln(error) | ||||
| 	} | ||||
| 	log.Printf("RTMP server is listening for incoming stream on port: %d", port) | ||||
| 	log.Infof("RTMP server is listening for incoming stream on port: %d", port) | ||||
| } | ||||
|  | ||||
| func handlePublish(conn *rtmp.Conn) { | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Gabe Kangas
					Gabe Kangas