|
|
|
|
|
by cruffle_duffle
866 days ago
|
|
Video also has the twist that, unlike audio, it has to support a bunch of different hardware configurations. You’ve got to support multiple video codecs, multiple resolutions and bitrates. And to be good you might even be serving several of those variants to the same client in one viewing—which means you have to intelligently chop up the video into smaller pieces. Plus the supporting client side tooling is more important—for example those little thumbnails that show up while seeking through a clip. Audio is easy. Throw up an mp3 and you are done. The basic fundamentals of an audio client have remained largely unchanged since the invention of the tape deck. Video is a while different animal. That being said, moving to an RSS based model for video would be pretty interesting. I just imagine there would be a lot of work on whatever system consumes those RSS files to make the video playable across the wide spectrum of video players. |
|