These posts were awhile ago, so I’m wondering if this info still holds true. I have a customer who wants to show some training videos on his site. I was thinking we could simply use the method of creating them in flash, and using the progressive download option to display the video. I figure this way the only limitation would be the amount of server space he’ll require and/or whatever bandwidth issues may arise.
Is there a better way to do this? Better could mean: performance-wise, resource-wise, etc.
I suggested to the customer to use something like streamhoster, as I think they will get better performance and, perhaps, even save money. But, he wants to manage a lot of aspects of it, and it’ll be easier for him if everything was contained on his site here. So, he’s ok with me charging him for whatever additional space requirements he’ll need. But, I still want to be sure that the performance won’t be totally awful as a result or, even worse, Jodo didn’t allow us to do that.
I don’t like it, but I’m filing it under ‘the customer is always right?’ Of course, I’m also prepared to do it, to have it be awful, then simply insist the customer host them on a streaming service.
If he wants it all in one place, we don’t prohibit it, but we don’t offer any special tools for live streaming, you can use http streams from a flash frontend or silverlight frontend.
IMO the benefits to using a CDN for this are good, as you have multiple points and it loads from a server nearest the customer dynamically, which is just something we can’t do.
CoffeeCup has some Flash movie software (CoffeeCup Web Video Player) that will convert your video (.mov, .wmv, .avi, etc.) to a Flash movie with a player and then give you the code to embed in your web page and the files to upload to the server. As long as the video doesn’t need to be HD quality and full screen, you can set it to different quality settings that will stream well over a normal broadband connection.
Right, sorry, I should have clarified; embedded .swf files created in other applications play with no problem; the .swf files created in the coffee cup app, however do not. It’s likely something to do with the fact that the .swf is not encapsulated, but rather refers (via xml?) to a .fla file. Perhaps the mime type at issue is .fla?
You were, as usual, Stephen, spot-on. Just added the Mime Type video/x-flv .flv and it works beautifully. My clients are going to love this. Thank you very much, Good Oyster for the link!