From ebb6865daa3b7d5f4864393b58f10cf8b97dad7f Mon Sep 17 00:00:00 2001
From: "Mr. Algorithm" <148683640+ravixalgorithm@users.noreply.github.com>
Date: Fri, 12 Jul 2024 18:15:58 +0530
Subject: [PATCH 01/12] Updated getting-started.mdx
---
src/mdx-pages/getting-started.mdx | 24 +++++++++++++++++++++++-
1 file changed, 23 insertions(+), 1 deletion(-)
diff --git a/src/mdx-pages/getting-started.mdx b/src/mdx-pages/getting-started.mdx
index e5501d0e..dda56035 100644
--- a/src/mdx-pages/getting-started.mdx
+++ b/src/mdx-pages/getting-started.mdx
@@ -96,7 +96,29 @@ Video.js/
└── video.min.js
```
-This package includes everything you'll need to use Video.js on a production site. By default, we bundle Video.js with Mozilla's excellent [VTT.js](https://github.com/mozilla/vtt.js). If you don't need VTT.js functionality for whatever reason, you can use one of the Video.js copies that don't include VTT.js. These have novtt
in the name and can be found in the alt/
directory. font/
includes all the generated icon font files from the [Videojs Font project](https://github.com/videojs/font). lang/
contains all the generated translation files.
+This package includes everything you'll need to use Video.js on a production site.
+
+#### Explanation of Core Versions
+
+- **video.core.js**: The core version of Video.js without any plugins or additional features.
+- **video.core.min.js**: The minified version of the core Video.js file, optimized for production use.
+- **video.core.novtt.js**: The core version of Video.js without VTT.js, suitable if you don't need VTT.js functionality.
+- **video.core.novtt.min.js**: The minified version of the core Video.js file without VTT.js.
+- **video.novtt.js**: A version of Video.js with additional features but without VTT.js.
+- **video.novtt.min.js**: The minified version of Video.js with additional features but without VTT.js.
+
+#### Approximate File Sizes
+
+- **video.core.js**: ~943KB
+- **video.core.min.js**: ~252KB
+- **video.core.novtt.js**: ~886KB
+- **video.core.novtt.min.js**: ~233KB
+- **video.novtt.js**: ~2,225KB
+- **video.novtt.min.js**: ~629KB
+- **video.js**: ~2,282KB
+- **video.min.js**: ~648KB
+
+By default, we bundle Video.js with Mozilla's excellent [VTT.js](https://github.com/mozilla/vtt.js). If you don't need VTT.js functionality for whatever reason, you can use one of the Video.js copies that don't include VTT.js. These have novtt
in the name and can be found in the alt/
directory. font/
includes all the generated icon font files from the [Videojs Font project](https://github.com/videojs/font). lang/
contains all the generated translation files.
### Source Code
From 85b49d0f38a0657f651646933bb900296ed88dca Mon Sep 17 00:00:00 2001
From: "Mr. Algorithm" <11aravipratapsingh@gmail.com>
Date: Mon, 15 Jul 2024 14:25:02 +0530
Subject: [PATCH 02/12] Update src/mdx-pages/getting-started.mdx
Co-authored-by: mister-ben <1676039+mister-ben@users.noreply.github.com>
---
src/mdx-pages/getting-started.mdx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/mdx-pages/getting-started.mdx b/src/mdx-pages/getting-started.mdx
index dda56035..1ab7fbba 100644
--- a/src/mdx-pages/getting-started.mdx
+++ b/src/mdx-pages/getting-started.mdx
@@ -118,7 +118,7 @@ This package includes everything you'll need to use Video.js on a production sit
- **video.js**: ~2,282KB
- **video.min.js**: ~648KB
-By default, we bundle Video.js with Mozilla's excellent [VTT.js](https://github.com/mozilla/vtt.js). If you don't need VTT.js functionality for whatever reason, you can use one of the Video.js copies that don't include VTT.js. These have novtt
in the name and can be found in the alt/
directory. font/
includes all the generated icon font files from the [Videojs Font project](https://github.com/videojs/font). lang/
contains all the generated translation files.
+font/
includes all the generated icon font files from the [Videojs Font project](https://github.com/videojs/font). lang/
contains all the generated translation files.
### Source Code
From 390e9bc69e482368e0efe3c75b3bb07b9e0f87a3 Mon Sep 17 00:00:00 2001
From: "Mr. Algorithm" <11aravipratapsingh@gmail.com>
Date: Mon, 15 Jul 2024 14:25:09 +0530
Subject: [PATCH 03/12] Update src/mdx-pages/getting-started.mdx
Co-authored-by: mister-ben <1676039+mister-ben@users.noreply.github.com>
---
src/mdx-pages/getting-started.mdx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/mdx-pages/getting-started.mdx b/src/mdx-pages/getting-started.mdx
index 1ab7fbba..532b2f43 100644
--- a/src/mdx-pages/getting-started.mdx
+++ b/src/mdx-pages/getting-started.mdx
@@ -98,7 +98,7 @@ Video.js/
This package includes everything you'll need to use Video.js on a production site.
-#### Explanation of Core Versions
+#### Explanation of the Versions
- **video.core.js**: The core version of Video.js without any plugins or additional features.
- **video.core.min.js**: The minified version of the core Video.js file, optimized for production use.
From 157aa4e0e6b45ed243b35b1fbc6c7ded74fbb99a Mon Sep 17 00:00:00 2001
From: "Mr. Algorithm" <11aravipratapsingh@gmail.com>
Date: Mon, 15 Jul 2024 14:25:19 +0530
Subject: [PATCH 04/12] Update src/mdx-pages/getting-started.mdx
Co-authored-by: mister-ben <1676039+mister-ben@users.noreply.github.com>
---
src/mdx-pages/getting-started.mdx | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/mdx-pages/getting-started.mdx b/src/mdx-pages/getting-started.mdx
index 532b2f43..0c67cca5 100644
--- a/src/mdx-pages/getting-started.mdx
+++ b/src/mdx-pages/getting-started.mdx
@@ -100,6 +100,7 @@ This package includes everything you'll need to use Video.js on a production sit
#### Explanation of the Versions
+- **video.js**: The default build of Video.js, which includes the [HTTP Streaming (VHS)](https://github.com/videojs/http-streaming) playback engine for HLS and DASH playback with [Media Source Extensions](https://developer.mozilla.org/en-US/docs/Web/API/Media_Source_Extensions_API) and [our fork of Mozilla's VTT.js](https://github.com/videojs/vtt.js/).
- **video.core.js**: The core version of Video.js without any plugins or additional features.
- **video.core.min.js**: The minified version of the core Video.js file, optimized for production use.
- **video.core.novtt.js**: The core version of Video.js without VTT.js, suitable if you don't need VTT.js functionality.
From 29a098b4d8476b2e8f980a734b4880bbfe22f7ba Mon Sep 17 00:00:00 2001
From: "Mr. Algorithm" <11aravipratapsingh@gmail.com>
Date: Mon, 15 Jul 2024 14:25:26 +0530
Subject: [PATCH 05/12] Update src/mdx-pages/getting-started.mdx
Co-authored-by: mister-ben <1676039+mister-ben@users.noreply.github.com>
---
src/mdx-pages/getting-started.mdx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/mdx-pages/getting-started.mdx b/src/mdx-pages/getting-started.mdx
index 0c67cca5..22bf9fa0 100644
--- a/src/mdx-pages/getting-started.mdx
+++ b/src/mdx-pages/getting-started.mdx
@@ -101,7 +101,7 @@ This package includes everything you'll need to use Video.js on a production sit
#### Explanation of the Versions
- **video.js**: The default build of Video.js, which includes the [HTTP Streaming (VHS)](https://github.com/videojs/http-streaming) playback engine for HLS and DASH playback with [Media Source Extensions](https://developer.mozilla.org/en-US/docs/Web/API/Media_Source_Extensions_API) and [our fork of Mozilla's VTT.js](https://github.com/videojs/vtt.js/).
-- **video.core.js**: The core version of Video.js without any plugins or additional features.
+- **alt/video.core.js**: The core version of Video.js without VHS.
- **video.core.min.js**: The minified version of the core Video.js file, optimized for production use.
- **video.core.novtt.js**: The core version of Video.js without VTT.js, suitable if you don't need VTT.js functionality.
- **video.core.novtt.min.js**: The minified version of the core Video.js file without VTT.js.
From 6081d99316e13babd045266784650464989d213e Mon Sep 17 00:00:00 2001
From: "Mr. Algorithm" <11aravipratapsingh@gmail.com>
Date: Mon, 15 Jul 2024 14:25:34 +0530
Subject: [PATCH 06/12] Update src/mdx-pages/getting-started.mdx
Co-authored-by: mister-ben <1676039+mister-ben@users.noreply.github.com>
---
src/mdx-pages/getting-started.mdx | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/mdx-pages/getting-started.mdx b/src/mdx-pages/getting-started.mdx
index 22bf9fa0..3ffc6d0c 100644
--- a/src/mdx-pages/getting-started.mdx
+++ b/src/mdx-pages/getting-started.mdx
@@ -102,7 +102,6 @@ This package includes everything you'll need to use Video.js on a production sit
- **video.js**: The default build of Video.js, which includes the [HTTP Streaming (VHS)](https://github.com/videojs/http-streaming) playback engine for HLS and DASH playback with [Media Source Extensions](https://developer.mozilla.org/en-US/docs/Web/API/Media_Source_Extensions_API) and [our fork of Mozilla's VTT.js](https://github.com/videojs/vtt.js/).
- **alt/video.core.js**: The core version of Video.js without VHS.
-- **video.core.min.js**: The minified version of the core Video.js file, optimized for production use.
- **video.core.novtt.js**: The core version of Video.js without VTT.js, suitable if you don't need VTT.js functionality.
- **video.core.novtt.min.js**: The minified version of the core Video.js file without VTT.js.
- **video.novtt.js**: A version of Video.js with additional features but without VTT.js.
From 3cc5b77fee84aac3b6f8d524d7a2ac4869eafad6 Mon Sep 17 00:00:00 2001
From: "Mr. Algorithm" <11aravipratapsingh@gmail.com>
Date: Mon, 15 Jul 2024 14:25:41 +0530
Subject: [PATCH 07/12] Update src/mdx-pages/getting-started.mdx
Co-authored-by: mister-ben <1676039+mister-ben@users.noreply.github.com>
---
src/mdx-pages/getting-started.mdx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/mdx-pages/getting-started.mdx b/src/mdx-pages/getting-started.mdx
index 3ffc6d0c..0ec32f82 100644
--- a/src/mdx-pages/getting-started.mdx
+++ b/src/mdx-pages/getting-started.mdx
@@ -102,7 +102,7 @@ This package includes everything you'll need to use Video.js on a production sit
- **video.js**: The default build of Video.js, which includes the [HTTP Streaming (VHS)](https://github.com/videojs/http-streaming) playback engine for HLS and DASH playback with [Media Source Extensions](https://developer.mozilla.org/en-US/docs/Web/API/Media_Source_Extensions_API) and [our fork of Mozilla's VTT.js](https://github.com/videojs/vtt.js/).
- **alt/video.core.js**: The core version of Video.js without VHS.
-- **video.core.novtt.js**: The core version of Video.js without VTT.js, suitable if you don't need VTT.js functionality.
+- **alt/video.core.novtt.js**: The core version of Video.js without VTT.js, suitable if you don't need VTT.js functionality.
- **video.core.novtt.min.js**: The minified version of the core Video.js file without VTT.js.
- **video.novtt.js**: A version of Video.js with additional features but without VTT.js.
- **video.novtt.min.js**: The minified version of Video.js with additional features but without VTT.js.
From 8c2a90b90f55842d4511718b67259b149737b31b Mon Sep 17 00:00:00 2001
From: "Mr. Algorithm" <11aravipratapsingh@gmail.com>
Date: Mon, 15 Jul 2024 14:25:49 +0530
Subject: [PATCH 08/12] Update src/mdx-pages/getting-started.mdx
Co-authored-by: mister-ben <1676039+mister-ben@users.noreply.github.com>
---
src/mdx-pages/getting-started.mdx | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/mdx-pages/getting-started.mdx b/src/mdx-pages/getting-started.mdx
index 0ec32f82..5aa164b1 100644
--- a/src/mdx-pages/getting-started.mdx
+++ b/src/mdx-pages/getting-started.mdx
@@ -103,7 +103,6 @@ This package includes everything you'll need to use Video.js on a production sit
- **video.js**: The default build of Video.js, which includes the [HTTP Streaming (VHS)](https://github.com/videojs/http-streaming) playback engine for HLS and DASH playback with [Media Source Extensions](https://developer.mozilla.org/en-US/docs/Web/API/Media_Source_Extensions_API) and [our fork of Mozilla's VTT.js](https://github.com/videojs/vtt.js/).
- **alt/video.core.js**: The core version of Video.js without VHS.
- **alt/video.core.novtt.js**: The core version of Video.js without VTT.js, suitable if you don't need VTT.js functionality.
-- **video.core.novtt.min.js**: The minified version of the core Video.js file without VTT.js.
- **video.novtt.js**: A version of Video.js with additional features but without VTT.js.
- **video.novtt.min.js**: The minified version of Video.js with additional features but without VTT.js.
From f90f0c445e345ab8e4cde2fa40be4ab92eb60e83 Mon Sep 17 00:00:00 2001
From: "Mr. Algorithm" <11aravipratapsingh@gmail.com>
Date: Mon, 15 Jul 2024 14:25:55 +0530
Subject: [PATCH 09/12] Update src/mdx-pages/getting-started.mdx
Co-authored-by: mister-ben <1676039+mister-ben@users.noreply.github.com>
---
src/mdx-pages/getting-started.mdx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/mdx-pages/getting-started.mdx b/src/mdx-pages/getting-started.mdx
index 5aa164b1..6c10c8b6 100644
--- a/src/mdx-pages/getting-started.mdx
+++ b/src/mdx-pages/getting-started.mdx
@@ -103,7 +103,7 @@ This package includes everything you'll need to use Video.js on a production sit
- **video.js**: The default build of Video.js, which includes the [HTTP Streaming (VHS)](https://github.com/videojs/http-streaming) playback engine for HLS and DASH playback with [Media Source Extensions](https://developer.mozilla.org/en-US/docs/Web/API/Media_Source_Extensions_API) and [our fork of Mozilla's VTT.js](https://github.com/videojs/vtt.js/).
- **alt/video.core.js**: The core version of Video.js without VHS.
- **alt/video.core.novtt.js**: The core version of Video.js without VTT.js, suitable if you don't need VTT.js functionality.
-- **video.novtt.js**: A version of Video.js with additional features but without VTT.js.
+- **alt/video.novtt.js**: A version of Video.js with VHS but without VTT.js.
- **video.novtt.min.js**: The minified version of Video.js with additional features but without VTT.js.
#### Approximate File Sizes
From 9e6ef9a98253164397d22bfe524a14d5fc0ae8ed Mon Sep 17 00:00:00 2001
From: "Mr. Algorithm" <11aravipratapsingh@gmail.com>
Date: Mon, 15 Jul 2024 14:26:02 +0530
Subject: [PATCH 10/12] Update src/mdx-pages/getting-started.mdx
Co-authored-by: mister-ben <1676039+mister-ben@users.noreply.github.com>
---
src/mdx-pages/getting-started.mdx | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/mdx-pages/getting-started.mdx b/src/mdx-pages/getting-started.mdx
index 6c10c8b6..36251afc 100644
--- a/src/mdx-pages/getting-started.mdx
+++ b/src/mdx-pages/getting-started.mdx
@@ -104,7 +104,8 @@ This package includes everything you'll need to use Video.js on a production sit
- **alt/video.core.js**: The core version of Video.js without VHS.
- **alt/video.core.novtt.js**: The core version of Video.js without VTT.js, suitable if you don't need VTT.js functionality.
- **alt/video.novtt.js**: A version of Video.js with VHS but without VTT.js.
-- **video.novtt.min.js**: The minified version of Video.js with additional features but without VTT.js.
+
+Each file is also available as a `.min.js` version for production which is minified with uglify-js.
#### Approximate File Sizes
From afef0adc7ef520485fc7bba9c88da858b32d284f Mon Sep 17 00:00:00 2001
From: "Mr. Algorithm" <11aravipratapsingh@gmail.com>
Date: Mon, 15 Jul 2024 09:04:21 +0000
Subject: [PATCH 11/12] Updated
---
.vscode/settings.json | 5 +++++
src/mdx-pages/getting-started.mdx | 12 ++----------
2 files changed, 7 insertions(+), 10 deletions(-)
create mode 100644 .vscode/settings.json
diff --git a/.vscode/settings.json b/.vscode/settings.json
new file mode 100644
index 00000000..b242572e
--- /dev/null
+++ b/.vscode/settings.json
@@ -0,0 +1,5 @@
+{
+ "githubPullRequests.ignoredPullRequestBranches": [
+ "main"
+ ]
+}
\ No newline at end of file
diff --git a/src/mdx-pages/getting-started.mdx b/src/mdx-pages/getting-started.mdx
index 36251afc..fa4c4e6a 100644
--- a/src/mdx-pages/getting-started.mdx
+++ b/src/mdx-pages/getting-started.mdx
@@ -107,16 +107,8 @@ This package includes everything you'll need to use Video.js on a production sit
Each file is also available as a `.min.js` version for production which is minified with uglify-js.
-#### Approximate File Sizes
-
-- **video.core.js**: ~943KB
-- **video.core.min.js**: ~252KB
-- **video.core.novtt.js**: ~886KB
-- **video.core.novtt.min.js**: ~233KB
-- **video.novtt.js**: ~2,225KB
-- **video.novtt.min.js**: ~629KB
-- **video.js**: ~2,282KB
-- **video.min.js**: ~648KB
+The sizes for each can be viewed at https://www.npmjs.com/package/video.js?activeTab=code
+
font/
includes all the generated icon font files from the [Videojs Font project](https://github.com/videojs/font). lang/
contains all the generated translation files.
From 8df9106a431601c62f6ea8f93f34e978f02a3ca0 Mon Sep 17 00:00:00 2001
From: "Mr. Algorithm" <11aravipratapsingh@gmail.com>
Date: Mon, 15 Jul 2024 09:06:43 +0000
Subject: [PATCH 12/12] updated the changes as instructed
---
.vscode/settings.json | 5 -----
1 file changed, 5 deletions(-)
delete mode 100644 .vscode/settings.json
diff --git a/.vscode/settings.json b/.vscode/settings.json
deleted file mode 100644
index b242572e..00000000
--- a/.vscode/settings.json
+++ /dev/null
@@ -1,5 +0,0 @@
-{
- "githubPullRequests.ignoredPullRequestBranches": [
- "main"
- ]
-}
\ No newline at end of file