CircusMonkey / ros_rtsp

ROS node to subscribe to an image and serve it up as a RTSP video feed.
The Unlicense
104 stars 48 forks source link

taking source as RTSP client #23

Open TechEagle-Innovations opened 1 week ago

TechEagle-Innovations commented 1 week ago

Hey, I am trying to take source from another RTSP camera connected over ethernet having rtsp-server and streaming over wlan interface. but facing problem as it is unable to prepare media to stream.

Config file:- stream-x: type: cam source: "rtspsrc rtsp://192.168.144.25:8554/main.264 ! decodebin videoconvert ! videoscale ! video/x-raw,width=1280,height=780 " mountpoint: /front bitrate: 5000

tough gst_launch-1.0 rtspsrc rtsp://192.168.144.25:8554/main.264 ! decodebin videoconvert ! autovideosink sync=false works to see the stream.

TechEagle-Innovations commented 1 week ago

Hey, I am trying to take source from another RTSP camera connected over ethernet having rtsp-server and streaming over wlan interface. but facing problem as it is unable to prepare media to stream.

Config file:- stream-x: type: cam source: "rtspsrc rtsp://192.168.144.25:8554/main.264 ! decodebin videoconvert ! videoscale ! video/x-raw,width=1280,height=780 " mountpoint: /front bitrate: 5000

tough gst_launch-1.0 rtspsrc rtsp://192.168.144.25:8554/main.264 ! decodebin videoconvert ! autovideosink sync=false works to see the stream.