Skip to content

Commit 1203c4a

Browse files
committed
removed tricaster
1 parent 853aa7b commit 1203c4a

10 files changed

+8
-185
lines changed

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51144,6 +51144,11 @@
5114451144
"source_path": "articles/healthcare-apis/configure-local-rbac.md",
5114551145
"redirect_url": "/azure/healthcare-apis/azure-api-for-fhir-additional-settings",
5114651146
"redirect_document_id": false
51147+
},
51148+
{
51149+
"source_path": "articles/media-services/previous/media-services-configure-tricaster-live-encoder.md",
51150+
"redirect_url": "/azure/media-services",
51151+
"redirect_document_id": false
5114751152
}
5114851153
]
5114951154
}

articles/media-services/latest/recommended-on-premises-live-encoders.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ When streaming via RTMPS, check firewall and/or proxy settings to confirm that o
6363
- Telestream Wirecast (version 13.0.2 or higher due to the TLS 1.2 requirement)
6464
- Telestream Wirecast S (only RTMP is supported)
6565
- Teradek Slice 756
66-
- TriCaster 8000
6766
- VMIX
6867
- xStream
6968
- [Ffmpeg](https://www.ffmpeg.org)

articles/media-services/previous/TOC.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,8 +257,6 @@
257257
items:
258258
- name: Haivision KB encoder
259259
href: media-services-configure-kb-live-encoder.md
260-
- name: NewTek TriCaster encoder
261-
href: media-services-configure-tricaster-live-encoder.md
262260
- name: Wirecast encoder
263261
href: media-services-configure-wirecast-live-encoder.md
264262
- name: Handle long-running operations

articles/media-services/previous/media-services-concepts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ For information about supported encoders, see [Encoders](media-services-encode-a
107107
## Live Streaming
108108
In Azure Media Services, a Channel represents a pipeline for processing live streaming content. A Channel receives live input streams in one of two ways:
109109

110-
* An on-premises live encoder sends multi-bitrate RTMP or Smooth Streaming (Fragmented MP4) to the Channel. You can use the following live encoders that output multi-bitrate Smooth Streaming: MediaExcel, Ateme, Imagine Communications, Envivio, Cisco and Elemental. The following live encoders output RTMP: Adobe Flash Live Encoder, [Telestream Wirecast](media-services-configure-wirecast-live-encoder.md), Teradek, Haivision and Tricaster encoders. The ingested streams pass through Channels without any further transcoding and encoding. When requested, Media Services delivers the stream to customers.
110+
* An on-premises live encoder sends multi-bitrate RTMP or Smooth Streaming (Fragmented MP4) to the Channel. You can use the following live encoders that output multi-bitrate Smooth Streaming: MediaExcel, Ateme, Imagine Communications, Envivio, Cisco and Elemental. The following live encoders output RTMP: Adobe Flash Live Encoder, [Telestream Wirecast](media-services-configure-wirecast-live-encoder.md), Teradek, Haivision encoders. The ingested streams pass through Channels without any further transcoding and encoding. When requested, Media Services delivers the stream to customers.
111111
* A single bitrate stream (in one of the following formats: RTMP, or Smooth Streaming (Fragmented MP4)) is sent to the Channel that is enabled to perform live encoding with Media Services. The Channel then performs live encoding of the incoming single bitrate stream to a multi-bitrate (adaptive) video stream. When requested, Media Services delivers the stream to customers.
112112

113113
### Channel

articles/media-services/previous/media-services-configure-kb-live-encoder.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ ms.author: juliako
1919
# Use the Haivision KB live encoder to send a single bitrate live stream
2020
> [!div class="op_single_selector"]
2121
> * [Haivision](media-services-configure-kb-live-encoder.md)
22-
> * [Tricaster](media-services-configure-tricaster-live-encoder.md)
2322
> * [Wirecast](media-services-configure-wirecast-live-encoder.md)
2423
2524
This topic shows how to configure the [Havision KB live encoder](https://www.haivision.com/products/kb-series/) encoder to send a single bitrate stream to AMS channels that are enabled for live encoding. For more information, see [Working with Channels that are Enabled to Perform Live Encoding with Azure Media Services](media-services-manage-live-encoder-enabled-channels.md).

articles/media-services/previous/media-services-configure-tricaster-live-encoder.md

Lines changed: 0 additions & 173 deletions
This file was deleted.

articles/media-services/previous/media-services-configure-wirecast-live-encoder.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ ms.reviewer: cenkdin;anilmur
2121
# Use the Wirecast encoder to send a single bitrate live stream
2222
> [!div class="op_single_selector"]
2323
> * [Wirecast](media-services-configure-wirecast-live-encoder.md)
24-
> * [Tricaster](media-services-configure-tricaster-live-encoder.md)
25-
>
2624
>
2725
2826
This article shows how to configure the [Telestream Wirecast](https://www.telestream.net/wirecast/overview.htm) live encoder to send a single bitrate stream to AMS channels that are enabled for live encoding. For more information, see [Working with Channels that are Enabled to Perform Live Encoding with Azure Media Services](media-services-manage-live-encoder-enabled-channels.md).

articles/media-services/previous/media-services-live-encoders-overview.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@ For information on how to configure the [Haivision KB Encoder](https://www.haivi
2929
## Telestream Wirecast
3030
For information on how to configure the [Telestream Wirecast](https://www.telestream.net/wirecast/overview.htm) encoder to send a single bitrate live stream to an AMS Channel, see [Configuring Wirecast](media-services-configure-wirecast-live-encoder.md).
3131

32-
## NewTek TriCaster
33-
For information on how to configure the [Tricaster](https://newtek.com/products/tricaster-40.html) encoder to send a single bitrate live stream to an AMS Channel, see [Configuring Tricaster](media-services-configure-tricaster-live-encoder.md).
34-
3532
## Elemental Live
3633
For more information, see [Elemental Live](https://www.elementaltechnologies.com/products/elemental-live).
3734

articles/media-services/previous/media-services-manage-channels-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ In Azure Media Services, **Channels**, **Programs**, and **StreamingEndpoints**
5151

5252
A **Channel** represents a pipeline for processing live streaming content. A Channel can receive a live input streams in the following ways:
5353

54-
* An on-premises live encoder sends multi-bitrate **RTMP** or **Smooth Streaming** (fragmented MP4) to the Channel that is configured for **pass-through** delivery. The **pass-through** delivery is when the ingested streams pass through **Channel**s without any further processing. You can use the following live encoders that output multi-bitrate Smooth Streaming: MediaExcel, Ateme, Imagine Communications, Envivio, Cisco and Elemental. The following live encoders output RTMP: Telestream Wirecast, Haivision, Teradek, and Tricaster transcoders. A live encoder can also send a single bitrate stream to a channel that is not enabled for live encoding, but that is not recommended. When requested, Media Services delivers the stream to customers.
54+
* An on-premises live encoder sends multi-bitrate **RTMP** or **Smooth Streaming** (fragmented MP4) to the Channel that is configured for **pass-through** delivery. The **pass-through** delivery is when the ingested streams pass through **Channel**s without any further processing. You can use the following live encoders that output multi-bitrate Smooth Streaming: MediaExcel, Ateme, Imagine Communications, Envivio, Cisco and Elemental. The following live encoders output RTMP: Telestream Wirecast, Haivision, Teradek transcoders. A live encoder can also send a single bitrate stream to a channel that is not enabled for live encoding, but that is not recommended. When requested, Media Services delivers the stream to customers.
5555

5656
> [!NOTE]
5757
> Using a pass-through method is the most economical way to do live streaming when you are doing multiple events over a long period of time, and you have already invested in on-premises encoders. See [pricing](https://azure.microsoft.com/pricing/details/media-services/) details.

articles/media-services/previous/media-services-manage-live-encoder-enabled-channels.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ ms.reviewer: juliako
2727
In Azure Media Services (AMS), a **Channel** represents a pipeline for processing live streaming content. A **Channel** receives live input streams in one of two ways:
2828

2929
* An on-premises live encoder sends a single-bitrate stream to the Channel that is enabled to perform live encoding with Media Services in one of the following formats: RTMP or Smooth Streaming (Fragmented MP4). The Channel then performs live encoding of the incoming single bitrate stream to a multi-bitrate (adaptive) video stream. When requested, Media Services delivers the stream to customers.
30-
* An on-premises live encoder sends a multi-bitrate **RTMP** or **Smooth Streaming** (Fragmented MP4) to the Channel that is not enabled to perform live encoding with AMS. The ingested streams pass through **Channel**s without any further processing. This method is called **pass-through**. You can use the following live encoders that output multi-bitrate Smooth Streaming: MediaExcel, Ateme, Imagine Communications, Envivio, Cisco and Elemental. The following live encoders output RTMP: [Telestream Wirecast](media-services-configure-wirecast-live-encoder.md), Haivision, Teradek and Tricaster encoders. A live encoder can also send a single bitrate stream to a channel that is not enabled for live encoding, but that is not recommended. When requested, Media Services delivers the stream to customers.
30+
* An on-premises live encoder sends a multi-bitrate **RTMP** or **Smooth Streaming** (Fragmented MP4) to the Channel that is not enabled to perform live encoding with AMS. The ingested streams pass through **Channel**s without any further processing. This method is called **pass-through**. You can use the following live encoders that output multi-bitrate Smooth Streaming: MediaExcel, Ateme, Imagine Communications, Envivio, Cisco and Elemental. The following live encoders output RTMP: [Telestream Wirecast](media-services-configure-wirecast-live-encoder.md), Haivision, Teradek encoders. A live encoder can also send a single bitrate stream to a channel that is not enabled for live encoding, but that is not recommended. When requested, Media Services delivers the stream to customers.
3131

3232
> [!NOTE]
3333
> Using a pass-through method is the most economical way to do live streaming.

0 commit comments

Comments
 (0)