jschmid1 / gopro_as_webcam_on_linux

Allows to use your GoPro camera as a webcam on linux
Apache License 2.0
517 stars 64 forks source link

Multiple streaming gopros #67

Open rosehendrix opened 3 weeks ago

rosehendrix commented 3 weeks ago

Hello! Thanks so much for such a useful tool. Do you have thoughts on where to start in order to enable up to four streams simultaneously? Is that possible without a total redesign? Ideally I'd like to be able to start multiple streams and assign IPv4 addresses to each available GoPro device. Thoughts on this much appreciated!

jschmid1 commented 2 weeks ago

In theory this should be doable but requires changes/loops in some places. I'd think that each connected camera will get its own ip which you could pipe into a separate video device which you can forward to ffmpeg 🤔 Feel free to propose patches 👍🏼