mirror of
https://github.com/aler9/rtsp-simple-server
synced 2025-10-05 15:46:58 +08:00
print track codecs into logs
This commit is contained in:
@@ -113,7 +113,7 @@ func (s *rtmpSource) run(ctx context.Context) error {
|
||||
return res.err
|
||||
}
|
||||
|
||||
s.Log(logger.Info, "ready")
|
||||
s.Log(logger.Info, "proxying %s", sourceTrackInfo(tracks))
|
||||
|
||||
defer func() {
|
||||
s.parent.sourceStaticImplSetNotReady(pathSourceStaticSetNotReadyReq{})
|
||||
|
Reference in New Issue
Block a user