SlideShare a Scribd company logo
1 of 23
VIDEO AND AUDIO IN WEB
By Karthick Kumar V
VIDEO IN WEB OVERVIEW
• Flash vs HTML5
• Evolution of Video Streaming
• Types of Video Streaming
• Working of Video Streaming
• Video Streaming pros and cons
Flash vs. HTML5
• Flash
– Flash is well established as a video
delivery platform
• HTML5
– It add a video directly to the web page,
without the need of plugin
Flash vs. HTML5
Video in Web
●
Before HTML5, there was no standard for
showing videos on a web page.
• Before HTML5, videos could only be played
with a plug-in (like flash)
• The HTML5 <video> element specifies a
standard way to embed a video in a web
page.
Basic Video Embed
<html>
<body>
<video width="400" controls>
<source src="mov.mp4" type="video/mp4">
<source src="mov.ogg" type="video/ogg">
</video>
</body>
</html>
Streaming Video
●
Streaming video is content sent in
compressed form over the Internet and
displayed by the viewer in real time.
●
A Web user does not have to wait to
download a file to play it. Instead, the media
is sent in a continuous stream of data and is
played as it arrives.
Evolution of Video Streaming
●
File Download
●
Progressive Download
●
Pseudo Streaming
●
Adaptive Bitrate Streaming
Types of Streaming Video
●
Progressive Download
Types of Streaming Video
●
Real Time Streaming Protocol
Types of Streaming Video
●
Adaptive HTTP Streaming
How Streaming Works
●
Webcasting
●
Real-Time Streaming Protocol
●
Codecs
●
Unicasting
Webcasting
●
Webcast is a media presentation to distribute
a single content source to many simultaneous
listeners/viewers.
●
Broadcasting over the Internet.
●
It is used for "live-live" transmission.
Real-Time Streaming Protocol
●
The RTSP is a network control protocol
designed to control streaming media servers.
●
When you go to a streaming media site,
you're generally redirected to a separate
streaming server.
●
There are typically different versions of each
file that have been optimized for different
connection speeds.
Codecs
●
A codec is a program capable of encoding or
decoding a digital data stream or signal.
●
Video files have to be compressed and then
encode and decode before they can be
streamed.
Unicasting
●
In unicasting each client takes a separate
stream from the server.
●
So different people will start streaming the
same video or audio program at different
times.
Streaming Video Pro ans Cons
AUDIO IN WEB OVERVIEW
• Audio Features
• Audio in Web
• Audio Streaming
• Audio Streaming Protocols
Audio File Features
• Audio file is a record of captured sound that
can be played back
– Mp3 file is an example
• Audio files are compressed for storage and
faster transmission
• Requires high bandwidth to transfer across
the network and the Internet
Audio in Web
●
Before HTML5, audio files could only
be played with a plug-in (like flash)
●
The HTML5 <audio> element specifies
a standard way to embed audio in a
web page.
Basic Audio Embed
<html>
<body>
<audio controls>
<source src="music.ogg" type="audio/ogg">
<source src="music.mp3" type="audio/mpeg">
</audio>
</body>
</html>
How Streaming works
●
VoIP means making telephone calls
using your computer, with the sound of
your voice converted to digital data.
●
That travels over the Internet using the
Internet Protocol.
The End

More Related Content

What's hot

Embedded Android Real-Time Streaming Optimization
Embedded Android Real-Time Streaming OptimizationEmbedded Android Real-Time Streaming Optimization
Embedded Android Real-Time Streaming OptimizationVIA Embedded
 
08 android multimedia_framework_overview
08 android multimedia_framework_overview08 android multimedia_framework_overview
08 android multimedia_framework_overviewArjun Reddy
 
Windows7: Video Improvements
Windows7: Video ImprovementsWindows7: Video Improvements
Windows7: Video Improvementswonderu
 
Streaming Media over the Internet
Streaming Media over the InternetStreaming Media over the Internet
Streaming Media over the InternetVideoguy
 
vPoint HD briefing.ppt
vPoint HD briefing.pptvPoint HD briefing.ppt
vPoint HD briefing.pptVideoguy
 
Streaming media presentation
Streaming media presentationStreaming media presentation
Streaming media presentationKyra Walton
 
Digital Video
Digital VideoDigital Video
Digital VideoVideoguy
 
Video File formats Chart with Explanation
Video File formats Chart with ExplanationVideo File formats Chart with Explanation
Video File formats Chart with ExplanationVideoguy
 
Video Formats and Codecs 2015
Video Formats and Codecs 2015Video Formats and Codecs 2015
Video Formats and Codecs 2015Mike Cummins
 
Tutorial about how to convert powerpoint to dvd
 Tutorial about how to convert powerpoint to dvd Tutorial about how to convert powerpoint to dvd
Tutorial about how to convert powerpoint to dvdcrysatal16
 
Sonifex netlog-dscribe-products
Sonifex netlog-dscribe-productsSonifex netlog-dscribe-products
Sonifex netlog-dscribe-productsRadikal Ltd.
 
Streaming Video into Second Life
Streaming Video into Second LifeStreaming Video into Second Life
Streaming Video into Second LifeVideoguy
 
Contents
ContentsContents
Contents325540
 

What's hot (18)

Embedded Android Real-Time Streaming Optimization
Embedded Android Real-Time Streaming OptimizationEmbedded Android Real-Time Streaming Optimization
Embedded Android Real-Time Streaming Optimization
 
Video formats
Video formatsVideo formats
Video formats
 
Video formats guide
Video formats guideVideo formats guide
Video formats guide
 
08 android multimedia_framework_overview
08 android multimedia_framework_overview08 android multimedia_framework_overview
08 android multimedia_framework_overview
 
Windows7: Video Improvements
Windows7: Video ImprovementsWindows7: Video Improvements
Windows7: Video Improvements
 
Streaming Media over the Internet
Streaming Media over the InternetStreaming Media over the Internet
Streaming Media over the Internet
 
Video standard
Video standardVideo standard
Video standard
 
vPoint HD briefing.ppt
vPoint HD briefing.pptvPoint HD briefing.ppt
vPoint HD briefing.ppt
 
Streaming media presentation
Streaming media presentationStreaming media presentation
Streaming media presentation
 
Digital Video
Digital VideoDigital Video
Digital Video
 
Video File formats Chart with Explanation
Video File formats Chart with ExplanationVideo File formats Chart with Explanation
Video File formats Chart with Explanation
 
Video Formats and Codecs 2015
Video Formats and Codecs 2015Video Formats and Codecs 2015
Video Formats and Codecs 2015
 
2 audio video
2 audio video2 audio video
2 audio video
 
Tutorial about how to convert powerpoint to dvd
 Tutorial about how to convert powerpoint to dvd Tutorial about how to convert powerpoint to dvd
Tutorial about how to convert powerpoint to dvd
 
Sonifex netlog-dscribe-products
Sonifex netlog-dscribe-productsSonifex netlog-dscribe-products
Sonifex netlog-dscribe-products
 
Streaming Video into Second Life
Streaming Video into Second LifeStreaming Video into Second Life
Streaming Video into Second Life
 
Contents
ContentsContents
Contents
 
Chapter 1 Video
Chapter 1 VideoChapter 1 Video
Chapter 1 Video
 

Similar to Video and Audio Streaming Formats and Technologies

HTML5 video & Amazon elastic transcoder - FCIP August 2014
HTML5 video & Amazon elastic transcoder - FCIP August 2014HTML5 video & Amazon elastic transcoder - FCIP August 2014
HTML5 video & Amazon elastic transcoder - FCIP August 2014RZasadzinski
 
Silverlight Wireshark Analysis
Silverlight Wireshark AnalysisSilverlight Wireshark Analysis
Silverlight Wireshark AnalysisYoss Cohen
 
Serverless Media Workflow
Serverless Media WorkflowServerless Media Workflow
Serverless Media WorkflowMooYeol Lee
 
10x10 10 slide presentation
10x10 10 slide presentation10x10 10 slide presentation
10x10 10 slide presentationNickSandy
 
Video.js with HLS
Video.js with HLSVideo.js with HLS
Video.js with HLSLok Sun Ku
 
Streaming video to html
Streaming video to htmlStreaming video to html
Streaming video to htmljeff tapper
 
Approaches to Building Media Streaming Applications
Approaches to Building Media Streaming ApplicationsApproaches to Building Media Streaming Applications
Approaches to Building Media Streaming ApplicationsGlobalLogic Ukraine
 
HTML Media: Where We Are & Where We Need To Go
HTML Media: Where We Are & Where We Need To GoHTML Media: Where We Are & Where We Need To Go
HTML Media: Where We Are & Where We Need To GoNigel Parker
 
Video Streaming
Video StreamingVideo Streaming
Video StreamingVideoguy
 
Microsoft Stream - The Video Evolution
Microsoft Stream - The Video EvolutionMicrosoft Stream - The Video Evolution
Microsoft Stream - The Video EvolutionColin Phillips
 
Insight into video processingC2-1.pptx
Insight into video processingC2-1.pptxInsight into video processingC2-1.pptx
Insight into video processingC2-1.pptxssuserac2698
 
Enhanced Video Experience in SharePoint 2013
Enhanced Video Experience in SharePoint 2013Enhanced Video Experience in SharePoint 2013
Enhanced Video Experience in SharePoint 2013Mai Omar Desouki
 
Supplement Web Tools
Supplement Web ToolsSupplement Web Tools
Supplement Web Toolsshelly3160
 

Similar to Video and Audio Streaming Formats and Technologies (20)

Mm sys 2013-demo
Mm sys 2013-demoMm sys 2013-demo
Mm sys 2013-demo
 
HTML5 video & Amazon elastic transcoder - FCIP August 2014
HTML5 video & Amazon elastic transcoder - FCIP August 2014HTML5 video & Amazon elastic transcoder - FCIP August 2014
HTML5 video & Amazon elastic transcoder - FCIP August 2014
 
Silverlight Wireshark Analysis
Silverlight Wireshark AnalysisSilverlight Wireshark Analysis
Silverlight Wireshark Analysis
 
Serverless Media Workflow
Serverless Media WorkflowServerless Media Workflow
Serverless Media Workflow
 
Multimedia Streaming Architecture
Multimedia Streaming ArchitectureMultimedia Streaming Architecture
Multimedia Streaming Architecture
 
Html multimedia
Html multimediaHtml multimedia
Html multimedia
 
Pycon2013
Pycon2013Pycon2013
Pycon2013
 
10x10 10 slide presentation
10x10 10 slide presentation10x10 10 slide presentation
10x10 10 slide presentation
 
Video.js with HLS
Video.js with HLSVideo.js with HLS
Video.js with HLS
 
Streaming video to html
Streaming video to htmlStreaming video to html
Streaming video to html
 
Approaches to Building Media Streaming Applications
Approaches to Building Media Streaming ApplicationsApproaches to Building Media Streaming Applications
Approaches to Building Media Streaming Applications
 
HTML Media: Where We Are & Where We Need To Go
HTML Media: Where We Are & Where We Need To GoHTML Media: Where We Are & Where We Need To Go
HTML Media: Where We Are & Where We Need To Go
 
Video Streaming
Video StreamingVideo Streaming
Video Streaming
 
Microsoft Stream - The Video Evolution
Microsoft Stream - The Video EvolutionMicrosoft Stream - The Video Evolution
Microsoft Stream - The Video Evolution
 
Insight into video processingC2-1.pptx
Insight into video processingC2-1.pptxInsight into video processingC2-1.pptx
Insight into video processingC2-1.pptx
 
Dos presentation by ahlam shakeel
Dos presentation by ahlam shakeelDos presentation by ahlam shakeel
Dos presentation by ahlam shakeel
 
Video js zagreb
Video js zagrebVideo js zagreb
Video js zagreb
 
Enhanced Video Experience in SharePoint 2013
Enhanced Video Experience in SharePoint 2013Enhanced Video Experience in SharePoint 2013
Enhanced Video Experience in SharePoint 2013
 
Multimedia streaming
Multimedia streamingMultimedia streaming
Multimedia streaming
 
Supplement Web Tools
Supplement Web ToolsSupplement Web Tools
Supplement Web Tools
 

Recently uploaded

Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyAlfredo García Lavilla
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupFlorian Wilhelm
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clashcharlottematthew16
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenHervé Boutemy
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 3652toLead Limited
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Patryk Bandurski
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfAlex Barbosa Coqueiro
 
Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfRankYa
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Mark Simos
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Scott Keck-Warren
 
Training state-of-the-art general text embedding
Training state-of-the-art general text embeddingTraining state-of-the-art general text embedding
Training state-of-the-art general text embeddingZilliz
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
Vector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector DatabasesVector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector DatabasesZilliz
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Mattias Andersson
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfAddepto
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr LapshynFwdays
 
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostLeverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostZilliz
 

Recently uploaded (20)

Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easy
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project Setup
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clash
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache Maven
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdf
 
Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdf
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024
 
Training state-of-the-art general text embedding
Training state-of-the-art general text embeddingTraining state-of-the-art general text embedding
Training state-of-the-art general text embedding
 
DMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special EditionDMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special Edition
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
Vector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector DatabasesVector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector Databases
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdf
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
 
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostLeverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
 

Video and Audio Streaming Formats and Technologies

  • 1. VIDEO AND AUDIO IN WEB By Karthick Kumar V
  • 2. VIDEO IN WEB OVERVIEW • Flash vs HTML5 • Evolution of Video Streaming • Types of Video Streaming • Working of Video Streaming • Video Streaming pros and cons
  • 3. Flash vs. HTML5 • Flash – Flash is well established as a video delivery platform • HTML5 – It add a video directly to the web page, without the need of plugin
  • 5. Video in Web ● Before HTML5, there was no standard for showing videos on a web page. • Before HTML5, videos could only be played with a plug-in (like flash) • The HTML5 <video> element specifies a standard way to embed a video in a web page.
  • 6. Basic Video Embed <html> <body> <video width="400" controls> <source src="mov.mp4" type="video/mp4"> <source src="mov.ogg" type="video/ogg"> </video> </body> </html>
  • 7. Streaming Video ● Streaming video is content sent in compressed form over the Internet and displayed by the viewer in real time. ● A Web user does not have to wait to download a file to play it. Instead, the media is sent in a continuous stream of data and is played as it arrives.
  • 8. Evolution of Video Streaming ● File Download ● Progressive Download ● Pseudo Streaming ● Adaptive Bitrate Streaming
  • 9. Types of Streaming Video ● Progressive Download
  • 10. Types of Streaming Video ● Real Time Streaming Protocol
  • 11. Types of Streaming Video ● Adaptive HTTP Streaming
  • 12. How Streaming Works ● Webcasting ● Real-Time Streaming Protocol ● Codecs ● Unicasting
  • 13. Webcasting ● Webcast is a media presentation to distribute a single content source to many simultaneous listeners/viewers. ● Broadcasting over the Internet. ● It is used for "live-live" transmission.
  • 14. Real-Time Streaming Protocol ● The RTSP is a network control protocol designed to control streaming media servers. ● When you go to a streaming media site, you're generally redirected to a separate streaming server. ● There are typically different versions of each file that have been optimized for different connection speeds.
  • 15. Codecs ● A codec is a program capable of encoding or decoding a digital data stream or signal. ● Video files have to be compressed and then encode and decode before they can be streamed.
  • 16. Unicasting ● In unicasting each client takes a separate stream from the server. ● So different people will start streaming the same video or audio program at different times.
  • 18. AUDIO IN WEB OVERVIEW • Audio Features • Audio in Web • Audio Streaming • Audio Streaming Protocols
  • 19. Audio File Features • Audio file is a record of captured sound that can be played back – Mp3 file is an example • Audio files are compressed for storage and faster transmission • Requires high bandwidth to transfer across the network and the Internet
  • 20. Audio in Web ● Before HTML5, audio files could only be played with a plug-in (like flash) ● The HTML5 <audio> element specifies a standard way to embed audio in a web page.
  • 21. Basic Audio Embed <html> <body> <audio controls> <source src="music.ogg" type="audio/ogg"> <source src="music.mp3" type="audio/mpeg"> </audio> </body> </html>
  • 22. How Streaming works ● VoIP means making telephone calls using your computer, with the sound of your voice converted to digital data. ● That travels over the Internet using the Internet Protocol.