SlideShare une entreprise Scribd logo
1  sur  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

Contenu connexe

Tendances

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
 

Tendances (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
 

Similaire à 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
 

Similaire à 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
 

Dernier

Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Alan Dix
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...shyamraj55
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersThousandEyes
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
Google AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAGGoogle AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAGSujit Pal
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Allon Mureinik
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 3652toLead Limited
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 

Dernier (20)

Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
Google AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAGGoogle AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAG
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 

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.