Skip to content

Commit

Permalink
enable async connect on rtmp2sink (#744)
Browse files Browse the repository at this point in the history
  • Loading branch information
frostbyte73 authored Aug 1, 2024
1 parent ea1daae commit da5612b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pkg/pipeline/builder/stream.go
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,6 @@ func (sb *StreamBin) AddStream(url string) error {
if err = sink.Set("location", url); err != nil {
return errors.ErrGstPipelineError(err)
}
if err = sink.SetProperty("async-connect", false); err != nil {
return errors.ErrGstPipelineError(err)
}

case types.OutputTypeSRT:
sink, err = gst.NewElementWithName("srtsink", fmt.Sprintf("srtsink_%s", name))
Expand Down

0 comments on commit da5612b

Please sign in to comment.