I am new to this forum and i am more interest to use wowza streaming engine for my application. I just reading some tutorials. For quick catch up. I am here to ask some questions. Please give me some idea/feed back for improve myself and my applications
i am doing a application which is support for all smart tv and smartphones to play VOD, Live channels, FM and live streaming. Currently it is like POC, for that
can i generate unique streaming url for each client request(Depending on client_id with movie_id)?
I want switch quality according to client’s internet bandwidth. i know RED5 doing this, but i could not find in wowza.
Can i get wowza source to build my own streaming engine?
I do not want to use multiple copy of movies for different quality.I will keep high quality movie and i should pass which quality i want(HD/SD) according to that server should convert it to respectively.
You can use a query string to each playback attempt and then on Wowza side, using a custom module you can decide whether to allow or not playback for that particular client. Here are several articles you can look at:
It is possible to implement adaptive bitrate delivery with Wowza server. Wowza will able to provide the different bitrate streams, but the player will need to request the correct playback URL, depending on the bandwidth it has available. Here is an article describing “How to do adaptive bitrate streaming”
The Wowza Streaming Engine source code is not publicly available.
If you want to deliver multiple renditions of the same video file, you will need to encode these videos previously and then store each different quality rendition in your Wowza server’s application content folder. Wowza does not currently support on-the-fly VOD transcoding.