mirror of
https://github.com/aler9/rtsp-simple-server
synced 2025-10-05 07:36:57 +08:00
Add native support for the raspberry pi camera (#1057)
This commit is contained in:
@@ -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{})
|
||||
|
Reference in New Issue
Block a user