Jack Cripps

Results 2 comments of Jack Cripps

Just insert the following into your `__init__.py` ``` authorizations = { "basicAuth" : { "type" : "basic" } } api_bp = Blueprint('api', __name__) api = Api(api_bp, version="0.1.0", title="API" authorizations=authorizations) ```...

Hi Pedro, We have a 2048x1080 8 bit video stream which EBU LIST is analyzing as a 1920x1080 10 bit stream - so we would like to force EBU LIST...