apivideo/api.video-reactnative-live-stream

Is this for use with api.video exclusively?

frozencap opened this issue · 2 comments

Getting started contains a token, is this usable without api.video ?

Hello @shawarmaz, Yes you can use it without api.video. You must specify your own rtmp url in the startStreaming method as mentioned in the readme.

  // streamKey: your live stream RTMP key
  // url: RTMP server url, default: rtmp://broadcast.api.video/s
  startStreaming: (streamKey: string, url?: string) => void;

Hi @shawarmaz,

To be more precise, this library is tested with both api.video and with FFplay (from FFmpeg).