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
rtc_server {
enabled on;
# Listen at udp://8000
listen 8008;
#
# The $CANDIDATE means fetch from env, if not configed, use * as default.
#
# The * means retrieving server IP automatically, from all network interfaces,
# @see https://github.com/ossrs/srs/issues/307#issuecomment-599028124
candidate $CANDIDATE;
}
vhost us-east.faster.im {
rtc {
enabled on;
bframe discard;
}
}
Replay
When using defaultVhost in vhost, playback has no problem.
But webrtc://us-east.faster.im/live/2470505512036576660 is invalid in rtc player, Got answer 400
This discussion was converted from issue #1817 on July 18, 2023 03:42.
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
4.0
Replay
When using defaultVhost in vhost, playback has no problem.
But webrtc://us-east.faster.im/live/2470505512036576660 is invalid in rtc player, Got answer 400
Expect
Hope to use the domain name for playback.
Beta Was this translation helpful? Give feedback.
All reactions