Skip to content

Commit

Permalink
Update 2022-02-17-WebRTC-Live.md (#60)
Browse files Browse the repository at this point in the history
fix typos
  • Loading branch information
grootgordon authored Oct 7, 2023
1 parent af6eeef commit 99391a9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ As I know, the issues for WebRTC in live streaming:
1. Not used for the whole live streaming economy, especially the encoders, they prefer SRT which is also low latency 200~500ms.
1. Low quality for content, because WebRTC perfer low latency, so it drops packets when network is bad. It’s hard to support 8Mbps or higher live streaming.
1. Not friendly for DVR, if you want to DVR your live streaming published by WebRTC, very unhappy experience, please try it.
1. Audio transcoding cost, because WebRTC use AAC, which need to be transcoded to AAC for live streaming.
1. Audio transcoding cost, because WebRTC use Opus, which need to be transcoded to AAC for live streaming.
1. WebRTC stack is not stable, changed over and over, and it also develops more stack like WebTransport/WebCodec, or QUIC/WebAssembly which is smaller and more simple than WebRTC itself.
1. Last one, sometimes network administrator disable all UDP, er, I know there is something like TURN but …. why not use HTTP/HTTPS/WS/WSS which works perfect at everywhere and any devices.

Expand Down

0 comments on commit 99391a9

Please sign in to comment.