copy "index.html" and "script2.js" into "owt-server/dist/extras/basic_example/public"
- Set publish local stream video codec and subscrib remote mixed stream video codec as vp9
Enter URL "https://owt-server-ip:3004/?videoCodec=vp9"
- Set publish local stream audio bitrate in kbps, only opus supported
Enter URL "https://owt-server-ip:3004/?audioBitrate=128"
audio = {
codecs: [{name: "opus", channelCount: 2, clockRate: 48000}],
stereo: true,
}
- Select "remote stream" as forward.
Postfix "-common" id is mixed stream.
Non postfix "-common" id is forward stream. - Select "trace kind" as "audio-and-video", or "audio" for audio-only.
- Select "audio codec" as "opus".
- Leave all other as default.
- Press "subscibe"
- Start multiple SRT in Listener mode
- Fill multiple SRT streaming input URLs
- url-1
- url-2
- url-3
- url-4
- Start multiple SRT streaming inputs simultaneously in Caller mode