Difference between revisions of "Streaming into vMix"
(→VLC TS) |
|||
Line 46: | Line 46: | ||
==== VLC TS ==== | ==== VLC TS ==== | ||
In CosmoViewerNG application settings, chapter "Restreaming", tab "MPEG-TS UDP" (turn on option "Enabled". Fill "Destination" field as<br> | |||
<pre> | |||
127.0.0.1:3002 | |||
</pre> | |||
In vMix input setting choose "Stream/SRT", Stream Type "VLC (RTMP,UDP,RTP,RTSP,TS)", set "URL" to: | |||
<pre> | |||
udp://@:3002 | |||
</pre> | |||
== From CosmostreamerNG to vMix == | == From CosmostreamerNG to vMix == |
Revision as of 06:21, 7 November 2024
From CosmoViewerNG to vMix
RTSP over UDP
In CosmoViewerNG application settings, chapter "Restreaming", tab "MediaMTX" (turn on option "Enable MediaMTX server". Copy field "RTSP link".
rtsp://127.0.0.1:8554/stream
In vMix input setting choose "Stream/SRT", Stream Type "RTSP over UDP", paste RTSP link into field "URL".
RTSP over TCP
In CosmoViewerNG application settings, chapter "Restreaming", tab "MediaMTX" (turn on option "Enable MediaMTX server". Copy field "RTSP link".
rtsp://127.0.0.1:8554/stream
In vMix input setting choose "Stream/SRT", Stream Type "RTSP over TCP", paste RTSP link into field "URL".
Transport Stream over UDP
In CosmoViewerNG application settings, chapter "Restreaming", tab "MPEG-TS UDP" (turn on option "Enabled". Fill "Destination" field as
127.0.0.1:3002
In vMix input setting choose "Stream/SRT", Stream Type "Transport Stream over UDP", set "Port" to 3002.
Transport Stream over TCP
VLC
VLC RTMP
In CosmoViewerNG application settings, chapter "Restreaming", tab "MediaMTX" (turn on option "Enable MediaMTX server").
RTMP link looks like this:
rtmp://127.0.0.1:1935/stream
In vMix input setting choose "Stream/SRT", Stream Type "VLC (RTMP, UDP, RTP, RTSP, TS)", paste RTMP link into field "URL".
VLC UDP
VLC RTP
VLC RTSP
In CosmoViewerNG application settings, chapter "Restreaming", tab "MediaMTX" (turn on option "Enable MediaMTX server". Copy field "RTSP link".
rtsp://127.0.0.1:8554/stream
In vMix input setting choose "Stream/SRT", Stream Type "VLC (RTMP, UDP, RTP, RTSP, TS)", paste RTSP link into field "URL".
VLC TS
In CosmoViewerNG application settings, chapter "Restreaming", tab "MPEG-TS UDP" (turn on option "Enabled". Fill "Destination" field as
127.0.0.1:3002
In vMix input setting choose "Stream/SRT", Stream Type "VLC (RTMP,UDP,RTP,RTSP,TS)", set "URL" to:
udp://@:3002