# WebRTC (RTP) to RTMP

**URL:** https://community.wowza.com/t/webrtc-rtp-to-rtmp/53239
**Category:** Wowza Streaming Engine
**Tags:** webrtc
**Created:** [April 24, 2019, 3:39pm UTC](https://community.wowza.com/t/webrtc-rtp-to-rtmp/53239 "2019-04-24T15:39:00Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Iago\_Souza](https://avatars.discourse-cdn.com/v4/letter/i/e68b1a/32.png) [@Iago\_Souza](https://community.wowza.com/u/Iago_Souza)
#### Post date: [April 24, 2019, 3:39pm UTC](https://community.wowza.com/t/webrtc-rtp-to-rtmp/53239/1 "2019-04-24T15:39:00Z")

</div>

The stream source is being transmitted in webrtc (RTP) and i need to reproduce the stream in a videoJS player using RTMP.

How can i do that?

---

<div class="post-metadata">

### Author: ![Emre\_Karatasoglu\_Adv](https://avatars.discourse-cdn.com/v4/letter/e/0ea827/32.png) [@Emre\_Karatasoglu\_Adv](https://community.wowza.com/u/Emre_Karatasoglu_Adv)
#### Post date: [April 24, 2019, 6:51pm UTC](https://community.wowza.com/t/webrtc-rtp-to-rtmp/53239/2 "2019-04-24T18:51:09Z")

</div>

Hi Iago,

- create a webrtc application ( details : [https://www.wowza.com/docs/how-to-use-webrtc-with-wowza-streaming-engine](https://www.wowza.com/docs/how-to-use-webrtc-with-wowza-streaming-engine) )
- Enable transcoder and transcode preset ( such as 360p 480p )
- publish stream through webrtc sample page ( the sample page publish.html is above ) assume your stream name is : myStream
- You can play this webrtc rtp based stream with
  - [http://yourWowzaIp:1935/yourWebrtcApp/myStream\_480p/playlist.m3u8](http://yourWowzaIp:1935/yourWebrtcApp/myStream_480p/playlist.m3u8)
  - rtsp://yourWowzaIp:1935/yourWebrtcApp/myStream\_480p
  - rtmp://yourWowzaIp/yourWebrtcApp/myStream\_480p
  - as well mpegdash etc
