# WebRTC Questions

**URL:** https://community.wowza.com/t/webrtc-questions/50158
**Category:** Wowza Streaming Engine
**Created:** [November 17, 2017, 10:34pm UTC](https://community.wowza.com/t/webrtc-questions/50158 "2017-11-17T22:34:12Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Cody\_Uptain1](https://avatars.discourse-cdn.com/v4/letter/c/b38774/32.png) [@Cody\_Uptain1](https://community.wowza.com/u/Cody_Uptain1)
#### Post date: [November 17, 2017, 10:34pm UTC](https://community.wowza.com/t/webrtc-questions/50158/1 "2017-11-17T22:34:12Z")

</div>

I have a website where "streamers’ push RTMP streams to Wowza and the viewers playback the streams via WebRTC.

1. Does using WebRTC with Wowza limit the max amount of viewers as opposed to say RTMP? I know that with traditional P2P WebRTC you can only have a few people connected.

2. I’m transcoding audio only (AAC to Opus). Is audio transcoding light on the server?

---

<div class="post-metadata">

### Author: ![Jay\_Charles1](https://sea2.discourse-cdn.com/flex002/user_avatar/community.wowza.com/jay_charles1/32/514_2.png) [@Jay\_Charles1](https://community.wowza.com/u/Jay_Charles1)
#### Post date: [November 20, 2017, 2:18pm UTC](https://community.wowza.com/t/webrtc-questions/50158/2 "2017-11-20T14:18:43Z")

</div>

In my most recent load test against a 4 core ec2 instance, I found that webrtc clients consume nearly twice the processor time as an RTMP client on the same stream (I can handle 1500 rtmp clients vs 800 webrtc clients with processor averaging 80%)

As for audio transcoding, I find that I can get between 5 and 8 concurrent transcodes per processor core, depending on the speed of the processor of course. This assumes the server is only an origin and isn’t serving subscribing clients.

---

<div class="post-metadata">

### Author: ![john\_mcqueen](https://avatars.discourse-cdn.com/v4/letter/j/ad7895/32.png) [@john\_mcqueen](https://community.wowza.com/u/john_mcqueen)
#### Post date: [November 20, 2017, 3:39pm UTC](https://community.wowza.com/t/webrtc-questions/50158/3 "2017-11-20T15:39:07Z")

</div>

Thanks for that info! Really helpful
