Reputation: 121
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,
Upvotes: 0
Views: 1901
Reputation: 3557
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
Upvotes: 2
Reputation: 3726
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
Upvotes: 0