tags:

views:

10

answers:

1

I have a question about streaming multiple separate flv files seamlessly as if the viewer is watching television. is this possible ? what tools or programming sources can help me achieve this ?

A: 

You will need one of two: A server-side playlist (can be easily provided by a cdn, or streaming service provider) that will run the FLV files one after the other, or - you could also use FlowPlayer to create an XML or regular playlist, if you have some knowledge of JavaScript. To be honest, even if you don't - it's really easy to follow their instructions. Give it a shot! ;)