scuffle icon indicating copy to clipboard operation
scuffle copied to clipboard

Live streaming platform

Results 47 scuffle issues
Sort by recently updated
recently updated
newest added

`tinc` is a new crate I am working on which fills the gap of grpc-rest transcoding in rust without the use of an external service such as `grpc-gateway`

do-not-merge

The deserializer is a qol feature for people using amf0. The current amf0 visitor functions do not properly call the corresponding visit functions, for example, an `i8` currently calls `self.deserialize_i64(visitor)`...

- Support for running `scuffle-http` with an onion service backend using the `arti` crate CLOUD-65

do-not-merge
stale

CLOUD-78 add default svelte repo

change-log-not-required
do-not-merge

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Pending Approval These branches will be created by Renovate only once you click...

Enables handling of WebTransport sessions, uni- and bidirectional streams, and updates dependencies and Bazel integration for WebTransport crate. should solve CLOUD-38

## Cargo update log New packages (12) | Package | New Version | |---------|------------| | [ar_archive_writer](https://crates.io/crates/ar_archive_writer) | 0.2.0 | | [half](https://crates.io/crates/half) | 2.7.1 | | [linked-hash-map](https://crates.io/crates/linked-hash-map) | 0.5.6 | |...

B-brawl-try-failed
automated

This splits the original `scuffle-mp4` crate into multiple crates: - A new crate called `isobmff` which contains everything described by ISO/IEC 14496-12 - `scuffle-h264` now contains the AVC boxes described...

do-not-merge

Removed the newly deprecated libavformat flags, detailed in the following commits: - https://ffmpeg.org/pipermail/ffmpeg-devel/2023-September/314836.html - https://ffmpeg.org/pipermail/ffmpeg-devel/2023-August/313668.html - https://patchwork.ffmpeg.org/project/ffmpeg/patch/[email protected]/ Replaced the deprecated key_frame field with the proper flag, which since the latest...

This PR implements the Video API service.