Skip to content

Commit

Permalink
update logs
Browse files Browse the repository at this point in the history
  • Loading branch information
mpromonet committed Mar 24, 2024
1 parent 7a04a01 commit d390f12
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion inc/BaseServerMediaSubsession.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class BaseServerMediaSubsession
} else {
m_format = BaseServerMediaSubsession::getAudioRtpFormat(device->getAudioFormat(), device->getSampleRate(), device->getChannels());
}
LOG(NOTICE) << "format:" << m_format;
LOG(NOTICE) << "RTP format:" << m_format;
}
}

Expand Down
2 changes: 1 addition & 1 deletion libv4l2cpp
1 change: 0 additions & 1 deletion src/V4l2RTSPServer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ StreamReplicator* V4l2RTSPServer::CreateVideoReplicator(
LOG(FATAL) << "No Streaming format supported for device " << videoDev;
delete videoCapture;
} else {
LOG(NOTICE) << "Create Source ..." << videoDev;
videoReplicator = DeviceSourceFactory::createStreamReplicator(this->env(), videoCapture->getFormat(), new VideoCaptureAccess(videoCapture), queueSize, captureMode, outfd, repeatConfig);
if (videoReplicator == NULL)
{
Expand Down

0 comments on commit d390f12

Please sign in to comment.