-
Notifications
You must be signed in to change notification settings - Fork 0
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
RFC 39: Service overhaul #15
base: master
Are you sure you want to change the base?
Conversation
Thought I'd do some quick tests as this looks interesting 🙂 Clean install from CI, ran in portable mode.
Note references: Update: Found a tiny bug, with "Override Service Settings" enabled, opening settings brings up the warning popup each time. Update 2: Did a quick Neighy service using the Service API, no real issues encountered, below is a screenshot of added service 🙂
|
4cf8412
to
7641a1e
Compare
Thanks for the update, note if you edit a message I'm not notified. This behavior is not introduce by neither the RFC or the implementation. For the "Update 2", I will fix that when I can. |
e83828f
to
daec592
Compare
9779eee
to
c141c73
Compare
c141c73
to
cc00b4d
Compare
Allow to apply encoder settings per encoder and codec.
cc00b4d
to
abc8677
Compare
This is made to allow people that want to view the implementation through the PR review system. The draft state has no meaning besides preventing the merge button to exist.
Description
This PR is related to obsproject/rfcs#39, it does not include:
This PR overhaul services to replace the unique
rtmp-common
/rtmp-custom
combo by a service per streaming services and one for custom (and also internal service per protocol).This PR provides:
obs-restream
,obs-twitch
andobs-youtube
)rtmp-common
/rtmp-custom
to the new services in a new fileobs-services
JSON parser and its JSON schema alignedIf I forgot to mention something that you think is necessary, tell me.
Twitch with integration:
YouTube with integration:
Custom service:
Motivation and Context
How Has This Been Tested?
Types of changes
Checklist: