mirror of
https://github.com/CircusMonkey/ros_rtsp.git
synced 2025-01-07 08:28:38 -04:00
18 lines
447 B
YAML
18 lines
447 B
YAML
# Set up your streams to rtsp here.
|
|
port: "8554"
|
|
streams: # Cannot rename - must leave this as is.
|
|
|
|
stream-x:
|
|
type: cam
|
|
source: "v4l2src device=/dev/video0 ! videoconvert ! videoscale ! video/x-raw,framerate=15/1,width=1280,height=720"
|
|
mountpoint: /front
|
|
bitrate: 500
|
|
|
|
stream-yay:
|
|
type: topic
|
|
source: /usb_cam1/image_raw
|
|
mountpoint: /back
|
|
caps: video/x-raw,framerate=10/1,width=640,height=480
|
|
bitrate: 500
|
|
|