GET /api/v1/ports/srt/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "name": "srt",
    "portdir": "net/srt",
    "version": "1.5.2",
    "license": "MPL-2",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/Haivision/srt",
    "description": "transport protocol for ultra-low latency live video and audio streaming",
    "long_description": "Secure Reliable Transport (SRT) is a transport protocol for ultra-low latency live video and audio streaming, as well as for generic bulk data transfer. SRT provides reliable transmission similar to TCP; however, it does so at the application layer, and uses UDP as the underlying transport layer. This package contains the open-source reference implementation of the SRT library, and was written by Haivision, the original developers of the SRT protocol.",
    "active": true,
    "categories": [
        "net",
        "multimedia",
        "comms"
    ],
    "maintainers": [
        {
            "name": "",
            "github": "jasonliu--",
            "ports_count": 37
        }
    ],
    "variants": [
        "debug",
        "utils",
        "logging",
        "heavy_logging",
        "tests",
        "openssl",
        "mbedtls",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "cmake",
                "clang-15"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "openssl"
            ]
        }
    ],
    "depends_on": []
}