02 February 2018 - fmp4_hls hevc video codec

Added support of hevc video codec for fmp4_hls output format.

<?xml version="1.0"?>
<query>
    <userid><<id>></userid> <!-- required-->
    <userkey><<key>></userkey> <!-- required-->
    <action>[Action]</action> <!-- required-->
    <format>
        <output>fmp4_hls</output>
        <stream>
            <video_codec>hevc</video_codec>
        </stream>
    </format>
</query>
{
    "query": {
        "userid": "<<id>>",
        "userkey": "<<key>>",
        "action": "[Action]",
        "format": {
            "output": "fmp4_hls",
            "stream": {
                "video_codec": "hevc"
            }
        }
    }
}
Field NameDescriptionAllowed ValuesDefault Values
hevcVideo codecfmp4_hls: libx264, hevcfmp4_hls: libx264