🧠Quick Start
Last updated
Last updated
In the browser, go to the URL - https://xmedianode.medialooks.com/
The page will display an authorization form:
In the authorization form, fill in the fields: Username, Password, Signaling URL, which you received with your license file and click the Log in button
Upon successful completion of the authorization form, you will be redirected to the page https://xmedianode.medialooks.com/xgraph, which contains the following elements: 1, 2, 3 - running instances of xSDK (xnodeserver); 4, 5, 6, 7 - sections "xGraph", "xMedia", "Licenses", "Requests" 8 - "Logout" button:
In the "xMedia" section, click on the "+" (Add Source) button.
In the source settings window, fill in the fields: "Type" - type of source (e.g. File), "Name" - name of the source, "path" - path to the local file, "in" - starting point of local file playback, "out" - ending point of local file playback, "Loop" - loop playback.
Click the "Save" button.
The added source will be displayed in the list of sources.
In the "xMedia" section, click on the "+" (Add Destination):
In the Destination settings window, fill in the fields: "Type" - type of Destination (e.g. SRT), "Name" - name of the Destination, "audioEncoder" - audio encoder (e.g. AAC), "videoEncoder" - video encoder (e.g. NVIDIA NVENC), "container" - container (e.g. MPEG-TS), "audioStreamsCount" - number of audio tracks (e.g. 1), "videoStreamsCount" - number of video tracks (e.g. 1), "outputURL" - link to the broadcast (e.g. 127.0.0.1:7890?mode=listener)
Click the "Save" button.
The created Destination is displayed in the list of added Destinations.
In the "xMedia" section, click on the "+" (Add Destination):
In the Destination settings window, fill in the fields: "Type" - type of Destination (e.g. File), "Name" - name of the Destination, "audioEncoder" - audio encoder (e.g. AAC), "videoEncoder" - video encoder (e.g. NVIDIA NVENC), "container" - container (e.g. FLV), "audioStreamsCount" - number of audio tracks (e.g. 1), "videoStreamsCount" - number of video tracks (e.g. 1), "outputURL" - link to the broadcast (e.g. rtmp://localhost:8889/live/app)
Click the "Save" button.
The created Destination is displayed in the list of added Destinations.
Display the added Source and SRT Destination in the preview area:
In the preview area, specify the running instance of xnodeserver:
Click the "Start Channel" button:
The transmission is carried out:
Additional check for successful transmission: Enter the command ffplay srt://127.0.0.1:7890?mode=caller
in the command line on you receiver side.
Prerequisite: a local RTMP server is running on the computer to test the script. The command to start the server is ffmpeg -f flv -listen 1 -i rtmp://localhost:8889/live/app -c copy -f flv -listen 1 rtmp://localhost:1935/live/app
Display the added Source and RTMP Destination in the preview area:
Specify the running instance of xnodeserver in the preview area:
Click the "Start Channel" button:
The transmission is carried out:
Additional check for successful transmission: Enter the command ffplay rtmp://localhost:1935/live/app
in the command line.