-
-
Notifications
You must be signed in to change notification settings - Fork 197
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Still unable to use WHIP #125
Comments
The error occurs for this line: xiu/protocol/webrtc/src/session/mod.rs Line 97 in 7df491b
...indicating that whatever data ends up in |
A similar problem mentioned here : #82 (comment). |
There is not sufficient information in the docs for me to troubleshoot with. An example push URL is provided in the form of |
18:14:30.831: [FFmpeg libopus encoder: 'simple_opus'] bitrate: 160, channels: 2, channel_layout: stereo |
webrtc::peer_connection::peer_connection_internal] Failed to start manager dtls: Alert is Fatal or Close Notify |
v0.12.6, Ubuntu
Describe the bug
Throws the following error:
[2024-04-28T00:25:45Z ERROR xwebrtc::webrtc] session run error, err: Utf8Error: invalid utf-8 sequence of 1 bytes from index 11
No matter what URL is supplied in OBS (with/without token, specifying /whip or not) it always throws Utf8Error
To Reproduce
Use any URL pointing to a xiu server in OBS (WHIP)
Expected behavior
Accepts incoming request from OBS
The text was updated successfully, but these errors were encountered: