2021-09-09 16:24:04 +08:00
{
"name" : "libsrt" ,
2022-08-09 03:08:40 +08:00
"version" : "1.5.0" ,
2023-06-16 05:49:00 +08:00
"port-version" : 3 ,
2021-09-09 16:24:04 +08:00
"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" ,
2022-08-09 03:08:40 +08:00
"license" : "MPL-2.0" ,
2023-06-16 05:49:00 +08:00
"supports" : "!uwp & !xbox" ,
2021-09-09 16:24:04 +08:00
"dependencies" : [
"openssl" ,
{
2021-10-14 05:17:25 +08:00
"name" : "vcpkg-cmake" ,
"host" : true
2022-08-09 03:08:40 +08:00
} ,
{
"name" : "vcpkg-cmake-config" ,
"host" : true
2021-09-09 16:24:04 +08:00
}
] ,
"features" : {
2022-09-17 05:06:30 +08:00
"bonding" : {
"description" : "Enables the Connection Bonding feature"
} ,
2021-09-09 16:24:04 +08:00
"tool" : {
"description" : "Builds libsrt executable"
}
}
}