This component allows to stream (video only for now) to potentially any service, like YouTube, Facebook or even Twitch.
Property | Description | Default value |
---|---|---|
fps | frames per second | 60 |
dumpTimeFrequency | The number of milliseconds to record into each Blob |
500 |
mimeType | The mime type you want to use as the recording container for the new | video/webm |
videoBitsPerSecond | The chosen bitrate for the video component of the media | 15000000 |
service | TO BE IMPLEMENTED | dev |
server_url | Encoding server URL | ws://localhost:3000 |
stream_url | Streaming URL | rtmp://localhost/live/STREAM_DEV |
To use with a-streaming-server