in case a stream doesn't contain a H264 track or a AAC track.
@ -287,7 +287,7 @@ func (r *hlsRemuxer) runRemuxer(remuxerCtx context.Context, remuxerReady chan st
}
if videoTrack == nil && audioTrack == nil {
return fmt.Errorf("unable to find a video or audio track")
return fmt.Errorf("the stream doesn't contain an H264 track or an AAC track")
var err error
@ -264,7 +264,7 @@ func (c *rtmpConn) runRead(ctx context.Context) error {
c.conn.NetConn().SetWriteDeadline(time.Now().Add(c.writeTimeout))