Hi All,
I am using FMLE to send the stream to wowza. My parameters are,
FMS Name : rtmp://192.168.1.2/live
streamname : livestream
i have installed wowza, created conf/live folder, copied application.xml to live folder and now i am able to stream
rtmp://192.168.1.2/live/livestream
as well as
http://192.168.1.2:1935/live/livestream/playlist.m3u8
All i need is to get apple streaming up for a live stream. Now when i am sendding 1 stream this works great. How do i configure wowza to handle multiple bitrates?
where it will create keyframeseonds.ts files? as well as playlist.m3u8 files?
The parameters of FMLE are,
FMS Name : rtmp://192.168.1.2/live
streamname : livestream%i
When i play,
http://192.168.1.2:1935/live/livestream1/playlist.m3u8
it plays first bitrate stream.When i play,
http://192.168.1.2:1935/live/livestream2/playlist.m3u8
it plays second bitrate stream. How do i get single http url which takes care of all streams together?
As i am not so much into coding, any guide to deploy adaptive streaming using wowza server will be helpful.
Thanks.