blob: 16d20929af47e5d1fd86e3b7535614cf13208697 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
{
"name": "libsrt",
"version-string": "1.3.4",
"port-version": 1,
"description": "Secure Reliable Transport (SRT) is an open source transport technology that optimizes streaming performance across unpredictable networks, such as the Internet.",
"homepage": "https://github.com/Haivision/srt",
"dependencies": [
"openssl",
{
"name": "pthreads",
"platform": "windows"
}
],
"features": {
"tool": {
"description": "Builds libsrt executable"
}
}
}
|