mirror of
				https://gitlab.crans.org/nounous/ghostream.git
				synced 2025-11-04 04:12:10 +01:00 
			
		
		
		
	Investigate of why I don't have any audio
This commit is contained in:
		@@ -75,7 +75,7 @@ func forward(streamName string, q *messaging.Quality, fwdCfg []string) {
 | 
				
			|||||||
		formattedURL = strings.ReplaceAll(formattedURL, "%name", streamName)
 | 
							formattedURL = strings.ReplaceAll(formattedURL, "%name", streamName)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		params = append(params, "-f", "flv",
 | 
							params = append(params, "-f", "flv",
 | 
				
			||||||
			"-c:v", "copy", "-c:a", "libopus", formattedURL)
 | 
								"-c:v", "copy", "-c:a", "aac", "-b:a", "160k,", "-ar", "44100", formattedURL)
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
	ffmpeg := exec.Command("ffmpeg", params...)
 | 
						ffmpeg := exec.Command("ffmpeg", params...)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user