-
DescriptionIn Readme example, your stream key must be in URL to receive stream. Normal Senariopush configs
stream configsplay an RTMP stream with URL `rtmp://localhost/live/livestream Expectpush configs
stream configsplay an RTMP stream with URL |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The name ' If there is no authentication information, it is '
If there is authentication information, it is usually passed in a similar way to HTTP's QueryString. For example, the following '
At this point, when playing the stream, the key parameter information is not visible. This logic is the same as creating a resource using HTTP POST and obtaining a resource using HTTP GET. How to implement authentication? SRS will use HTTP Callback to send both In summary: This
|
Beta Was this translation helpful? Give feedback.
The name '
StreamKey
' is a mistake made by OBS, it is actually 'StreamName
'. If there is authentication information, it is 'StreamNameWithKey
'.If there is no authentication information, it is '
StreamName
'. Both streaming and playback are the same, for example, the following 'StreamName
' is 'livestream
':If there is authentication information, it is usually passed in a similar way to HTTP's QueryString. For example, the following '
StreamName
…