Name is required.
Email address is required.
Invalid email address
Answer is required.
Exceeding max length of 5KB

Multiple streams problem


Hello, i'm trying to implement multiple sources to jwplayer (rtmp and http) to use from different devices.

the code is here:
jwplayer('fsvPlayerContainer').setup({
playlist: [{
sources: [{
file: rtmp
},{
file: b
}]
}],
width: "100%",
height: "100%"
});
But there is error "File not found" and i see in console that it tries to get current url ends with [object Object]

Then i tried to put url string directly to sources array

jwplayer('fsvPlayerContainer').setup({
playlist: [{
sources: [rtmp, b]
}],
width: "100%",
height: "100%"
});

and then i received an error "No suitable players found and fallback is on"

Please help me with it... Everything works if i'm using just 1 source like .setup({file:...})

1 Community Answers

Ethan Feldman

JW Player Support Agent  
0 rated :

Do you have a link?

This question has received the maximum number of answers.