0

I've downloaded and configured Wowza media streaming server and also installed Flash media encoder to do livestreaming, but I'm facing a problem in understanding the URL construction, can any one adjust how to config the url?

Regards,

Ahmad J. Hamad
  • 121
  • 2
  • 12
  • Are you having problems with the url you're using in Flash Media Encoder or the url to playback the wowza stream? – grant Dec 27 '12 at 11:53

2 Answers2

2

Check out here https://www.wowza.com/docs/how-to-set-up-live-streaming-using-an-rtmp-based-encoder

This tutorial explaining how to setup livestream to play streams in end devices like PC, Android, Ios, Set-top boxes

If you are using Adobe Flash Media Live Encoder, you need to specify the wowza server address and stream parameters in it.

Example : In AFMLE, in the output part

url : rtmp://Wowza-media-server-ip-address:1935/live
stream : myStream
JAAulde
  • 19,250
  • 5
  • 52
  • 63
Sathish
  • 3,477
  • 3
  • 26
  • 28
0

If your application is video-on-demand (vod), content-type mp4 and file is sample.mp4, then

rtmp://[server_ip_address:port]/vod/mp4:sample.mp4

Salman
  • 3,761
  • 2
  • 23
  • 34