WilliamLam.com

  • About
    • About
    • Privacy
  • VMware Cloud Foundation
  • VKS
  • Homelab
    • Resources
    • Nested Virtualization
  • VMware Nostalgia
  • Apple

Direct playback & download URLs for all VMworld 2018 Europe Sessions

11.09.2018 by William Lam // Leave a Comment

It has been less than 24 hours since VMworld Europe 2018 has concluded and the awesome VMworld team has already published most of the VMworld 2018 Europe session recordings! Similar to past years, I have put together a nice summary page that contains all the session recordings links separated out by the different  categories which you can find by visiting http://vmwa.re/vmworld2018.

As of writing this, there are a total of 389 sessions with369 published with recordings. I have also posted some initial viewing statistics on the top 20 VMworld Europe sessions, huge congrats to the Chris and Daniel's ESXi on ARM session, I think it is going to be hard to beat this session (which I still need to watch myself :)). I will check back in a week or so in case more videos and/or PPT decks are posted. Please enjoy, especially for those that were not able to attend VMworld this year.

Note: For those wanting to directly download the actual video files from github repo (browser or through automation), you will get an access denied. It turns out the client performing the download must include a referer within the request (which is automatically done for you when you click open the link in my github but not the case using wget/cURL or other tools. Below are a few examples on how to include the referer for automated downloads which has changed from VMworld US.

Here is wget example:

wget --referer https://videos.vmworld.com/global/2018/videoplayer/26950 https://s3.us-east-2.amazonaws.com/vmworld-europe-2018/CTO3509BE.mp4

Here is cURL example:

curl --referer https://videos.vmworld.com/global/2018/videoplayer/26950 https://s3.us-east-2.amazonaws.com/vmworld-europe-2018/CTO3509BE.mp4 -O CTO3509BE.mp4

Here is PowerCLI example:

$headers = @{"referer" = "https://videos.vmworld.com/global/2018/videoplayer/26950"}
Invoke-WebRequest -Uri https://s3.us-east-2.amazonaws.com/vmworld-europe-2018/CTO3509BE.mp4 -Headers $headers -Outfile CTO3509BE.mp4

In addition, I have also published eu.txt file which contains the name of the session + download URL which can then be used by this quick PowerShell script called downloadSessions.ps1 to automatically download. You can edit the us.txt file to only include sessions you want downloaded (make sure its copied from the original file) since it contains "#" symbol as a delimiter for the title and the download URL.

Categories // VMworld Tags // vmworld

ESXi on a Raspberry Pi

11.07.2018 by William Lam // 46 Comments

During the closing of the VMworld Europe Keynote on Tuesday, Ray O'Farrell (CTO of VMware) had one more "tiny" surprise for our CEO, Pat Gelsinger 😉 He handed him a tiny little device called the Raspberry Pi (rPI) which was running a prototype version of ESXi! This was completely unexpected even for VMware Employees, especially as we had just announced our ESXi on ARM initiative at VMworld US. You can watch the keynote replay here starting at 1:37:15.

As you can imagine, this created a TON of excitement and buzz at the VMworld but it also sparked some interesting conversations on why VMware would even do this? Was this just a marketing gimmick or was there something more significant in showing that ESXi could run on a rPI?

Interested in @VMware #ESXi on @Arm? Want to understand the VMware Edge vision? See Alex and Regis at the Virtualization at the Edge booth, in the #IoT and Edge Zone at #VMworld2018 in Barcelona! pic.twitter.com/qGO3AO76JD

— Andrei Warkentin (@WhatAintInside) November 6, 2018

[Read more...]

Categories // ESXi, VMworld Tags // Arm, ESXi, ESXpi, Raspberry Pi, rPI

Direct playback & download URLs for all VMworld 2018 US Sessions

08.31.2018 by William Lam // 14 Comments

It has been less than 24 hours since VMworld 2018 has concluded and the awesome VMworld team has already published most, if not all VMworld 2018 US session recordings! Similar to past years, I have put together a nice summary page that contains all the session recordings links separated out by the different  categories which you can find by visiting http://vmwa.re/vmworld2018.

As of writing this, there are a total of 585 sessions with 570 published with recordings. I will check back in a week or so in case more videos and/or PPT decks are posted. Please enjoy, especially for those that were not able to attend VMworld this year.

UPDATE 1 (09/01/18) - It looks after publishing the streaming URLs, folks found that it included a direct download link to the .MP4 file. Thanks to Jorge de la Cruz from the community who was able to extract this from my original github repo. I have gone ahead and also updated my repo to include both the streaming and download URL for folks who just want to download individual sessions. There are a number of ways to "Automate" the download including using wget or Invoke-Webrequest.

UPDATE 2 (09/03/18) - If you try to download the files without going through my github repo (browser or through automation), you may noticed you get a 404 error message. It turns out the client performing the download must include a referer within the request (which is automatically done for you when you click open the link in my github but not the case using wget/cURL or other tools. Below are a few examples on how to include the referer for automated downloads.

Here is wget example:

wget --referer http://www.vmware.com https://s3-us-west-1.amazonaws.com/vmworld-usa-2018/VIN2527BU.mp4

Here is cURL example:

curl --referer http://www.vmware.com https://s3-us-west-1.amazonaws.com/vmworld-usa-2018/VIN2527BU.mp4 -O VIN2527BU.mp4

Here is PowerCLI example:

$headers = @{"referer" = "http://www.vmware.com"}
Invoke-WebRequest -Uri https://s3-us-west-1.amazonaws.com/vmworld-usa-2018/VIN2527BU.mp4 -Headers $headers -Outfile VIN2527BU.mp4

In addition, I have also published us.txt file which contains the name of the session + download URL which can then be used by this quick PowerShell script called downloadSessions.ps1 to automatically download. You can edit the us.txt file to only include sessions you want downloaded (make sure its copied from the original file) since it contains "#" symbol as a delimiter for the title and the download URL.

Categories // VMworld Tags // vmworld

  • « Previous Page
  • 1
  • …
  • 4
  • 5
  • 6
  • 7
  • 8
  • …
  • 11
  • Next Page »

Search

Thank Author

Author

William is Distinguished Platform Engineering Architect in the VMware Cloud Foundation (VCF) Division at Broadcom. His primary focus is helping customers and partners build, run and operate a modern Private Cloud using the VMware Cloud Foundation (VCF) platform.

Connect

  • Bluesky
  • Email
  • GitHub
  • LinkedIn
  • Mastodon
  • Reddit
  • RSS
  • Twitter
  • Vimeo

Recent

  • VMware Flings is now available in Free Downloads of Broadcom Support Portal (BSP) 05/19/2025
  • VMUG Connect 2025 - Minimal VMware Cloud Foundation (VCF) 5.x in a Box  05/15/2025
  • Programmatically accessing the Broadcom Compatibility Guide (BCG) 05/06/2025
  • Quick Tip - Validating Broadcom Download Token  05/01/2025
  • Supported chipsets for the USB Network Native Driver for ESXi Fling 04/23/2025

Advertisment

Privacy & Cookies: This site uses cookies. By continuing to use this website, you agree to their use.
To find out more, including how to control cookies, see here: Cookie Policy

Copyright WilliamLam.com © 2025