Fix ffmpeg link to same stream
This commit is contained in:
@@ -102,9 +102,10 @@ func (s *Stream) AddConsumer(cons streamer.Consumer) (err error) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
s.wg.Done()
|
s.wg.Done()
|
||||||
s.wg.Wait()
|
|
||||||
|
|
||||||
if len(producers) == 0 {
|
if len(producers) == 0 {
|
||||||
|
s.wg.Wait()
|
||||||
|
|
||||||
s.stopProducers()
|
s.stopProducers()
|
||||||
|
|
||||||
if len(codecs) > 0 {
|
if len(codecs) > 0 {
|
||||||
|
|||||||
Reference in New Issue
Block a user