1 / 17

Embedding Multimedia Content in WebPages

Embedding Multimedia Content in WebPages. Seth Subramanian. Defining Multimedia. Multimedia is pictures, sounds, music, animations and videos. Multimedia comes in many different formats. Modern Internet browsers support many multimedia format. Multimedia Formats.

wardah
Télécharger la présentation

Embedding Multimedia Content in WebPages

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Embedding Multimedia Content in WebPages Seth Subramanian

  2. Defining Multimedia • Multimedia is pictures, sounds, music, animations and videos. • Multimedia comes in many different formats. • Modern Internet browsers support many multimedia format.

  3. Multimedia Formats • Picture Formats: GIF, JPEG, PNG, TIFF. • Sound Formats: MIDI, WAVE, WMA, RAM, MP3. • Video Formats: AVI, WMV, MPEG, MOV, RM, SWF.

  4. Media on the Web • Inline method. • Using <object> Element. • Using <embed> Element.

  5. Object is implemented through ActiveX. Works in only in Internet Explorer. Object is a legal W3C tag. Embed is a cross-platform solution. No external plug-in like ActiveX. Supported by all browsers. Embed tag has been deprecated. Object vs. Embed

  6. Solution • Use them both: examples

  7. Cross-Platform Media • Know your users – Windows Vs. Macs. • Using QuickTime for Mac Users. • ShockWave Flash(SWF) and Flash Video(FLV).

  8. QuickTime - Tips and tricks • Prepare the QuickTime movie file for streaming. • Create a “poster frame” for the QuickTime Object. • Add “Click to Play” message.

  9. Flash Movies and Video • Flash supports bi-directional streaming of audio and video. • Types available: • SWF (video content embedded in a Flash timeline). • FLV (video content is kept external).

  10. Video Delivery • Embedded video. • Progressive download. • Streaming video.

  11. Streaming Multimedia • What is a ‘stream’? • Transferring data such that it can be processed as a steady and continuous stream. • Uses RTSP (Real-Time Streaming Protocol).

  12. Streaming Formats • Microsoft’s Windows Media. • MMS (Multimedia Messaging Service) • QuickTime. • RTSP (Real-Time Streaming Protocol) • RealAudio/Video. • HTTP (HyperText Transfer Protocol)

  13. Fast start. User can seek any portion of the video at any time. No size restrictions. Live video support. Starts pretty fast. Can seek portions of the video that have been downloaded. Lesser the better(< 10 min usually). No live video. Streaming vs. Progressive

  14. Streaming Servers • Windows Media Server. • Available with Windows Server 2003. • Darwin Streaming Server. • Open Source. • Streaming Server for Flash files. • Adobe Flash Media Server.

  15. What’s new? • Microsoft Silverlight is a cross-browser, cross-platform, and cross-device plug-in for delivering the next generation of .NET based media experiences and rich interactive applications for the Web.

  16. Helpful Links • http://quicktime.tc.columbia.edu/users/iml/movies/mtest.html • www.apple.com/quicktime/tutorials/embed.html • Darwin Streaming Server - http://www.army.mil/ako/services/streaming/darwin.html • http://developer.apple.com/opensource/server/streaming/ • Windows Media Server - http://technet2.microsoft.com/windowsserver/en/library/ • Adobe Flash Media Server - http://www.adobe.com/products/flashmediaserver/ • http://www.microsoft.com/silverlight/ • http://silverlight.live.com/

  17. Questions?? Thank you!!!

More Related