# I wonder how to stream to srt

**URL:** https://community.wowza.com/t/i-wonder-how-to-stream-to-srt/93161
**Category:** Wowza Streaming Engine
**Created:** [April 15, 2021, 6:32am UTC](https://community.wowza.com/t/i-wonder-how-to-stream-to-srt/93161 "2021-04-15T06:32:22Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![hanyoung\_Jung](https://avatars.discourse-cdn.com/v4/letter/h/b3f665/32.png) [@hanyoung\_Jung](https://community.wowza.com/u/hanyoung_Jung)
#### Post date: [April 15, 2021, 6:32am UTC](https://community.wowza.com/t/i-wonder-how-to-stream-to-srt/93161/1 "2021-04-15T06:32:22Z")

</div>

I want to stream to SRT instead of RTMP and RTSP in streaming software.

I’ve used RTMP and RTSP a lot, so I’m used to it, but SRT is unfamiliar.

I’m trying to change the settings in Wowza Streaming Engine, but it’s not easy.

Do you have any examples to refer to?

---

<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: [April 15, 2021, 10:02pm UTC](https://community.wowza.com/t/i-wonder-how-to-stream-to-srt/93161/2 "2021-04-15T22:02:17Z")

</div>

Hello, I do not have a video tutorial with examples but I can share several docs and some GitHub code that may help you.

[How to Ingest and Playback SRT](https://www.wowza.com/docs/ingest-and-publish-an-srt-stream-with-wowza-streaming-engine)

[Distribute SRT stream through a stream target](https://www.wowza.com/docs/how-to-use-srt-to-distribute-live-streams)

You can configure what’s called a .stream file for SRT:  
[https://www.wowza.com/docs/how-to-specify-per-stream-settings-in-stream-files#srtstreams](https://www.wowza.com/docs/how-to-specify-per-stream-settings-in-stream-files#srtstreams)

Wowza Streaming Engine can now use the MediaCaster system to re-stream the live streams. MediaCaster can pull the streams that are referenced in a stream file and make them available for streaming to all player technologies supported by Wowza Streaming Engine- **including SRT.**

[https://www.wowza.com/docs/how-to-create-and-use-stream-files-in-wowza-streaming-engine-manager](https://www.wowza.com/docs/how-to-create-and-use-stream-files-in-wowza-streaming-engine-manager)

* * *
  

Lastly Haivision has some SRT/ Wowza code on GitHub you may find useful…

[https://github.com/Haivision/srt/issues/84](https://github.com/Haivision/srt/issues/84)
