Skip to content

why exposing streamKey? #3787

Closed Answered by winlinvip
hofarah asked this question in Q&A
Discussion options

You must be logged in to vote

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':

Publish: rtmp://localhost/live/livestream
Play: rtmp://localhost/live/livestream
Play: http://localhost:8080/live/livestream.m3u8
Play: webrtc://localhost/live/livestream

Note: For OBS, the Server is rtmp://localhost/live, the StreamKey is livestream.

If there is authentication information, it is usually passed in a similar way to HTTP's QueryString. For example, the following 'StreamName

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by winlinvip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
EnglishNative This issue is conveyed exclusively in English.
2 participants
Converted from issue

This discussion was converted from issue #3786 on August 29, 2023 01:02.