gst-plugins-rs/net
Arun Raghavan a54b2dd39e aws: s3: Add a new awss3putobjectsink
When streaming small amounts of data, using awss3sink might not be a
good idea, as we need to accumulate at least 5 MB of data for a
multipart upload (or we flush on EOS).

The alternative, while inefficient, is to do a complete PutObject of
_all_ the data periodically so as to not lose data in case of a pipeline
failure. This element makes a start on this idea by doing a PutObject
for every buffer.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1337>
2023-12-18 10:39:23 -05:00
..
aws aws: s3: Add a new awss3putobjectsink 2023-12-18 10:39:23 -05:00
hlssink3 Update for gst::Rank API changes 2023-11-02 14:10:59 +02:00
ndi ndi: don't accumulate meta with audio only streams 2023-11-13 19:26:23 +01:00
onvif Update for gst::Rank API changes 2023-11-02 14:10:59 +02:00
raptorq Update for gst::Rank API changes 2023-11-02 14:10:59 +02:00
reqwest Update for gst::Rank API changes 2023-11-02 14:10:59 +02:00
rtp rtp: Update to bitstream-io 2.0 2023-12-09 12:17:51 +02:00
webrtc webrtc: Downgrade aws-smithy-http to 0.60 2023-12-14 09:11:07 +02:00
webrtchttp Update for gst::Rank API changes 2023-11-02 14:10:59 +02:00