LinearChannel

Prev Next

Field

Max Occurs

Required

Attributes

Description

Example

gmrss:durableAppId

1

yes

Our app's X1 user-friendly app identifier, should represent the specific app where this content is intended to be played. Identifier of the OTT app the content is contained in. It is required for X1 integration.

<gmrss:durableAppId>Peacock</gmrss:durableAppId>

gmrss:nativeId

1

yes

· provider: required, provider of the id and id namespace. Consult the Merlin team to make sure the provider specified is configured for OpenIngest.· namespace: optional, namespace where the id is unique – within Merlin this is concatenated together with the value to form a guid such as "watchable:12345". This should be used if multiple ID spaces exist within the same provider to guarantee uniqueness.

Used to create or update linear entity associated with the current item.

<gmrss:nativeId provider="XUMO" namespace="XUMO">XumoUS</gmrss:nativeId>

gmrss:stationReference

1

yes

· provider: required, provider of the station ID· namespace: optional, namespace where the id is unique – within Merlin this is concatenated together with the value to form a guid such as "watchable:12345". This should be used if multiple ID spaces exist within the same provider to guarantee uniqueness.

A reference to a station using provider and provider's native id. Namespace will be ignored.

<gmrss:stationReference provider="XUMO" namespace="XUMO">9999340</gmrss:stationReference>

gmrss:channelLineupReference

1

yes

· provider: required, provider of the channelLineup· namespace: optional, namespace where the id is unique – within Merlin this is concatenated together with the value to form a guid such as "watchable:12345". This should be used if multiple ID spaces exist within the same provider to guarantee uniqueness.

A reference to a ChannelLineup using provider and provider's native id

<gmrss:channelLineupReference provider="XUMO" namespace="XUMO">Xumo National</gmrss:channelLineupReference>

gmrss:callSign

1

yes

On screen identifier for this channel

<gmrss:callSign>XFOOD</gmrss:callSign>

gmrss:number

1

yes

Channel number

<gmrss:number>9999340</gmrss:number>

Sample

<gmrss:linearChannel>
    <gmrss:durableAppId>xumo</gmrss:durableAppId>       
    <gmrss:nativeId provider="XUMO" namespace="XUMO">XumoNational-9999340</gmrss:nativeId>

    <gmrss:channelLineupReference provider="XUMO" namespace="XUMO">Xumo National</gmrss:channelLineupReference>
    <gmrss:stationReference provider="XUMO" namespace="XUMO">9999340</gmrss:stationReference>

    <gmrss:number>9999340</gmrss:number>
    <gmrss:callSign>XFOOD</gmrss:callSign>
</gmrss:linearChannel>