
The next request of interest which should come shortly after the above request is completed should have the name Manifest(video,format=m3u8-aapl-v3,audiotrack=audio_und). The above manifest is used to determine what QualityLevel should be streamed when the BANDWIDTH is above a certain rate. QualityLevels(128000)/Manifest(audio_und,format=m3u8-aapl-v3) QualityLevels(3500000)/Manifest(video,format=m3u8-aapl-v3,audiotrack=audio_und) QualityLevels(2200000)/Manifest(video,format=m3u8-aapl-v3,audiotrack=audio_und) QualityLevels(1350000)/Manifest(video,format=m3u8-aapl-v3,audiotrack=audio_und)

QualityLevels(850000)/Manifest(video,format=m3u8-aapl-v3,audiotrack=audio_und) QualityLevels(550000)/Manifest(video,format=m3u8-aapl-v3,audiotrack=audio_und) QualityLevels(200000)/Manifest(video,format=m3u8-aapl-v3,audiotrack=audio_und) We begin by clicking on the video so that it opens up in a theatre-like mode. So you've seen a LinkedIn post with a video that you want locally available. You should be comfortable with the command line for things to work out.
#Download linkedin live video download
This short post documents how I managed to download a LinkedIn video with a little hacking on the Chrome Console and shell scripts.

Apparently LinkedIn had changed the way they did videos. Also, none of the existing video downloader websites worked, and none of the advice given by other folks online did too. Post-event, I decided I wanted a copy of the video but LinkedIn didn't seem to agree with me that I should have a copy of my video.

I gave a talk recently at a community meetup where they were using the fancy new LinkedIn Live to stream the event. To use the script, modify the PUBLIC_URL and VIDEO_ID variables in linkedin.sh. This repository contains a script that I've used to download LinkedIn Live videos.
