Skip to content

Commit

Permalink
Revert "src: lib: stream: rtsp: Fix max-buffer-size for RTSP server"
Browse files Browse the repository at this point in the history
This reverts commit 982a392.
  • Loading branch information
joaoantoniocardoso committed Oct 1, 2024
1 parent 432a7c5 commit 07c8b16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/stream/rtsp/rtsp_server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ impl RTSPServer {
format!(
concat!(
"shmsrc socket-path={socket_path} do-timestamp=true is-live=false",
" ! queue leaky=downstream flush-on-eos=true silent=true max-size-buffers=0",
" ! queue leaky=downstream flush-on-eos=true silent=true max-size-buffers=10",
" ! capsfilter caps={rtp_caps:?}",
" ! rtpjpegdepay",
" ! rtpjpegpay name=pay0 pt=26",
Expand Down

0 comments on commit 07c8b16

Please sign in to comment.