You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description: A couple of days ago, a student in the Cloud SRS group said that they could push the RTMP stream but couldn't push the SRT stream. They asked for help to find out the reason. After struggling for a day, it was finally discovered that they had changed the secret authentication string, and the secret string contained special characters. After modifying it, the stream push was normal.
Suggestion: When modifying and saving the secret string, first verify it. If it contains special characters, display a pop-up reminder. If the user does not confirm the pop-up, do not save the changes. If the string does not contain special characters or the user confirms the pop-up, save the changes.
This discussion was converted from issue #68 on July 12, 2023 01:07.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Description: A couple of days ago, a student in the Cloud SRS group said that they could push the RTMP stream but couldn't push the SRT stream. They asked for help to find out the reason. After struggling for a day, it was finally discovered that they had changed the secret authentication string, and the secret string contained special characters. After modifying it, the stream push was normal.
Suggestion: When modifying and saving the secret string, first verify it. If it contains special characters, display a pop-up reminder. If the user does not confirm the pop-up, do not save the changes. If the string does not contain special characters or the user confirms the pop-up, save the changes.
Faulty string: secret=efP&A@YJ^w5iHQ7A
Beta Was this translation helpful? Give feedback.
All reactions