
Adaptive bitrate streaming and Akamai
Hey everyone,
I need to set up some adaptive bitrate streaming and I'm having some trouble to find this out...
Is there any way to my streaming keep "watching" the bandwidth and modify the quality of playback?
If this isn't possible how can I add a button for quality changing embedded in my player?
On the thread(http://www.longtailvideo.com/support/jw-player/28842/working-with-playlists) I've read about using labels to link different quality of streams, but this didn't work as in the thread...
Here is the code:
sources : [
{
file: "http://carna_chiclete-lh.akamaihd.net/z/nova_100@75411/manifest.f4m", label: "100",
type: "flv"
},{
file: "http://carna_chiclete-lh.akamaihd.net/z/nova_200@75411/manifest.f4m", label: "200",
type: "flv"
},{
file: "http://carna_chiclete-lh.akamaihd.net/z/nova_200@75411/manifest.f4m", label: "300",
type: "flv"
}
I'm using .f4m format.
Cya