print track codecs into logs

This commit is contained in:
aler9
2022-08-15 13:50:03 +02:00
parent 0db2d3eb8c
commit cb8aec8844
10 changed files with 63 additions and 65 deletions

View File

@@ -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{})