Replies: 1 comment 4 replies
|
Is there anything preventing your own python application from using the MediaMTX API (over http) to dynamically create the paths at runtime and then opening these path's streams in whatever supported protocol you require? |
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Question
Hello. Having a couple of cameras with RTSP and H264/H265, their IPs in MySQL database. I want to get streams from these cameras on demand - by python getting needed IP and credentials, ask mediamtx and receiving stream, without adding all cameras in config. How to get this?
Is there any way to use some wildcards in config, and request stream something like that: http://ip_mediamtx:8888/rtsp://CameraLogin:CameraPass@CameraIP:554/media/video1/index.m3u8
Or something else?
All reactions