# Generate RTMP instead of m3u8 to play streaming in Android

**URL:** https://community.wowza.com/t/generate-rtmp-instead-of-m3u8-to-play-streaming-in-android/49615
**Category:** Wowza Streaming Engine
**Tags:** encoder, transcoder
**Created:** [September 4, 2017, 11:56am UTC](https://community.wowza.com/t/generate-rtmp-instead-of-m3u8-to-play-streaming-in-android/49615 "2017-09-04T11:56:28Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![ritunjay\_pandey](https://avatars.discourse-cdn.com/v4/letter/r/6de8d8/32.png) [@ritunjay\_pandey](https://community.wowza.com/u/ritunjay_pandey)
#### Post date: [September 4, 2017, 11:56am UTC](https://community.wowza.com/t/generate-rtmp-instead-of-m3u8-to-play-streaming-in-android/49615/1 "2017-09-04T11:56:28Z")

</div>

Hello,

I wanna play camera encoded streaming to another android device so how to generate RTMP url instead of m3u8 because m3u8 does not work in android.

---

<div class="post-metadata">

### Author: ![system](https://sea2.discourse-cdn.com/flex002/user_avatar/community.wowza.com/system/32/447_2.png) [@system](https://community.wowza.com/u/system)
#### Post date: [September 4, 2017, 6:21pm UTC](https://community.wowza.com/t/generate-rtmp-instead-of-m3u8-to-play-streaming-in-android/49615/2 "2017-09-04T18:21:15Z")

</div>

Most Android devices support Apple HLS. Some support RTSP. I have not seen any Android devices support RTMP natively. You would likely need an application to play back RTMP on your Android device. We can provide no recommendations for RTMP or RTSP players on Android.

The article below provides a list of how to form your URL for your specific player.

[https://www.wowza.com/docs/understanding-streaming-protocols-and-output-file-formats](https://www.wowza.com/docs/understanding-streaming-protocols-and-output-file-formats)

For example:

**RTMP:** rtmp://[wowza-address]:1935/live/myStream

**RTSP:** rtsp://[wowza-address]:1935/live/myStream

**Apple HLS:** http://[wowza-address]:1935/live/myStream/playlist.m3u8

**MPEG-DASH:** http://[wowza-address]:1935/live/myStream/manifest.mpd

**Adobe HDS:** http://[wowza-address]:1935/live/myStream/manifest.f4m

**Microsoft Smooth Streaming:** http://[wowza-address]:1935/live/myStream/Manifest

---

<div class="post-metadata">

### Author: ![prakash\_bamaniya](https://avatars.discourse-cdn.com/v4/letter/p/a88e4f/32.png) [@prakash\_bamaniya](https://community.wowza.com/u/prakash_bamaniya)
#### Post date: [September 5, 2017, 6:58am UTC](https://community.wowza.com/t/generate-rtmp-instead-of-m3u8-to-play-streaming-in-android/49615/3 "2017-09-05T06:58:28Z")

</div>

Hello

I tried using below format but it gives error in VLC that unable to open MRL url

rtmp://[wowza-address]:1935/live/myStream

Is there any other way to generate RTMP Link from wowza cloud server.

---

<div class="post-metadata">

### Author: ![jorge\_alberto\_alvare](https://avatars.discourse-cdn.com/v4/letter/j/ee7513/32.png) [@jorge\_alberto\_alvare](https://community.wowza.com/u/jorge_alberto_alvare)
#### Post date: [September 6, 2019, 5:11pm UTC](https://community.wowza.com/t/generate-rtmp-instead-of-m3u8-to-play-streaming-in-android/49615/4 "2019-09-06T17:11:44Z")

</div>

[http://192.168.88.18:1935/live/STEREO/playlist.m3u8](http://192.168.88.18:1935/live/STEREO/playlist.m3u8)

---

<div class="post-metadata">

### Author: ![jorge\_alberto\_alvare](https://avatars.discourse-cdn.com/v4/letter/j/ee7513/32.png) [@jorge\_alberto\_alvare](https://community.wowza.com/u/jorge_alberto_alvare)
#### Post date: [September 6, 2019, 5:11pm UTC](https://community.wowza.com/t/generate-rtmp-instead-of-m3u8-to-play-streaming-in-android/49615/5 "2019-09-06T17:11:48Z")

</div>

rtmp://192.168.88.18:1935/live/STEREO
