export interface RtmpSource { /** the stream url */ stream: string; /** the server address to load the stream from */ app: string; }