Skip to content

Commit 9782eaa

Browse files
authored
Merge pull request SkylineCommunications#334 from andrea-ivkovic-skyline/main
Added driver help page for Telestream Lightspeed Live Stream
2 parents d267275 + 3939cb1 commit 9782eaa

File tree

2 files changed

+65
-0
lines changed

2 files changed

+65
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
---
2+
uid: Connector_help_Telestream_Lightspeed_Live_Stream
3+
---
4+
5+
# Telestream Lightspeed Live Stream
6+
7+
Telestream Lightspeed Live Stream is an enterprise-class live streaming system. It can ingest, encode, package, and deploy multiple sources to multiple destinations. Lightspeed Live Stream allows quality and adaptive bitrate encoding of SD, HD, and UHD sources into AVC (H.264) and HEVC (H.265).
8+
9+
## About
10+
11+
### Version Info
12+
13+
| Range | Features | Based on | System Impact |
14+
|--------------------------------------|-------------------------------------------------------|----------|---------------|
15+
| 1.0.0.x [**Obsolete - see 1.0.1.x**] | Initial version. | - | - |
16+
| 1.0.1.x [SLC Main] | New version because of invalid connector development. | - | - |
17+
18+
### Product Info
19+
20+
| Range | Supported Firmware |
21+
|---------|--------------------|
22+
| 1.0.0.x | - |
23+
| 1.0.1.x | - |
24+
25+
### System Info
26+
27+
| Range | DCF Integration | Cassandra Compliant | Linked Components | Exported Components |
28+
|---------|-----------------|---------------------|-------------------|---------------------|
29+
| 1.0.0.x | No | Yes | - | |
30+
| 1.0.1.x | No | Yes | - | |
31+
32+
## Configuration
33+
34+
### Connections
35+
36+
#### HTTP Connection
37+
38+
This connector uses an HTTP connection and requires the following input during element creation:
39+
40+
HTTP CONNECTION:
41+
42+
- **IP address/host**: The polling IP or URL of the destination.
43+
- **IP port**: The IP port of the destination (default: *8089*).
44+
45+
### Initialization
46+
47+
To be able to log in, specify the **API token** on the **Authentication** page.
48+
49+
### Web Interface
50+
51+
The web interface is only accessible when the client machine has network access to the product. To access the web interface, the default port 8089 is used. You can modify this by setting a different port with the **Live Stream Web Application Port** parameter.
52+
53+
## How to use
54+
55+
On the **General** page, the **Machines** table provides an overview of all available Live Stream servers.
56+
57+
A table listing sources can be found on the **Sources** page. Similarly, you can find a table listing encoders on the **Encoders** page, and a table listing packages on the **Packages** page. The **Encoders** page also contains a **Streams** tables, and the **Packages** page a **Variants** table.
58+
59+
**Channels**, **Channel Source**, and **Streaming Destinations** tables can be found on the **Channels** page. This page also contains a page button to the **Channels Overview** subpage.
60+
61+
## Notes
62+
63+
For certain requests, a 404 response is expected to be received. This will for example occur for requests to retrieve a certain channel's health information.

connector/toc.yml

+2
Original file line numberDiff line numberDiff line change
@@ -8914,6 +8914,8 @@
89148914
items:
89158915
- name: Telestream Inspect 2110
89168916
topicUid: Connector_help_Telestream_Inspect_2110
8917+
- name: Telestream Lightspeed Live Stream
8918+
topicUid: Connector_help_Telestream_Lightspeed_Live_Stream
89178919
- name: Telestream OptiQ
89188920
topicUid: Connector_help_Telestream_OptiQ
89198921
- name: Telestream SPG9000

0 commit comments

Comments
 (0)