Add native support for the raspberry pi camera (#1057)

This commit is contained in:
Alessandro Ros 2022-08-15 17:37:49 +02:00 committed by aler9
parent 101ea25448
commit 8c2b12a314
27 changed files with 1371 additions and 100 deletions

View file

@ -113,7 +113,7 @@ func (s *rtmpSource) run(ctx context.Context) error {
return res.err
}
s.Log(logger.Info, "proxying %s", sourceTrackInfo(tracks))
s.Log(logger.Info, "ready: %s", sourceTrackInfo(tracks))
defer func() {
s.parent.sourceStaticImplSetNotReady(pathSourceStaticSetNotReadyReq{})