You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/media-services/latest/stream-files-nodejs-quickstart.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,11 @@
1
1
---
2
-
title: How to encode and stream video files with Node.JS
3
-
description: How to stream video files with Node.JS. Follow the steps of this tutorial to create a new Azure Media Services account, encode a file, and stream it to Azure Media Player.
2
+
title: How to encode and stream video files with Node.js
3
+
description: How to stream video files with Node.js. Follow the steps of this tutorial to create a new Azure Media Services account, encode a file, and stream it to Azure Media Player.
4
4
services: media-services
5
5
author: IngridAtMicrosoft
6
6
manager: femila
7
7
editor: ''
8
-
keywords: azure media services, stream, Node.JS
8
+
keywords: azure media services, stream, Node.js
9
9
10
10
ms.service: media-services
11
11
ms.workload: media
@@ -15,18 +15,18 @@ ms.author: inhenkel
15
15
16
16
---
17
17
18
-
# How to encode and stream video files with Node.JS
18
+
# How to encode and stream video files with Node.js
19
19
20
20
[!INCLUDE [media services api v3 logo](./includes/v3-hr.md)]
21
21
22
22
This quickstart shows you how easy it is to encode and start streaming videos on a wide variety of browsers and devices using Azure Media Services. An input video file can be specified using HTTPS URLs, SAS URLs, or paths to files located in Azure Blob storage.
23
23
24
24
By the end of this quickstart you will know:
25
25
26
-
- How to encode with Node.JS
27
-
- How to stream with Node.JS
28
-
- How to upload a file from an HTTPS URL with Node.JS
29
-
- How to use an HLS or DASH client player with Node.JS
26
+
- How to encode with Node.js
27
+
- How to stream with Node.js
28
+
- How to upload a file from an HTTPS URL with Node.js
29
+
- How to use an HLS or DASH client player with Node.js
30
30
31
31
The sample in this article encodes content that you make accessible via an HTTPS URL. Note that currently, AMS v3 does not support chunked transfer encoding over HTTPS URLs.
0 commit comments