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
When convert RTMP to HLS, if HLS error, should ignore and continue or error and reject RTMP connection? There is a configuration:
# the error strategy. can be:# ignore, disable the hls.# disconnect, require encoder republish.# continue, ignore failed try to continue output hls.# @see https://github.com/ossrs/srs/issues/264# Overwrite by env SRS_VHOST_HLS_HLS_ON_ERROR for all vhosts.# default: continuehls_on_error continue;
This is not good enough, and furthermore, when covert SRT to RTMP/RTC, what's the good strategy when RTMP or RTC error? We should design it carefully, to adapt for different use scenarios.
Please see #3392 (review) for where the issue comes from.
This discussion was converted from issue #3437 on July 18, 2023 02:37.
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
-
When convert RTMP to HLS, if HLS error, should ignore and continue or error and reject RTMP connection? There is a configuration:
This is not good enough, and furthermore, when covert SRT to RTMP/RTC, what's the good strategy when RTMP or RTC error? We should design it carefully, to adapt for different use scenarios.
Please see #3392 (review) for where the issue comes from.
Beta Was this translation helpful? Give feedback.
All reactions