Membrane.RTSP (Membrane RTSP v0.2.0) View Source
This module provides a functionality to open a session, execute a RTSP requests through that session and close the session.
Link to this section Summary
Link to this section Types
Specs
Link to this section Functions
Specs
announce(Membrane.RTSP.Session.t(), headers(), binary()) :: Membrane.RTSP.Response.result()
Specs
describe(Membrane.RTSP.Session.t(), headers()) :: Membrane.RTSP.Response.result()
Specs
get_parameter(Membrane.RTSP.Session.t(), headers(), binary()) :: Membrane.RTSP.Response.result()
Specs
options(Membrane.RTSP.Session.t(), headers()) :: Membrane.RTSP.Response.result()
Specs
pause(Membrane.RTSP.Session.t(), headers()) :: Membrane.RTSP.Response.result()
Specs
play(Membrane.RTSP.Session.t(), headers()) :: Membrane.RTSP.Response.result()
Specs
record(Membrane.RTSP.Session.t(), headers()) :: Membrane.RTSP.Response.result()
Specs
set_parameter(Membrane.RTSP.Session.t(), headers(), binary()) :: Membrane.RTSP.Response.result()
Specs
setup(Membrane.RTSP.Session.t(), binary(), headers()) :: Membrane.RTSP.Response.result()
Specs
teardown(Membrane.RTSP.Session.t(), headers()) :: Membrane.RTSP.Response.result()