Wowza Community

Streaming Over RTMP and Access Over RTMP

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

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

Jack,

The instructions are here:

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:

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:

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

Richard

Which encoder are you using?

Richard

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

firewall, maybe?

What are you trying to connect with?

Are you showing any connection attempts in the Wowza log?

Do you tested rtsp stream in VLC player ?

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 ?

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?

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

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

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.

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

Which encoder are you using?

Richard

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

Hello

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

Regards