Ullaakut / RTSPAllTheThings

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

Support multi-streaming #75

Closed Rakiah closed 4 years ago

Rakiah commented 5 years ago

Hello, do you think it would be possible to stream multiple files/rtsp sources but on only one port and on the same docker container ? so that we could have different paths for different rtsp source like rtsp://localhost/file1 rtsp://localhost/file2

Ullaakut commented 5 years ago

RTSPATT doesn't currently support multi-route streaming at the moment, however it could be added if someone is interested in implementing that feature.

Let me know if you would like to contribute and add this to RTSPATT :)