
rtmp and toggle quality
Hi
When i use simple code:
jwplayer("player94ac7b43396c").setup({
playlist: [{
image: "file.jpg",
sources: [
{
file: "file1.m4",
label: "HQ"
}, {
file: "file2.m4",
label: "LQ"
}]
}] });
it works ok. But when I change file1.mp4 to rtmp://54.76.22.203:1935/ and file2.mp4 to rtmp://54.76.22.203:1935/live/low player still work but I can't change quality. It happend with all rtmp streams. Why?
Thanks!
Regards, Piter