Skip to content

implement RTSP support#139

Open
Xantios wants to merge 2 commits into
brutella:masterfrom
Xantios:master
Open

implement RTSP support#139
Xantios wants to merge 2 commits into
brutella:masterfrom
Xantios:master

Conversation

@Xantios

@Xantios Xantios commented May 1, 2023

Copy link
Copy Markdown

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

Comment thread ffmpeg/stream.go
var ffmpegVideo string
if s.inputDevice == "rtsp" {
// rtsp support
ffmpegVideo = fmt.Sprintf("-re -i %s", s.inputFilename) +

@alexdin alexdin Jul 20, 2023

Copy link
Copy Markdown

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