How many of you stream video from your site?
-
Creating more than one version of a video can be troublesome, and a pain, yet, with HTML5 you can let the browser, including those for the modern mobile phones, best choose the format it best understands whilst also falling back to flash for older browsers that do not understand many, if any, of those HTML5/CSS3 tags etc. http://html5tutorial.net/tutorials[^] http://net.tutsplus.com/?s=HTML5[^]
May be the way to go. I wonder if this is the route that youtube takes with their player.
Christopher Duncan
www.PracticalUSA.com
Author of The Career Programmer and Unite the Tribes
Copywriting Services -
May be the way to go. I wonder if this is the route that youtube takes with their player.
Christopher Duncan
www.PracticalUSA.com
Author of The Career Programmer and Unite the Tribes
Copywriting ServicesMy understanding is that YouTube will be offering HTML5 compatible video format(s). As far as hosting, YouTube is not the only place you could consider for hosting what could be huge quantities of video's in competing versions. You could, for example, consider blip.tv, here are their FAQ's http://blip.tv/faq[^]
-
Joe Simes wrote:
off of a groupie's ass
There's the glitch. You (a) told her "you are a groupie, i.e. someone who'd swoon at me farting in your general direction", and (b) "I'd prefer another groupie anyway, your ass sucks." Corrected response: "If I were as good as SRV we wouldn't be standing here talking to you - I'd be snorting cocaine off of a groupie's your ass in Austin right now!" Also, you might want to replace the town with one that doesn't sound like "hicks central" - though I'm not entirely sure if there's a positive SRV/Austin connection.
Agh! Reality! My Archnemesis![^]
| FoldWithUs! | sighist | WhoIncludes - Analyzing C++ include file hierarchy -
By this I mean actually hosting and serving video from your web site rather than linking to youtube, et al. While there are times when youtube poses a great advantage as they eat the storage and bandwidth, there are other times when you want complete control to serve things up natively without involving a third party. That said, seems to me that it's yet another prairie on the wild, wild west out there for those who wish to roll their own. You can wrap your video in a Flash player, which is great. Until you want someone on an Apple to view it. And I'm sure there are various other little compatibility adventures as well, particularly if you want to support a good mobile experience on, at minimum, Android, Windows and Apple devices. And of course, I do. Are there cross platform players out there that you can bolt onto your site that handle compatibility issues for you as well as providing other niceties such as full screen mode? Or do you guys just get down and dirty and write something clever, and terribly portable, yourself? Would that it were as easy as serving up mp3 files...
Christopher Duncan
www.PracticalUSA.com
Author of The Career Programmer and Unite the Tribes
Copywriting ServicesWhenever I've streamed video I've encoded it as flash and used a flash player. That avoids the inevitable CODEC hassles. You could detect HTML 5 and support an alternative H.264 stream if the browser supports it instead. That's the approach I would take. That should cover most platforms. Cheers, Drew.
-
I have no experience of this area, even less than yourself judging from your input in the thread, but I also think that you need to consider your market. It's all very well for those with new fangled multi-core processors and Apple iThingies but what about Joe Blow, still running XP on an old Athlon. There are still a lot out there. Can they for instance run H264, or whatever it's called?
Henry Minute Do not read medical books! You could die of a misprint. - Mark Twain Girl: (staring) "Why do you need an icy cucumber?" “I want to report a fraud. The government is lying to us all.”
-
I have no experience of this area, even less than yourself judging from your input in the thread, but I also think that you need to consider your market. It's all very well for those with new fangled multi-core processors and Apple iThingies but what about Joe Blow, still running XP on an old Athlon. There are still a lot out there. Can they for instance run H264, or whatever it's called?
Henry Minute Do not read medical books! You could die of a misprint. - Mark Twain Girl: (staring) "Why do you need an icy cucumber?" “I want to report a fraud. The government is lying to us all.”
If they can run flash, and upgrade it then almost certainly yes. Hell even older version of flash from a number of years ago (say probably 2006?) could handle h264 encoded video.
¡El diablo está en mis pantalones! ¡Mire, mire! SELECT * FROM User WHERE Clue > 0 0 rows returned Save an Orange - Use the VCF! Personal 3D projects Just Say No to Web 2 Point Blow
-
My understanding is that YouTube will be offering HTML5 compatible video format(s). As far as hosting, YouTube is not the only place you could consider for hosting what could be huge quantities of video's in competing versions. You could, for example, consider blip.tv, here are their FAQ's http://blip.tv/faq[^]
Yeah, I just bumped into them last night as Mail Chimp uses them. Looks like a decent site.
Christopher Duncan
www.PracticalUSA.com
Author of The Career Programmer and Unite the Tribes
Copywriting Services -
I never could play the ladies as well as I could play the guitar! :| SRV is from Austin Tejas hence the reference. "On the road" would have work equally as well ... not well bad? :doh:
With my track record, I should be legally prohibited from giving dating advice ;)
Agh! Reality! My Archnemesis![^]
| FoldWithUs! | sighist | WhoIncludes - Analyzing C++ include file hierarchy -
By this I mean actually hosting and serving video from your web site rather than linking to youtube, et al. While there are times when youtube poses a great advantage as they eat the storage and bandwidth, there are other times when you want complete control to serve things up natively without involving a third party. That said, seems to me that it's yet another prairie on the wild, wild west out there for those who wish to roll their own. You can wrap your video in a Flash player, which is great. Until you want someone on an Apple to view it. And I'm sure there are various other little compatibility adventures as well, particularly if you want to support a good mobile experience on, at minimum, Android, Windows and Apple devices. And of course, I do. Are there cross platform players out there that you can bolt onto your site that handle compatibility issues for you as well as providing other niceties such as full screen mode? Or do you guys just get down and dirty and write something clever, and terribly portable, yourself? Would that it were as easy as serving up mp3 files...
Christopher Duncan
www.PracticalUSA.com
Author of The Career Programmer and Unite the Tribes
Copywriting ServicesI fiddled with that a bit when I was using Windows 2000 Server. It had a built in video streaming service that I never really mastered, but had fun playing with for a short time. I'm sure that the remnants are still present in 2003 and 2008, but it may be hard to find.
Will Rogers never met me.
-
By this I mean actually hosting and serving video from your web site rather than linking to youtube, et al. While there are times when youtube poses a great advantage as they eat the storage and bandwidth, there are other times when you want complete control to serve things up natively without involving a third party. That said, seems to me that it's yet another prairie on the wild, wild west out there for those who wish to roll their own. You can wrap your video in a Flash player, which is great. Until you want someone on an Apple to view it. And I'm sure there are various other little compatibility adventures as well, particularly if you want to support a good mobile experience on, at minimum, Android, Windows and Apple devices. And of course, I do. Are there cross platform players out there that you can bolt onto your site that handle compatibility issues for you as well as providing other niceties such as full screen mode? Or do you guys just get down and dirty and write something clever, and terribly portable, yourself? Would that it were as easy as serving up mp3 files...
Christopher Duncan
www.PracticalUSA.com
Author of The Career Programmer and Unite the Tribes
Copywriting ServicesHosting video has two meanings: 1- Progressive download (Youtube etc) 2- Streaming. (1) is inexpensive. You just put the video on the http server and let the player download it. No need for any special software. (2) has to be hosted with a provider that lets you stream videos. Special software like Flash Media Server, or Wowza Media Server or Red5 has to be used. It does not usually run well from Virtual servers or shared servers. When you are going for streaming, then better use a dedicated server with good specs and fast connection to give quality user experience. If you do not wish to have your own server for streaming, then host the video files on some CDN. Highwinds seems to work well: http://www.highwinds.com/[^] Compatibility is an issue with Apple devices. There are different formats for iPad and iPhone, and the next iSomething. There are formats for other mobile devices too. So to enable the video for these devices, you have to convert the video into multiple formats. Look into: http://encoding.com[^] and see what formats are needed for what device. Some devices only support progressive download (I'm not sure which ones).
NULL