- 10 Feb, 2021 6 commits
-
-
Nirbheek Chauhan authored
Now you can check the "Remote offerer" checkbox in the JS example to force the peer to send the SDP offer. This involved implementing support for receiving the OFFER_REQUEST message in the C example. As a side-effect of this, the C example will no longer send OFFER_REQUEST automatically when the --our-id option is passed. It will only do so when the --remote-offerer option is explicitly passed. Part-of: <gst-examples!31>
-
Nirbheek Chauhan authored
Part-of: <gst-examples!31>
-
Nirbheek Chauhan authored
Part-of: <!31>
-
Nirbheek Chauhan authored
Part-of: <!31>
-
Nirbheek Chauhan authored
This is clearer, and also stricter w.r.t. what sort of messages we accept. Part-of: <!31>
-
Nirbheek Chauhan authored
Part-of: <gst-examples!31>
-
- 10 Dec, 2020 1 commit
-
-
Seungha Yang authored
Add meson build script and use mfvideosrc element in case of Windows Part-of: <!29>
-
- 07 Dec, 2020 3 commits
-
-
Seungha Yang authored
Part-of: <!28>
-
Seungha Yang authored
Part-of: <!28>
-
Seungha Yang authored
Add "our-id" option to specify id to be used for registering to signalling server and wait connection request from peer Part-of: <gst-examples!28>
-
- 23 Nov, 2020 2 commits
-
-
Link Mauve authored
Part-of: <!27>
-
Link Mauve authored
This removes the pin-project 0.4 dependency to use 1.0 instead like the rest of the code. Part-of: <!27>
-
- 08 Oct, 2020 3 commits
-
-
Olivier Crête authored
Part-of: <!18>
-
Olivier Crête authored
Part-of: <!18>
-
Olivier Crête authored
Catch bus errors and cleanly error out Part-of: <!18>
-
- 19 Aug, 2020 6 commits
-
-
Matthew Waters authored
Otherwise the app fails to run Part-of: <!25>
-
Matthew Waters authored
Fixes possible critical/crash on startup Part-of: <!25>
-
Matthew Waters authored
Instead of a generic app-debug.apk Part-of: <!25>
-
Matthew Waters authored
As is now required Part-of: <!25>
-
Matthew Waters authored
That's what is shipped upstream now. Part-of: <!25>
-
Matthew Waters authored
Part-of: <!25>
-
- 09 Aug, 2020 1 commit
-
-
Carl Karsten authored
Part-of: <!23>
-
- 05 Aug, 2020 1 commit
-
-
Sebastian Dröge authored
The default changed back to none because it broke existing code. See gst-plugins-good#749 Part-of: <!22>
-
- 31 Jul, 2020 2 commits
-
-
Sebastian Dröge authored
Might miss some signal emissions otherwise, especially the on-negotiation-needed signal. Part-of: <!21>
-
Sebastian Dröge authored
Part-of: <!21>
-
- 27 Jul, 2020 1 commit
-
-
Seungha Yang authored
g_print* would print broken string on Windows See also gstreamer!258 Part-of: <!20>
-
- 29 Jun, 2020 1 commit
-
-
Philippe Normand authored
This Rust crate provides a program able to connect to a Janus instance using WebSockets and send a live video stream to the videoroom plugin. Part-of: <!15>
-
- 25 Jun, 2020 4 commits
-
-
Matthew Waters authored
Fixes the following error File "/builds/vivia/gst-plugins-bad/gst-build/build/../subprojects/gst-examples/webrtc/check/basic.py", line 5, in <module> from selenium import webdriver ModuleNotFoundError: No module named 'selenium' Part-of: <!17>
-
Matthew Waters authored
Part-of: <gst-examples!16>
-
Matthew Waters authored
- Integrate with the build system. - Some README updates. Part-of: <!16>
-
- 18 Jun, 2020 9 commits
-
-
-
We didn't notice this because the logging was broken.
-
Reload the SSL context and restart the server if the certificate changes. Without this, new connections will continue to use the old expired certificate.
-
-
First step in making the class able to manage its own state.
-
This has changed since the original code was written: https://websockets.readthedocs.io/en/stable/cheatsheet.html#debugging
-
It was completely ignored. Also don't de-serialize options. Just parse them directly in `__init__`. Less error-prone.
-