Ullaakut / RTSPAllTheThings

Deprecated RTSP media server -- Use github.com/aler9/rtsp-simple-server instead.
Apache License 2.0
275 stars 72 forks source link

Webcam passthrough #35

Closed mbach04 closed 6 years ago

mbach04 commented 6 years ago

Document / support ability to pass in linux video device (/dev/video0).

Gegonz commented 6 years ago

Can be done with a new pipeline.

This needs to:

Ullaakut commented 6 years ago

We can do it but it will take some time for us as we currently have other priorities. If you can do it by yourself following the links provided above, your contribution would be very appreciated! :-)

Otherwise, expect the feature in the upcoming weeks

mbach04 commented 6 years ago

PR #36 addresses this.

mbach04 commented 6 years ago

It passes on my end, but the Travis CI script is failing.

Ullaakut commented 6 years ago

Awesome work. The CI failing is because I changed my docker credentials and forgot to update them for this repository's configuration. I'm restarting it, it should be fine and your PR will be merged!

Thank you for your quick and efficient contribution :)

Ullaakut commented 6 years ago

CI passes. @Gegonz will review your PR and test it manually and then we're good to go! :)

Ullaakut commented 6 years ago

Done in https://github.com/EtixLabs/RTSPAllTheThings/pull/36