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

Multiple Video Streaming


Hi There,

I am using Nimble Streamer for streaming and want to play more than one videos with JWPlayer one after another assuming that only one video is playing, in this case I have more than one stream url, one for each video.

How can I achieve that?

Thanks.

3 Community Answers

George

JW Player Support Agent  
0 rated :

Hi,

I’m a bit confused what you’re trying to do. However you may want to build a playlist, each stream will be played sequentially OR you could call jwplayer().load(); and load the new stream. Bigger questions would be what are the cues to change stream and where are you getting the new stream URL?

nirmal.c

User  
0 rated :

Hi,

I have list of stream URLs from where I am getting stream URLs, I want to play them one by one but end user should feels like one video is playing.

George

JW Player Support Agent  
0 rated :

Without a control bar that should be easy. With a control bar you will have to really manage the controlbar on your own. Which will take a lot of custom code. Unfortunately I don’t have an example page for this. Logic should be, load, onComplete,load,getDuration,add duration to controlbar,onComplete,load etc

This question has received the maximum number of answers.