Skip to content

Commit

Permalink
Add additional udpsink to gscam GStreamer launch string
Browse files Browse the repository at this point in the history
  • Loading branch information
hmakelin committed Jan 25, 2024
1 parent ab4dc91 commit de861bb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docker/gscam/gscam_params.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ gscam_publisher:
ros__parameters:
gscam_config: >
udpsrc port=5600 caps="application/x-rtp, media=(string)video, clock-rate=(int)90000, encoding-name=(string)H264"
! tee name=t
! queue
! udpsink host=0.0.0.0 port=5601
t.
! queue
! rtph264depay
! avdec_h264
! videoconvert
Expand Down

0 comments on commit de861bb

Please sign in to comment.