CircusMonkey / ros_rtsp

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

Same source to different mountpoints #3

Closed Laxho closed 3 years ago

Laxho commented 4 years ago

Hello, first of all, I'm very thankful with you, this has helped me a lot!!!.

I wanted to ask you if it is possible to have different mountpoints that use the same webcam as video source. Thanks again Sam, you rock.

CircusMonkey commented 4 years ago

Hi Laxho,

Unfortunately once the camera resource is in use, you cannot access it again. There are solutions as there are a lot of powerful things you can do in gstreamer, however the learning curve is steep. This project trades off some gstreamer flexibility with trying to make it easier to use with ROS and I'm sorry but I will not get the time. If you would like to add it I would be very appreciative.

Some options you might want to explore are:

Laxho commented 4 years ago

Sam, Great, working on it.

CircusMonkey commented 3 years ago

How did you go with this Laxho?