# Using WebRTC add-on is it possible to Ingest RTSP (Ip Camera) and playback WebRTC, HLS, RTMP, RTSP,

**URL:** https://community.wowza.com/t/using-webrtc-add-on-is-it-possible-to-ingest-rtsp-ip-camera-and-playback-webrtc-hls-rtmp-rtsp/52126
**Category:** Wowza Streaming Engine
**Tags:** webrtc
**Created:** [October 12, 2018, 7:59pm UTC](https://community.wowza.com/t/using-webrtc-add-on-is-it-possible-to-ingest-rtsp-ip-camera-and-playback-webrtc-hls-rtmp-rtsp/52126 "2018-10-12T19:59:49Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![sAM\_ElMorabit](https://avatars.discourse-cdn.com/v4/letter/s/ee59a6/32.png) [@sAM\_ElMorabit](https://community.wowza.com/u/sAM_ElMorabit)
#### Post date: [October 12, 2018, 7:59pm UTC](https://community.wowza.com/t/using-webrtc-add-on-is-it-possible-to-ingest-rtsp-ip-camera-and-playback-webrtc-hls-rtmp-rtsp/52126/1 "2018-10-12T19:59:49Z")

</div>

Missing title. Missing body.

---

<div class="post-metadata">

### Author: ![Rose\_Power-Wowza\_Com](https://sea2.discourse-cdn.com/flex002/user_avatar/community.wowza.com/rose_power-wowza_com/32/431_2.png) [@Rose\_Power-Wowza\_Com](https://community.wowza.com/u/Rose_Power-Wowza_Com)
#### Post date: [October 12, 2018, 8:53pm UTC](https://community.wowza.com/t/using-webrtc-add-on-is-it-possible-to-ingest-rtsp-ip-camera-and-playback-webrtc-hls-rtmp-rtsp/52126/2 "2018-10-12T20:53:55Z")

</div>

At this time, we only support webRTC ingest @sAM ElMorabit.

But you can transmux it for delivery:

_Wowza Streaming Engine can ingest WebRTC content from a web browser and then record, transmux, and transcode it to other streaming protocols, such as Apple HLS, HDS, RTMP, RTSP, and Smooth Streaming for delivery to browser-based, no-plug-in-required players. In addition, Wowza Streaming Engine can transmux other protocols for delivery as WebRTC content._

[https://www.wowza.com/products/capabilities/webrtc-streaming-software](https://www.wowza.com/products/capabilities/webrtc-streaming-software)

---

<div class="post-metadata">

### Author: ![Mihyar\_Dalati](https://avatars.discourse-cdn.com/v4/letter/m/54ee81/32.png) [@Mihyar\_Dalati](https://community.wowza.com/u/Mihyar_Dalati)
#### Post date: [February 28, 2022, 6:34am UTC](https://community.wowza.com/t/using-webrtc-add-on-is-it-possible-to-ingest-rtsp-ip-camera-and-playback-webrtc-hls-rtmp-rtsp/52126/3 "2022-02-28T06:34:20Z")

</div>

Hello Ms. Rose:  
Dose Wowza streamin engine WebRTC support streaming from web browser but from ip camera not the laptop camera ???

---

<div class="post-metadata">

### Author: ![Connessione](https://avatars.discourse-cdn.com/v4/letter/c/43a26b/32.png) [@Connessione](https://community.wowza.com/u/Connessione)
#### Post date: [February 28, 2022, 2:58pm UTC](https://community.wowza.com/t/using-webrtc-add-on-is-it-possible-to-ingest-rtsp-ip-camera-and-playback-webrtc-hls-rtmp-rtsp/52126/4 "2022-02-28T14:58:06Z")

</div>

@Mihyar_Dalati I think you are asking the same question that has been answered by @Karel_Boek in your other post. I do believe it is explained nicely there.

Technically you can publish in any protocol that wowza supports and subscribe in any protocol that wowza supports. It is a smooth process when the codecs needed by the client to playback are same as codec used by publisher. Other wise you have to use transcoder.

When WebRTC is published it captures stream through browser api. The codecs are therefore automatically compliant with WebRTC standards (h264 with opus). This stream can directly be viewed by a WebRTC player client.

When you sent it from RTSP (ip cam) or RTMP (ObS) the video might be h264 (but not necessarily compatible h264 profile). Normally WebRTC likes h264 baseline / VP8 (based on device). And audio will most likely be AAC or something. It won’t be opus. That is why it cannot be viewed in a WebRTC player directly (without transcoding audio). If you use transcoding then you can make a stream from rtmp or rtsp easily playable in WebRTC in the browser.

---

<div class="post-metadata">

### Author: ![Rose\_Power-Wowza\_Com](https://sea2.discourse-cdn.com/flex002/user_avatar/community.wowza.com/rose_power-wowza_com/32/431_2.png) [@Rose\_Power-Wowza\_Com](https://community.wowza.com/u/Rose_Power-Wowza_Com)
#### Post date: [February 28, 2022, 7:50pm UTC](https://community.wowza.com/t/using-webrtc-add-on-is-it-possible-to-ingest-rtsp-ip-camera-and-playback-webrtc-hls-rtmp-rtsp/52126/5 "2022-02-28T19:50:39Z")

</div>

Yes you can from stream webrtc for ingest from a laptop as @Connessione has explained.

These are the protocol, browser and codec suggestions:

[https://www.wowza.com/docs/webrtc-workflows-in-wowza-streaming-engine](https://www.wowza.com/docs/webrtc-workflows-in-wowza-streaming-engine)
