-
Notifications
You must be signed in to change notification settings - Fork 17
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
Test Ideas #7
Comments
@sipsorcery @shinyoshiaki @steely-glint @jlaine what do you think? Some of these come from bugs/mistakes in Pion that really hurt, and I don't want to see others have to deal with. |
+1 from me. There would need to be some sort of config to indicate which tests to attempt against each library. From my point of view I don't know if/when the sipsorcery library will even catch up to the list of features mentioned above let alone the full list of RFC's |
100% agree I can take a shot at ‘Docker and run’ next weekend. All yours if you want it earlier :) Would you be interested in submitting to IETF hackathon? Don’t know if I can do live, but would get eyes on it! |
Yeah I'll take a look at an automated docker set up.
I'm guessing the benefit is exposure of a project to a wider audience? |
A GitHub Actions Workflow is now up and running to build docker images and run echo tests. @Sean-Der I've added instructions for the |
Do you think we could enable runs of the workflow for pull requests too? For instance, for my PR #19 which adds an Obviously for PRs we don't want to have a change to the results commited :) |
Sure done. |
Hm, maybe this wasn't such a great idea after all. Currently the PR builds are failing, probably due to (legitimate) restrictions on access to the secrets. |
@sipsorcery sorry been busy :/ Submitting to the IETF hackathon might also get more acceptance of non-libwebrtc implementations! That is my big end goal. I would love to see a world where people build WebRTC projects with their favorite language. Instead of saying 'Oh I use $x language for WebRTC support' it would be like building a HTTP/REST service. You use the language you are comfortable in :) |
Echo (Round trip audio/video packets)
Signaling/Media
ICE
DTLS
DataChannels
RTP/RTCP
PeerConnection APIs
The text was updated successfully, but these errors were encountered: