Danil Zagoskin

Results 5 issues of Danil Zagoskin

Typespecs are cool. It would be good to show types defined by module and types of function arguments. Need to decide how types should be shown. - Module's types maybe...

enhancement

### Is your feature request related to a problem? Please describe. I want to play a video (fMP4 paylist) which has audio track encoded with Opus codec. I need to...

Bug
Browser issue

This commit violates RFC6381 + MP4RA ISO code list for compatibility with browsers and other players. ### This PR will make hls.js accept `opus` codec Chrome and Firefox accept `opus`...

Bug

Here's an API draft. Creating a new stream is something gen_server-like: ``` erlang {ok, Stream} = jsx_stream:init(my_callback_module, {state, initial}, [{path, [,]}]). ``` Any jsx decoder options (except `stream`) are accepted...

feature request
future
api

_Work in progress: no tests yet_ This PR implements custom hello extensions -- a way the user can add extensions encoders and decoders without having to modify ssl code. Usage:...

team:PS
waiting