mpromonet / webrtc-streamer

WebRTC streamer for V4L2 capture devices, RTSP sources and Screen Capture
https://webrtcstreamer.agreeabletree-365b9a90.canadacentral.azurecontainerapps.io/?layout=2x2
The Unlicense
2.8k stars 581 forks source link

What fields can config.json add #629

Open tym3515 opened 8 months ago

tym3515 commented 8 months ago

I can't see which fields config.json can add

mpromonet commented 8 months ago

Hi,

The config.json is a JSON, it is mainly used to configure an set of urls

{
    "urls":{       
        "<stream name>": { "video": "<video url>", "audio":"<audio url>", "options":"<options>"},
        ...
    }
}

Best Regards, Michel.