Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sdroege/gst-plugin-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2023-01-21Update for glib API changesSebastian Dröge
2023-01-19onvif: Update for allocation query caps API changesSebastian Dröge
2023-01-16webrtcbin: Update for `StreamProducer` API changesSebastian Dröge
2023-01-15Update for caps/structure-related string API changesSebastian Dröge
2023-01-14aws: Update to AWS SDK 0.53/0.23Sebastian Dröge
2023-01-11webrtcsink: fix panic on pre-bwe request errorMathieu Duponchelle
2023-01-06reqwest: Update for API changesSebastian Dröge
2023-01-05aws: Update to test-with 0.9Sebastian Dröge
2023-01-05Update for API changesSebastian Dröge
2023-01-04awss3hlssink: Add stats property.rajneeshksoni
2023-01-03rtpav1depay: Implement srcpad set_capsPhilippe Normand
2022-12-27webrtc: Fix rustfmt errorsZhao, Gang
2022-12-27webrtc: Share runtime between webrtcsink and signaller cratesZhao, Gang
2022-12-27webrtc: Move from async-std to tokioZhao, Gang
2022-12-27webrtc: examples: Update package-lock.jsonZhao, Gang
2022-12-18aws: Update to AWS SDK 0.52/0.22Sebastian Dröge
2022-12-13webrtc/README: update command to run the signalling serverMathieu Duponchelle
2022-12-13Fix various new clippy warningsSebastian Dröge
2022-12-12webrtchttp: Remove unnecessary clippy warning overrideSebastian Dröge
2022-12-11net: Update to async-tungstenite 0.19Sebastian Dröge
2022-12-05whipsink: Handle offer creation errors more gracefullySebastian Dröge
2022-12-05webrtchttp: Fix missing import for docs buildSebastian Dröge
2022-12-05webrtchttp: Don't use let-else for nowSebastian Dröge
2022-12-05webrtchttp: Fix formattingSebastian Dröge
2022-12-05webrtchttp: Use tokio runtime for spawning thread used for candidate offerSanchayan Maity
2022-12-05webrtchttp: Use a proper Rust type name for ICE transport policySanchayan Maity
2022-12-05webrtchttp: Do not import element_imp_errorSanchayan Maity
2022-12-05webrtchttp: Do not block webrtcbin signal handlers for sending candidatesSanchayan Maity
2022-12-05webrtchttp: whipsink: construct TURN URL correctlyAlba Mendez
2022-12-05webrtchttp: Drop unused dependenciesSanchayan Maity
2022-12-05webrtchttp: Implement timeout for waiting on futuresSanchayan Maity
2022-12-05webrtchttp: whipsink: Add candidates when sending the offerSanchayan Maity
2022-12-05webrtchttp: whipsink: Miscellaneous clean upSanchayan Maity
2022-12-05webrtchttp: Factor out the common bits for WHIP and WHEPSanchayan Maity
2022-12-05Add a WebRTC WHEP source elementSanchayan Maity
2022-12-02webrtcsink: Support nvv4l2vp9encRaphael Dürscheid
2022-11-29net/ndi: fix build with --no-default-featuresJordan Petridis
2022-11-29ndisrc: Use actual number of channels in positions_from_maskVivia Nikolaidou
2022-11-28ndisrc: Use default channel mask for audio outputVivia Nikolaidou
2022-11-27Update for gst::Array / gst::List API improvementsSebastian Dröge
2022-11-25aws: Update to env_logger 0.10 for the testsSebastian Dröge
2022-11-18Revert "Update for pango API changes"Sebastian Dröge
2022-11-18Update for pango API changesSebastian Dröge
2022-11-16webrtcsink: Make the turn-server prop a `turn-servers` listThibault Saunier
2022-11-15aws: s3sink: Treat stopping without EOS as an error for multipart uploadArun Raghavan
2022-11-11webrtc: README: fix couple of linksGuillaume Desmottes
2022-11-10webrtcsink: improve debugMathieu Duponchelle
2022-11-07Add missing `doc` features to WebRTC pluginsSebastian Dröge
2022-11-05ndi: provide Unix fallback after 3fe9e4a207f8Jan Beich
2022-11-02aws: Skip s3 test on Windows until we figure out why it times outArun Raghavan