Skip to content

Commit

Permalink
Update server/mediaserver.go
Browse files Browse the repository at this point in the history
Co-authored-by: Yondon Fu <yondon.fu@gmail.com>
  • Loading branch information
darkdarkdragon and yondonfu committed May 19, 2021
1 parent e3a1a3f commit e0364d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/mediaserver.go
Original file line number Diff line number Diff line change
Expand Up @@ -1093,7 +1093,7 @@ func (s *LivepeerServer) streamMP4(w http.ResponseWriter, r *http.Request, jpl *

ir, iw, err := os.Pipe()
if err != nil {
glog.Errorf("manifestID=%s error creating pipe err=%v", manifestID, err)
glog.Errorf("Error creating pipe manifestID=%s err=%v", manifestID, err)
return
}
fname := fmt.Sprintf("pipe:%d", ir.Fd())
Expand Down

0 comments on commit e0364d7

Please sign in to comment.