Wowza Community

RTMP url format

Wich is the Streaming URL depending of the Client?

we have something like this: rtmp://[server-ip]:1935/live/StreamName

Depending on the playback client the URL’s would be:

Flash RTMP Player:

Server: rtmp://[wowza-ip-address]:1935/live
Stream: myStream1

Flash HTTP (HDS):

http://[wowza-ip-address]:1935/live/myStream1/manifest.f4m

iOS:

http://[wowza-ip-address]:1935/live/myStream1/playlist.m3u8

Silverlight:

http://[wowza-ip-address]:1935/live/myStream1/Manifest

RTSP(Android):

rtsp://[wowza-ip-address]:1935/live/myStream1

Mpeg-Dash:

http://[wowza-ip-address]:1935/live/myStream1/manifest.mpd

Salvadore