# Streaming Over RTMP and Access Over RTMP

**URL:** https://community.wowza.com/t/streaming-over-rtmp-and-access-over-rtmp/36211
**Category:** Wowza Streaming Engine
**Created:** [March 5, 2011, 8:22am UTC](https://community.wowza.com/t/streaming-over-rtmp-and-access-over-rtmp/36211 "2011-03-05T08:22:16Z")
**Posts on this page:** 15
**Page:** 1

<div class="post-metadata">

### Author: ![tazkiyah\_arrosyidah](https://avatars.discourse-cdn.com/v4/letter/t/bc79bd/32.png) [@tazkiyah\_arrosyidah](https://community.wowza.com/u/tazkiyah_arrosyidah)
#### Post date: [March 5, 2011, 8:22am UTC](https://community.wowza.com/t/streaming-over-rtmp-and-access-over-rtmp/36211/1 "2011-03-05T08:22:16Z")

</div>

Helo,

I am using Flash Media Live Encoder V3.2 to stream video to Wowza, is possible to access those stream over RTSP? is possible how to configure?

Regards

Tazk

---

<div class="post-metadata">

### Author: ![Ian\_Beyer](https://avatars.discourse-cdn.com/v4/letter/i/e99b99/32.png) [@Ian\_Beyer](https://community.wowza.com/u/Ian_Beyer)
#### Post date: [March 4, 2011, 9:57pm UTC](https://community.wowza.com/t/streaming-over-rtmp-and-access-over-rtmp/36211/2 "2011-03-04T21:57:55Z")

</div>

Out of the box, an application with the “live” type will give you RTSP. Just point the client to rtsp://server:port/application/stream

-Ian

---

<div class="post-metadata">

### Author: ![Richard\_Lanham](https://avatars.discourse-cdn.com/v4/letter/r/c68b51/32.png) [@Richard\_Lanham](https://community.wowza.com/u/Richard_Lanham)
#### Post date: [March 5, 2011, 1:05pm UTC](https://community.wowza.com/t/streaming-over-rtmp-and-access-over-rtmp/36211/3 "2011-03-05T13:05:04Z")

</div>

Jack,

The instructions are here:

[https://www.wowza.com/docs/how-to-set-up-live-streaming-using-an-rtmp-based-encoder](https://www.wowza.com/docs/how-to-set-up-live-streaming-using-an-rtmp-based-encoder))

Change /conf/[app-name]/Application.xml /RTP /Authentication /PlayMethod from “digest” to “none”

And use port 1935:

```auto
rtsp://[wowza-address]:1935/live/myStream

```

You can use default rtsp by enabling 554 in /conf/VHost.xml /HostPort /Port “1935” to “1935,554”, then restart Wowza. Then rtsp without port 1935:

```auto
rtsp://[wowza-address]/live/myStream

```

Richard

---

<div class="post-metadata">

### Author: ![Richard\_Lanham](https://avatars.discourse-cdn.com/v4/letter/r/c68b51/32.png) [@Richard\_Lanham](https://community.wowza.com/u/Richard_Lanham)
#### Post date: [March 8, 2011, 11:50pm UTC](https://community.wowza.com/t/streaming-over-rtmp-and-access-over-rtmp/36211/4 "2011-03-08T23:50:02Z")

</div>

Which encoder are you using?

Richard

---

<div class="post-metadata">

### Author: ![Richard\_Lanham](https://avatars.discourse-cdn.com/v4/letter/r/c68b51/32.png) [@Richard\_Lanham](https://community.wowza.com/u/Richard_Lanham)
#### Post date: [March 9, 2011, 1:46pm UTC](https://community.wowza.com/t/streaming-over-rtmp-and-access-over-rtmp/36211/5 "2011-03-09T13:46:32Z")

</div>

At this point you will have to describe the problem again. What exactly are you doing, trying to do, what is working or not?

Richard

---

<div class="post-metadata">

### Author: ![Ian\_Beyer](https://avatars.discourse-cdn.com/v4/letter/i/e99b99/32.png) [@Ian\_Beyer](https://community.wowza.com/u/Ian_Beyer)
#### Post date: [March 4, 2011, 11:21pm UTC](https://community.wowza.com/t/streaming-over-rtmp-and-access-over-rtmp/36211/6 "2011-03-04T23:21:51Z")

</div>

firewall, maybe?

What are you trying to connect with?

Are you showing any connection attempts in the Wowza log?

---

<div class="post-metadata">

### Author: ![Roman\_Pekarek](https://avatars.discourse-cdn.com/v4/letter/r/ac8455/32.png) [@Roman\_Pekarek](https://community.wowza.com/u/Roman_Pekarek)
#### Post date: [March 6, 2011, 4:19pm UTC](https://community.wowza.com/t/streaming-over-rtmp-and-access-over-rtmp/36211/7 "2011-03-06T16:19:44Z")

</div>

Do you tested rtsp stream in VLC player ?

---

<div class="post-metadata">

### Author: ![Roman\_Pekarek](https://avatars.discourse-cdn.com/v4/letter/r/ac8455/32.png) [@Roman\_Pekarek](https://community.wowza.com/u/Roman_Pekarek)
#### Post date: [March 7, 2011, 10:09am UTC](https://community.wowza.com/t/streaming-over-rtmp-and-access-over-rtmp/36211/8 "2011-03-07T10:09:58Z")

</div>

BTW : VLC 1.1.5 has problem with RTSP from wowza … use latest version …

Do U tested rtsp://192.168.1.100:1935/live/livestream1 ?

---

<div class="post-metadata">

### Author: ![tazkiyah\_arrosyidah](https://avatars.discourse-cdn.com/v4/letter/t/bc79bd/32.png) [@tazkiyah\_arrosyidah](https://community.wowza.com/u/tazkiyah_arrosyidah)
#### Post date: [March 5, 2011, 11:39am UTC](https://community.wowza.com/t/streaming-over-rtmp-and-access-over-rtmp/36211/9 "2011-03-05T11:39:15Z")

</div>

> Out of the box, an application with the “live” type will give you RTSP. Just point the client to rtsp://server:port/application/stream
> 
> -Ian

i have been try to access over rtsp application, but get error… , any solution?

---

<div class="post-metadata">

### Author: ![tazkiyah\_arrosyidah](https://avatars.discourse-cdn.com/v4/letter/t/bc79bd/32.png) [@tazkiyah\_arrosyidah](https://community.wowza.com/u/tazkiyah_arrosyidah)
#### Post date: [March 5, 2011, 1:38pm UTC](https://community.wowza.com/t/streaming-over-rtmp-and-access-over-rtmp/36211/10 "2011-03-05T13:38:02Z")

</div>

firewall not enable in my server and client, iam using Mplayer for Windows, do you have recomm rtsp player?,

log file, not appear connect attemp

---

<div class="post-metadata">

### Author: ![tazkiyah\_arrosyidah](https://avatars.discourse-cdn.com/v4/letter/t/bc79bd/32.png) [@tazkiyah\_arrosyidah](https://community.wowza.com/u/tazkiyah_arrosyidah)
#### Post date: [March 6, 2011, 9:33am UTC](https://community.wowza.com/t/streaming-over-rtmp-and-access-over-rtmp/36211/11 "2011-03-06T09:33:37Z")

</div>

helo,

my application (rtsp player) success connect to wowza, but can’t display image, below logs:

Switching State From NONE to INIT

Initializing (192.168.1.101:0) and rtsp://192.168.1.100/live/livestream1

Initialization successful.

Switching State From INIT to DESCRIBE

Switching State From DESCRIBE to WAIT\_DESCRIBE\_REPLY

Sending:

DESCRIBE rtsp://192.168.1.100:554/live/livestream1 RTSP/1.0

CSeq: 0

User-Agent: StreamCoders RTSP 1.0

Accept: application/sdp

Response received:

RTSP/1.0 200 OK

Content-Base: rtsp://192.168.1.100:554/live/livestream1/

Content-Length: 135

Session: 37642800;timeout=60

CSeq: 0

Content-Type: application/sdp

Server: Wowza Media Server 2.2.2 build26399

v=0

o=- 37642800 37642800 IN IP4 127.0.0.1

s=WowzaMediaServer

c=IN IP4 0.0.0.0

t=0 0

a=sdplang:en

a=range:npt=now-

a=control:\*

Switching State From WAIT\_DESCRIBE\_REPLY to SETUP

No Tracks Available.

Switching State From SETUP to PLAY

Switching State From PLAY to WAIT\_PLAY\_REPLY

Sending:

PLAY rtsp://192.168.1.100:554/live/livestream1/ RTSP/1.0

CSeq: 1

User-Agent: StreamCoders RTSP 1.0

Range: npt=0-

Response received:

RTSP/1.0 200 OK

Range: npt=now-

Session: 37642800;timeout=60

CSeq: 1

Server: Wowza Media Server 2.2.2 build26399

Switching State From WAIT\_PLAY\_REPLY to WAIT\_TERMINATION

is any setting untouch?

Regards

---

<div class="post-metadata">

### Author: ![tazkiyah\_arrosyidah](https://avatars.discourse-cdn.com/v4/letter/t/bc79bd/32.png) [@tazkiyah\_arrosyidah](https://community.wowza.com/u/tazkiyah_arrosyidah)
#### Post date: [March 7, 2011, 6:27am UTC](https://community.wowza.com/t/streaming-over-rtmp-and-access-over-rtmp/36211/12 "2011-03-07T06:27:29Z")

</div>

yes, vlc player too… but i get this error Log:

Connection failed:

VLC could not connect to “192.168.1.100:554”.

Your input can’t be opened:

VLC is unable to open the MRL ‘rtsp://192.168.1.100/live/livestream1’. Check the log for details.

---

<div class="post-metadata">

### Author: ![tazkiyah\_arrosyidah](https://avatars.discourse-cdn.com/v4/letter/t/bc79bd/32.png) [@tazkiyah\_arrosyidah](https://community.wowza.com/u/tazkiyah_arrosyidah)
#### Post date: [March 8, 2011, 8:29pm UTC](https://community.wowza.com/t/streaming-over-rtmp-and-access-over-rtmp/36211/13 "2011-03-08T20:29:43Z")

</div>

we use latest version, and port 1935 tested but still get problem

---

<div class="post-metadata">

### Author: ![tazkiyah\_arrosyidah](https://avatars.discourse-cdn.com/v4/letter/t/bc79bd/32.png) [@tazkiyah\_arrosyidah](https://community.wowza.com/u/tazkiyah_arrosyidah)
#### Post date: [March 9, 2011, 4:48pm UTC](https://community.wowza.com/t/streaming-over-rtmp-and-access-over-rtmp/36211/14 "2011-03-09T16:48:59Z")

</div>

> Which encoder are you using?
> 
> Richard

iam using Flash Media Live Encoder 3.2, is this have problem?

---

<div class="post-metadata">

### Author: ![tazkiyah\_arrosyidah](https://avatars.discourse-cdn.com/v4/letter/t/bc79bd/32.png) [@tazkiyah\_arrosyidah](https://community.wowza.com/u/tazkiyah_arrosyidah)
#### Post date: [March 31, 2011, 6:46am UTC](https://community.wowza.com/t/streaming-over-rtmp-and-access-over-rtmp/36211/15 "2011-03-31T06:46:41Z")

</div>

Hello

perfectly, now i can access streaming over rtsp application like vlc, the problem just about my PC,

Regards
