nandi/frqpublic Fork 0
bffe879efd6e16d866307e451e9a3568976fcdb2
Commits
Clone
git clone https://git.rickub.com/nandi/frq.git
git clone ssh://git@rickub.com/nandi/frq.git

Host key fingerprint (ed25519): SHA256:iycHnxEyq0Q7uyVpB7JlznP0G7JrTPXLYRcAU5CSLhc — verify it before your first connect.

libjoltmoq-linux.dotslash · 27 lines · 894 BGDScript3 Blame HistoryRaw
Take every jolt-native half from the release, and only from there a008d3b nandi 18d ago1#!/usr/bin/env dotslash
2
3// The AV media plane for the desktop, from jolt-native's v0.1.3 release.
4//
5// MoQ over QUIC, Opus and H.264, with V4L2 and PipeWire at the capture end.
6// Out of the same archive as libvidya-linux and pinned with it, for the reason
7// the Android pair gives: the two objects are built together, frq loads both,
8// and one release's media plane beside another's UI is untested.
9//
10// x86_64 only; see libvidya-linux.
11{
12 "name": "libjoltmoq-linux",
13 "platforms": {
14 "linux-x86_64": {
15 "size": 14870823,
16 "hash": "sha256",
17 "digest": "b49ca39793c0ee3809ba747d0040ac370ee4e6c92e433c53ca5459eaa90def18",
18 "format": "tar.gz",
19 "path": "libjoltmoq.so",
20 "providers": [
21 {
22 "url": "https://gitlab.com/nandithebull/jolt-native/-/releases/v0.1.3/downloads/jolt-native-linux-x86_64-v0.1.3.tar.gz"
23 }
24 ]
25 }
26 }
27}