Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion products/stream/src/content/captions-subtitles/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
order: 4
---

# Captions and Subtitles
# Captions and subtitles

Adding captions and subtitles to your video library.

Expand Down
2 changes: 1 addition & 1 deletion products/stream/src/content/direct-user-uploads/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
order: 5
---

# Direct User Uploads
# Direct user uploads

Direct uploads allow users to upload videos without API keys. A common place to
use direct uploads is on web apps, client side applications, or on mobile devices
Expand Down
2 changes: 1 addition & 1 deletion products/stream/src/content/recipes/custom-player-ui.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Building a Custom UI
# Building a custom UI

You can build a custom user interface on top of the Stream player. Here is a simple recipe to build a player with a simple play/pause button overlay and no other controls.

Expand Down
2 changes: 1 addition & 1 deletion products/stream/src/content/recipes/javascript-api.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Using the Javascript API
# Using the JavaScript API

Stream Player implements the HTML5 `<video>` element API so you can customize the player using Javascript. Using the standard `<video>` element functions, you can play, pause, mute videos, adjust the player volume and seek throughout the video playhead position.
You can also add event listeners that will run in response to player events, such as a player state change or a video playback quality change. The stream element supports majority of the [HTML5 Video API](https://www.w3schools.com/tags/ref_av_dom.asp), which contains a wide range of events throughout the player lifecycle.
Expand Down
2 changes: 1 addition & 1 deletion products/stream/src/content/security/access-rules.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Video Access Control
# Video access control

Video Access Control allow you to define Rules to have finer-grained control over your content than signed URL tokens alone. They are primarily aimed at making tokens conditionally valid based on user information. Access Rules are specified on token payloads as the `accessRules` property containing an array of `Rule` objects.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Security Considerations
# Security considerations

## Limiting Where Videos Can Be Embedded

Expand Down