-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
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
[New feature] WHIP #1043
Comments
I'm glad you're on board with WHIP project. I hope someone pays attention to your WebRTC comments on the obsproject/obs-studio#7926 |
WHIP does not trigger AdmissionWebhook. Will this feature be added soon? |
@Baw-Appie I haven't linked webhooks and signedpolicy to WHIP yet. I will develop it. |
[Known Issues with OBS WHIP] [1] obsproject/obs-studio#7926 (comment)
[2] |
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
OME can now ingest streams from WHIP clients. You can test with master branch.
Using the development version of OBS is the easiest way to test the WHIP client. Download Artifacts from the URL below.
https://github.com/obsproject/obs-studio/actions/runs/3969201209
The URL format for WHIP ingest in OME is as follows:
http[s]://host[:port]/app name/stream name?direction=whip
This allows you to play live streams with End-to-End 3-5 frame latency. (About 120 ms to 150 ms)
If the latency occurs for about 1 second, it helps me to completely close OBS and relaunch it and try again.
As in the example below, if only WebRTC Provider is enabled in Server.xml, WHIP is automatically enabled. (The existing OME signaling protocol (
?direction=send
) is of course also supported at the same time.)The text was updated successfully, but these errors were encountered: