Skip to content

Commit ac59223

Browse files
1 parent ec0ea45 commit ac59223

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

articles/media-services/latest/stream-files-nodejs-quickstart.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
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.
44
services: media-services
55
author: IngridAtMicrosoft
66
manager: femila
77
editor: ''
8-
keywords: azure media services, stream, Node.JS
8+
keywords: azure media services, stream, Node.js
99

1010
ms.service: media-services
1111
ms.workload: media
@@ -15,18 +15,18 @@ ms.author: inhenkel
1515

1616
---
1717

18-
# How to encode and stream video files with Node.JS
18+
# How to encode and stream video files with Node.js
1919

2020
[!INCLUDE [media services api v3 logo](./includes/v3-hr.md)]
2121

2222
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.
2323

2424
By the end of this quickstart you will know:
2525

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
3030

3131
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.
3232

0 commit comments

Comments
 (0)