View Source Membrane.SimpleRTSPServer (Membrane Simple RTSP Server v0.1.0)

Module for starting a simple RTSP Server that streams a MP4 file.

Summary

Functions

Link to this function

start_link(mp4_path, opts)

View Source
@spec start_link(String.t(), port: :inet.port_number(), address: :inet.ip4_address()) ::
  GenServer.on_start()