Stream a file to an RTMP, SRT, UDP, or other live destination.
await streamToUrl({ input: 'video.mp4', url: 'rtmp://live.twitch.tv/app/STREAM_KEY' });await streamToUrl({ input: 'video.mp4', url: 'srt://server:1234', videoCodec: 'libx264' }); Copy
await streamToUrl({ input: 'video.mp4', url: 'rtmp://live.twitch.tv/app/STREAM_KEY' });await streamToUrl({ input: 'video.mp4', url: 'srt://server:1234', videoCodec: 'libx264' });
Stream a file to an RTMP, SRT, UDP, or other live destination.