Skip to content

Commit

Permalink
src: lib: stream: pipeline: do-timestamp in udpsrc
Browse files Browse the repository at this point in the history
  • Loading branch information
joaoantoniocardoso committed Jul 18, 2024
1 parent 03c9c9e commit 1677dd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/stream/pipeline/redirect_pipeline.rs
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ impl RedirectPipeline {
"udp" => {
format!(
concat!(
"udpsrc address={address} port={port} close-socket=false auto-multicast=true",
"udpsrc address={address} port={port} close-socket=false auto-multicast=true do-timestamp=true",
" ! application/x-rtp",
" ! tee name={sink_tee_name} allow-not-linked=true"
),
Expand Down

0 comments on commit 1677dd8

Please sign in to comment.