-
Notifications
You must be signed in to change notification settings - Fork 38
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
Update to latest janus 0.10.x (api v15) #61
Conversation
I may or may not continue working on it. See #62 |
…test janus 0.10.x
was previously done by default because h264_fmtp was true by default.
577055b
to
b0968c6
Compare
Yes, I got this working. |
I tested this with |
This needs PR foxford/janus-plugin-rs#1 of janus-plugin-rs. |
@mqp I did again my janus-plugin-rs PR against mozilla repo mozilla/janus-plugin-rs#26 now you merged @feymartynov PR mozilla/janus-plugin-rs#24 |
Looks good -- now that I merged the corresponding janus-plugin-rs changes, I'll merge this and then point Cargo.toml back at the upstream repo. |
For those following the repo. You should now use at least |
See discussion on #58
I started from @feymartynov work and made additional changes in janus-plugin-rs foxford/janus-plugin-rs#1
The code compile but not currently fully working, I still have an issue generating the sdp offer based on the sdp answer where
answer.get_payload_type(VIDEO_CODEC.to_cstr())
is returning None.