SlideShare una empresa de Scribd logo
1 de 47
Sarah	
  Allen
@ultrasaurus
Sarah	
  Allen
@ultrasaurus
Mobile	
  Web
Video
<object	
  id="UNIQUEID"	
  height="520"	
  width="528"	
  codebase="http://	
  
download.macromedia.com/pub/shockwave/cabs/flash/	
  swflash.cab#version=9
classid="clsid:d27cdb6e-­‐	
  ae6d-­‐11cf-­‐96b8-­‐444553540000"	
  >	
  
	
   <param	
  value="../player/myVideoPlayer.swf"	
  name="movie"	
  />	
  
	
   <param	
  value="true"	
  name="allowFullScreen"	
  />	
  
	
   <param	
  value="all"	
  name="allowNetworking"	
  />	
  
	
   <param	
  value="always"	
  name="allowScriptAccess"	
  />	
  
	
   <param	
  value="opaque"	
  name="wmode"	
  />	
  
	
   <param	
  value="myVideoFile.flv"	
  name="FlashVars"	
  />	
  
	
   <embed	
  height="520"	
  width="528"	
  src="../player/mds_player.swf"	
  
	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  id="UNIQUEID"	
  wmode="opaque"	
  allowscriptaccess="always"	
  	
  
	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  allownetworking="all"	
  allowfullscreen="true"	
  
	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  swf="../player/myVideoPlayer.swf"	
  
	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  flashvars="myVideoFile.flv"	
  
	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  pluginspage="http://www.macromedia.com/go/	
  getflashplayer"	
  
	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  type="application/x-­‐shockwave-­‐flash"	
  quality="high"	
  />	
  
</object>
<video	
  src="coolstuff.m4v">
</video>
Sarah
Allen
@ultrasaurus
Learn: what do we know?
(numbers are good)
Hypothesis: what do we believe?
(numbers are good)
Test: how can we check reality?
Analyze: does the data support
our hypothesis?
<video>
file	
  formats
the	
  dramatic	
  impact
of	
  mobile	
  web	
  video!
video.js
fun	
  new	
  stuff
<video>
<video	
  src="coolstuff.m4v">	
  
</video>
<video	
  src="coolstuff.m4v"	
  controls>	
  
</video>
<video	
  src="coolstuff.m4v"	
  controls	
  
	
   preload=	
  "metadata"	
  >	
  
</video>
metadata	
  =	
  default
only	
  really	
  works	
  if	
  metadata	
  is	
  at	
  start	
  of	
  file
<video	
  src="coolstuff.m4v"	
  controls	
  
	
   preload=	
  "none"	
  >	
  
</video>
<video	
  src="coolstuff.m4v"	
  controls	
  
	
   preload=	
  "auto"	
  >	
  
</video>
<video	
  src="coolstuff.m4v"	
  controls	
  
	
   autoplay>	
  
</video>
<video	
  src="coolstuff.m4v"	
  controls	
  
	
   autoplay	
  loop>	
  
</video>
<video	
  src="coolstuff.m4v"	
  controls	
  
	
   autoplay	
  loop	
  muted>	
  
</video>
<video	
  src="coolstuff.m4v"	
  controls	
  	
  
	
   poster=	
  "coolstuff.jpg"	
  >	
  
</video>
Web	
  Video	
  Timeline
Web	
  Video	
  Timeline
needs server
content-type
http://bit.ly/web-video-formats
ffmpeg -i pool.mov
-codec:v libtheora -qscale:v 3
-codec:a libvorbis -qscale:a 3 pool.ogv
ffmpeg -i pool.mov
-vcodec libvpx -acodec libvorbis
pool.webm
ffmpeg
OSX: brew install ffmpeg won’t work
Compile Instructions: http://bit.ly/ffmpeg-ogg-webm
http://www.squared5.com/svideo/mpeg-streamclip-mac.html
<video>
	
   <source	
  src="coolstuff.mp4"	
  type=	
  "video/mp4">
	
   <source	
  src="coolstuff.ogg"	
  type=	
  "video/ogg">
	
   <source	
  src="coolstuff.webm"	
  type=	
  "video/webm">
	
  	
  	
  	
  	
  	
  	
  Your	
  browser	
  does	
  not	
  support	
  this	
  video.
</video>
<video>
	
   <source	
  src="coolstuff-­‐small.mp4"	
  
	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  type=	
  "video/mp4"	
  
	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  media="all	
  and	
  (max-­‐width:480px)">
	
   <source	
  src="coolstuff-­‐large.mp4"	
  
	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  type=	
  "video/mp4">
</video>
dramatic	
  impact
real	
  world	
  stories
2010
2012
2010
Web	
  Video	
  Timeline
2010
iPhone,	
  Android,	
  BlackBerry,	
  Windows	
  Mobile
2012
Learn: what do we know?
(numbers are good)
Hypothesis: what do we believe?
(numbers are good)
Test: how can we check reality?
Analyze: does the data support
our hypothesis?
hypothesis	
  
people	
  want
	
  language	
  resources	
  
on	
  mobile
Mobile	
  Traffic
Android (78) 18.4%
Blackberry (10) 2.5%
Nokia (2) 0.2%
Opera (1) 0.1%
Unknown 6.2%
73% iOS
iPhone 53.2%
iPad 16%
iPod 2.8%
iPod Touch 0.7%
Web	
  Video	
  Timeline
Web	
  Video	
  Timeline
2012
30% of desktop traffic
from browsers that don’t support
<video> with mp4
99% of our traffic from
desktop browsers that support
<video> with mp4 or Flash
Firefox
IE <9
Opera
}these browsers
support Flash
Flash	
  to	
  <video>
for	
  iOS
video.js
http://www.videojs.com/
<link	
  href="http://vjs.zencdn.net/c/video-­‐js.css"	
  rel="stylesheet">
<script	
  src="http://vjs.zencdn.net/c/video.js"></script>
<video	
  id="video_player"	
  class="video-­‐js	
  vjs-­‐default-­‐skin"	
  controls
	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  preload="auto"	
  width="440"	
  height="380"	
  style="overflow:hidden;"
	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  data-­‐setup="{}">
	
  	
  	
  	
  	
  	
  	
  	
  	
  <source	
  src="http://www..../79096138-­‐4b35-­‐470f-­‐92bc.mp4'	
  type='video/mp4'>
</video>
same	
  code	
  for	
  Flash
http://www.videojs.com/
<link	
  href="http://vjs.zencdn.net/c/video-­‐js.css"	
  rel="stylesheet">
<script	
  src="http://vjs.zencdn.net/c/video.js"></script>
<video	
  id="video_player"	
  class="video-­‐js	
  vjs-­‐default-­‐skin"	
  controls
	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  preload="auto"	
  width="440"	
  height="380"	
  style="overflow:hidden;"
	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  data-­‐setup="{}">
	
  	
  	
  	
  	
  	
  	
  	
  	
  <source	
  src="http://www..../79096138-­‐4b35-­‐470f-­‐92bc.mp4'	
  type='video/mp4'>
</video>
Returning	
  Visits	
  on	
  Mobile	
  increased	
  by	
  34%
Mobile	
  video	
  increased	
  search	
  traffic	
  >	
  2x
fun	
  stuff
Web	
  RTC
http://webrtc-examples.herokuapp.com/
Web	
  RTC
http://webrtc-examples.herokuapp.com/
webrtc.org
including Android!
including Android!
Firefox OS coming...
follow bug 750011
<input	
  type=	
  "file"	
  >
mobile	
  Safari	
  -­‐-­‐	
  iOS	
  6
dank	
  je	
  wel
Sarah	
  Allen
@ultrasaurus

Más contenido relacionado

La actualidad más candente

HTML5 Video Right Now
HTML5 Video Right NowHTML5 Video Right Now
HTML5 Video Right Now
Carlos Araya
 
HTML5 multimedia - browser-native video, audio and canvas - meet.js Summit / ...
HTML5 multimedia - browser-native video, audio and canvas - meet.js Summit / ...HTML5 multimedia - browser-native video, audio and canvas - meet.js Summit / ...
HTML5 multimedia - browser-native video, audio and canvas - meet.js Summit / ...
Patrick Lauke
 
Web 2.0 Expo: Even Faster Web Sites
Web 2.0 Expo: Even Faster Web SitesWeb 2.0 Expo: Even Faster Web Sites
Web 2.0 Expo: Even Faster Web Sites
Steve Souders
 
@media - Even Faster Web Sites
@media - Even Faster Web Sites@media - Even Faster Web Sites
@media - Even Faster Web Sites
Steve Souders
 
Desarrollo sustentable 3
Desarrollo sustentable 3Desarrollo sustentable 3
Desarrollo sustentable 3
Maria Camila
 

La actualidad más candente (20)

HTML5 Video Right Now
HTML5 Video Right NowHTML5 Video Right Now
HTML5 Video Right Now
 
HTML5 multimedia - browser-native video, audio and canvas - meet.js Summit / ...
HTML5 multimedia - browser-native video, audio and canvas - meet.js Summit / ...HTML5 multimedia - browser-native video, audio and canvas - meet.js Summit / ...
HTML5 multimedia - browser-native video, audio and canvas - meet.js Summit / ...
 
Design+Performance Velocity 2015
Design+Performance Velocity 2015Design+Performance Velocity 2015
Design+Performance Velocity 2015
 
Vkmdp cologne
Vkmdp cologneVkmdp cologne
Vkmdp cologne
 
HTML5: Markup Evolved
HTML5: Markup EvolvedHTML5: Markup Evolved
HTML5: Markup Evolved
 
How fast are we going now?
How fast are we going now?How fast are we going now?
How fast are we going now?
 
Secrets to a Hack-Proof Joomla Revealed
Secrets to a Hack-Proof Joomla RevealedSecrets to a Hack-Proof Joomla Revealed
Secrets to a Hack-Proof Joomla Revealed
 
8 Most Popular Joomla Hacks & How To Avoid Them
8 Most Popular Joomla Hacks & How To Avoid Them8 Most Popular Joomla Hacks & How To Avoid Them
8 Most Popular Joomla Hacks & How To Avoid Them
 
8 Simple Ways to Hack Your Joomla
8 Simple Ways to Hack Your Joomla8 Simple Ways to Hack Your Joomla
8 Simple Ways to Hack Your Joomla
 
audio, video and canvas in HTML5 - standards>next Manchester 29.09.2010
audio, video and canvas in HTML5 - standards>next Manchester 29.09.2010audio, video and canvas in HTML5 - standards>next Manchester 29.09.2010
audio, video and canvas in HTML5 - standards>next Manchester 29.09.2010
 
Web 2.0 Expo: Even Faster Web Sites
Web 2.0 Expo: Even Faster Web SitesWeb 2.0 Expo: Even Faster Web Sites
Web 2.0 Expo: Even Faster Web Sites
 
Sostenible (2)
Sostenible (2)Sostenible (2)
Sostenible (2)
 
@media - Even Faster Web Sites
@media - Even Faster Web Sites@media - Even Faster Web Sites
@media - Even Faster Web Sites
 
Cache is King
Cache is KingCache is King
Cache is King
 
DoctypeHTML5 (Hyderabad) Presentation on Multimedia
DoctypeHTML5 (Hyderabad) Presentation on MultimediaDoctypeHTML5 (Hyderabad) Presentation on Multimedia
DoctypeHTML5 (Hyderabad) Presentation on Multimedia
 
Secure Authentication and Session Management in Java EE
Secure Authentication and Session Management in Java EESecure Authentication and Session Management in Java EE
Secure Authentication and Session Management in Java EE
 
Design+Performance
Design+PerformanceDesign+Performance
Design+Performance
 
HTML5 APIs - The New Frontier
HTML5 APIs - The New FrontierHTML5 APIs - The New Frontier
HTML5 APIs - The New Frontier
 
do u webview?
do u webview?do u webview?
do u webview?
 
Desarrollo sustentable 3
Desarrollo sustentable 3Desarrollo sustentable 3
Desarrollo sustentable 3
 

Similar a Mobile Web Video

HTML5 multimedia - browser-native video and audio - DevUp HTML5 / Barcelona /...
HTML5 multimedia - browser-native video and audio - DevUp HTML5 / Barcelona /...HTML5 multimedia - browser-native video and audio - DevUp HTML5 / Barcelona /...
HTML5 multimedia - browser-native video and audio - DevUp HTML5 / Barcelona /...
Patrick Lauke
 
Upgrade to HTML5 Video
Upgrade to HTML5 VideoUpgrade to HTML5 Video
Upgrade to HTML5 Video
steveheffernan
 
Leave No One Behind with HTML5 - FFWD.PRO, Croatia
Leave No One Behind with HTML5 - FFWD.PRO, CroatiaLeave No One Behind with HTML5 - FFWD.PRO, Croatia
Leave No One Behind with HTML5 - FFWD.PRO, Croatia
Robert Nyman
 
HTML5 multimedia - browser-native video and audio - JSDay / Verona / 17 May 2012
HTML5 multimedia - browser-native video and audio - JSDay / Verona / 17 May 2012HTML5 multimedia - browser-native video and audio - JSDay / Verona / 17 May 2012
HTML5 multimedia - browser-native video and audio - JSDay / Verona / 17 May 2012
Patrick Lauke
 
Robert Nyman - HTML5 apis where no man has gone before startechconf
Robert Nyman - HTML5 apis where no man has gone before startechconfRobert Nyman - HTML5 apis where no man has gone before startechconf
Robert Nyman - HTML5 apis where no man has gone before startechconf
StarTech Conference
 
HTML5 APIs - native multimedia support and beyond - University of Leeds 05.05...
HTML5 APIs - native multimedia support and beyond - University of Leeds 05.05...HTML5 APIs - native multimedia support and beyond - University of Leeds 05.05...
HTML5 APIs - native multimedia support and beyond - University of Leeds 05.05...
Patrick Lauke
 
Document text nou
Document text nouDocument text nou
Document text nou
sigateam
 

Similar a Mobile Web Video (20)

Responsive Videos, mehr oder weniger
Responsive Videos, mehr oder wenigerResponsive Videos, mehr oder weniger
Responsive Videos, mehr oder weniger
 
HTML5 multimedia - browser-native video and audio - DevUp HTML5 / Barcelona /...
HTML5 multimedia - browser-native video and audio - DevUp HTML5 / Barcelona /...HTML5 multimedia - browser-native video and audio - DevUp HTML5 / Barcelona /...
HTML5 multimedia - browser-native video and audio - DevUp HTML5 / Barcelona /...
 
Upgrade to HTML5 Video
Upgrade to HTML5 VideoUpgrade to HTML5 Video
Upgrade to HTML5 Video
 
HTML5 Video Player - HTML5 Dev Conf 2012
HTML5 Video Player - HTML5 Dev Conf 2012HTML5 Video Player - HTML5 Dev Conf 2012
HTML5 Video Player - HTML5 Dev Conf 2012
 
HTML5 Video for WordPress
HTML5 Video for WordPressHTML5 Video for WordPress
HTML5 Video for WordPress
 
Leave No One Behind with HTML5 - FFWD.PRO, Croatia
Leave No One Behind with HTML5 - FFWD.PRO, CroatiaLeave No One Behind with HTML5 - FFWD.PRO, Croatia
Leave No One Behind with HTML5 - FFWD.PRO, Croatia
 
HTML5 multimedia - browser-native video and audio - JSDay / Verona / 17 May 2012
HTML5 multimedia - browser-native video and audio - JSDay / Verona / 17 May 2012HTML5 multimedia - browser-native video and audio - JSDay / Verona / 17 May 2012
HTML5 multimedia - browser-native video and audio - JSDay / Verona / 17 May 2012
 
Speak The Web: The HTML5 Experiments
Speak The Web: The HTML5 ExperimentsSpeak The Web: The HTML5 Experiments
Speak The Web: The HTML5 Experiments
 
Web Apps
Web AppsWeb Apps
Web Apps
 
HTML5 Multimedia Support
HTML5 Multimedia SupportHTML5 Multimedia Support
HTML5 Multimedia Support
 
HTML5 Multimedia
HTML5 MultimediaHTML5 Multimedia
HTML5 Multimedia
 
Robert Nyman - HTML5 apis where no man has gone before startechconf
Robert Nyman - HTML5 apis where no man has gone before startechconfRobert Nyman - HTML5 apis where no man has gone before startechconf
Robert Nyman - HTML5 apis where no man has gone before startechconf
 
001
001001
001
 
HTML5 multimedia - where we are, where we're going
HTML5 multimedia - where we are, where we're goingHTML5 multimedia - where we are, where we're going
HTML5 multimedia - where we are, where we're going
 
Building an HTML5 Video Player
Building an HTML5 Video PlayerBuilding an HTML5 Video Player
Building an HTML5 Video Player
 
WebCamp HTML5
WebCamp HTML5WebCamp HTML5
WebCamp HTML5
 
WebCamp HTML5
WebCamp HTML5WebCamp HTML5
WebCamp HTML5
 
HTML5 APIs - native multimedia support and beyond - University of Leeds 05.05...
HTML5 APIs - native multimedia support and beyond - University of Leeds 05.05...HTML5 APIs - native multimedia support and beyond - University of Leeds 05.05...
HTML5 APIs - native multimedia support and beyond - University of Leeds 05.05...
 
The Rich Standard: Getting Familiar with HTML5
The Rich Standard: Getting Familiar with HTML5The Rich Standard: Getting Familiar with HTML5
The Rich Standard: Getting Familiar with HTML5
 
Document text nou
Document text nouDocument text nou
Document text nou
 

Más de Sarah Allen

Más de Sarah Allen (20)

Internet security: a landscape of unintended consequences
Internet security: a landscape of unintended consequencesInternet security: a landscape of unintended consequences
Internet security: a landscape of unintended consequences
 
RTMP: how did we get to now? (Demuxed 2019)
RTMP: how did we get to now? (Demuxed 2019)RTMP: how did we get to now? (Demuxed 2019)
RTMP: how did we get to now? (Demuxed 2019)
 
Communication is a Technical Skill
Communication is a Technical SkillCommunication is a Technical Skill
Communication is a Technical Skill
 
Improving Federal Government Services
Improving Federal Government ServicesImproving Federal Government Services
Improving Federal Government Services
 
Transparency Wins
Transparency WinsTransparency Wins
Transparency Wins
 
A Short History of Computers
A Short History of ComputersA Short History of Computers
A Short History of Computers
 
Making Software Fun
Making Software FunMaking Software Fun
Making Software Fun
 
Power of Transparency
Power of TransparencyPower of Transparency
Power of Transparency
 
Designing for Fun
Designing for FunDesigning for Fun
Designing for Fun
 
Ruby in the US Government for Ruby World Conference
Ruby in the US Government for Ruby World ConferenceRuby in the US Government for Ruby World Conference
Ruby in the US Government for Ruby World Conference
 
Identities of Dead People
Identities of Dead PeopleIdentities of Dead People
Identities of Dead People
 
Let's pretend
Let's pretendLet's pretend
Let's pretend
 
3 Reasons Not to Use Ruby
3 Reasons Not to Use Ruby 3 Reasons Not to Use Ruby
3 Reasons Not to Use Ruby
 
Ruby Nation: Why no haz Ruby?
Ruby Nation: Why no haz Ruby?Ruby Nation: Why no haz Ruby?
Ruby Nation: Why no haz Ruby?
 
Why no ruby in gov?
Why no ruby in gov?Why no ruby in gov?
Why no ruby in gov?
 
People Patterns or What I learned from Toastmasters
People Patterns or What I learned from ToastmastersPeople Patterns or What I learned from Toastmasters
People Patterns or What I learned from Toastmasters
 
Blazing Cloud: Agile Product Development
Blazing Cloud: Agile Product DevelopmentBlazing Cloud: Agile Product Development
Blazing Cloud: Agile Product Development
 
Crowdsourced Transcription Landscape
Crowdsourced Transcription LandscapeCrowdsourced Transcription Landscape
Crowdsourced Transcription Landscape
 
Lessons Learned Future Thoughts
Lessons Learned Future ThoughtsLessons Learned Future Thoughts
Lessons Learned Future Thoughts
 
Elementary Computer History
Elementary Computer HistoryElementary Computer History
Elementary Computer History
 

Último

Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
panagenda
 

Último (20)

MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectors
 
Apidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbu
Apidays Singapore 2024 - Modernizing Securities Finance by Madhu SubbuApidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbu
Apidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbu
 
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
 
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptx
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
 
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot ModelNavi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 

Mobile Web Video