Background
The HTTP Live Streaming (HLS) streaming mode allows a single remote client to pull down HLS segments from a T-RAX Encoder card.
- HLS segments are not pushed to a remote destination or remote streaming server, they are only made available for a client to pull down.
- The T-RAX Encoder is not intended to act as or substitute for a streaming server handling multiple simultaneous clients.
The T-RAX has a single external IP address that is assigned to the Controller Card.
Each encoder card or decoder card has a unique, internal, private IP address that is assigned to it based on which slot it's inserted into in the T-RAX chassis.
These internal, private addresses for the codec cards are not displayed in the T-RAX web user interface (web UI) and cannot be modified by the user.
Ports on the external IP address of the T-RAX controller card are transparently mapped to the internal private IP addresses and separate internal listening ports on the codec cards inside the T-RAX chassis.
This external port mapping is configured in the Cards > Port Mapping menu in the T-RAX web UI.
The default ports used for serving HLS segments and an example URI for each Encoder Card slot is shown below.
HLS Configuration
The default external ports for HLS streaming are listed below:
T-RAX Card Slot | Default External Port | Example URI |
1 | 9811 | http://t-rax.ip.address :9811/stream.m3u8 |
2 | 9812 | http://t-rax.ip.address :9812/stream.m3u8 |
3 | 9813 | http://t-rax.ip.address :9813/stream.m3u8 |
4 | 9814 | http://t-rax.ip.address :9814/stream.m3u8 |
5 | 9815 | http://t-rax.ip.address :9815/stream.m3u8 |
6 | 9816 | http://t-rax.ip.address :9816/stream.m3u8 |
7 | 9817 | http://t-rax.ip.address :9817/stream.m3u8 |
8 | 9818 | http://t-rax.ip.address :9818/stream.m3u8 |
Replace t-rax.ip.address
with the actual external IP address of the T-RAX controller card. Make sure to note the changed port for each specific card slot.
Applies to:
T-RAX Controller Card
T-RAX Encoder Card
T-RAX Decoder Card
Comments
0 comments
Article is closed for comments.