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