I want to record the video by using webcam in javascript and stream this video using azure media services. I have gone through the media service document but not able to solve my issue. I don't want to upload the video directly to the azure portal. Can anyone help me to record video in javascript and stream using azure media services.
1 Answers
2
votes
Streaming directly from a browser would require a protocol like WebRTC for ingesting. We do not currently support WebRTC for live ingest streaming. Today we only support RTMP or Smooth Streaming (Fragmented MP4 Ingest).
For details on how to do live streaming see https://docs.microsoft.com/azure/media-services/latest/live-streaming-overview
For a list of supported encoders see https://docs.microsoft.com/en-us/azure/media-services/latest/recommended-on-premises-live-encoders