Skip to content

Commit

Permalink
Typo /mechanishm/mechanism
Browse files Browse the repository at this point in the history
  • Loading branch information
murillo128 authored Oct 21, 2021
1 parent 0ac19cc commit f97dfa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion draft-ietf-wish-whip.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ This document proposes a simple HTTP based protocol that will allow WebRTC based

# Introduction

RTCWEB standardized JSEP ({{!RFC8829}}), a mechanishm used to control the setup, management, and teardown of a multimedia session, how to apply it using the SDP Offer/Answer model and all the formats for the data sent over the wire (media, codec, encryption, ...). Also, WebRTC intentionally does not specify a signaling transport protocol at application level. This flexibility has allowed the implementation of a wide range of services. However, those services are typically standalone silos which don't require interoperability with other services or leverage the existence of tools that can communicate with them.
RTCWEB standardized JSEP ({{!RFC8829}}), a mechanism used to control the setup, management, and teardown of a multimedia session, how to apply it using the SDP Offer/Answer model and all the formats for the data sent over the wire (media, codec, encryption, ...). Also, WebRTC intentionally does not specify a signaling transport protocol at application level. This flexibility has allowed the implementation of a wide range of services. However, those services are typically standalone silos which don't require interoperability with other services or leverage the existence of tools that can communicate with them.

In the broadcasting/streaming world, the usage of hardware encoders that make it very simple to plug in (SDI) cables carrying raw media, encode it in place, and push it to any streaming service or CDN ingest is already ubiquitous. It is the adoption of a custom signaling transport protocol for each WebRTC service has hindered broader adoption as an ingestion protocol.

Expand Down

0 comments on commit f97dfa0

Please sign in to comment.