"sparkerman" wrote:
I'm developing a playlist that is feed from a JSON file of about 50 individual video clips. All the videos start from black and fade up and end with a fade out to black. I would like all the videos to loop together so they appear seem less. The progress bar, though up for a short time, breaks that seamless look and feel I'm trying to accomplish. I also need the videos to loop continuously and display their captions until the user hits the back button. This will be used a our companies trade show.
I've developed all the code to do this. Being my first attempt at this was a big task for me. By switching to a different video player seems like starting over again. I guess I'll live what I got for now until my boss suggests to remove it.
Thanks for answers and fast responses! I appreciate it. I maybe asking help with the video player soon.
Thanks
Scot
"TheEndless" wrote:"sparkerman" wrote:
I'm developing a playlist that is feed from a JSON file of about 50 individual video clips. All the videos start from black and fade up and end with a fade out to black. I would like all the videos to loop together so they appear seem less. The progress bar, though up for a short time, breaks that seamless look and feel I'm trying to accomplish. I also need the videos to loop continuously and display their captions until the user hits the back button. This will be used a our companies trade show.
I've developed all the code to do this. Being my first attempt at this was a big task for me. By switching to a different video player seems like starting over again. I guess I'll live what I got for now until my boss suggests to remove it.
Thanks for answers and fast responses! I appreciate it. I maybe asking help with the video player soon.
Thanks
Scot
If you don't have the need for fast forward and rewind (which it doesn't sound like you do), switching to roVideoPlayer would give you what you're looking for, and shouldn't require more than a few minor changes. The interfaces are very similar. You'd just need to add an image canvas. Take a look at the video player example in the SDK.
"destruk" wrote:
Another idea is to combine all the videos in your playlist into a single video - then the buffer bar would only show up when the entire video finishes to loop the single video.