[go: up one dir, main page]

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

implement RTSP support #139

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

implement RTSP support #139

wants to merge 2 commits into from

Conversation

Xantios
Copy link
@Xantios Xantios commented May 1, 2023

The patch written by @e1z0 in this issue implemented to work with the latest version.

var ffmpegVideo string
if s.inputDevice == "rtsp" {
// rtsp support
ffmpegVideo = fmt.Sprintf("-re -i %s", s.inputFilename) +
Copy link
@alexdin alexdin Jul 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Required param if you don't want get many loss packet and picture drop frames
" -rtsp_transport tcp" +
Thats help me in my project reduce this program with pockets loss with rtsp stream on my pi4.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants