Skip to content

Commit 0251efc

Browse files
authored
Update live-events-outputs-concept.md
1 parent 6321667 commit 0251efc

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

articles/media-services/latest/live-events-outputs-concept.md

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -91,34 +91,35 @@ You can either use non-vanity URLs or vanity URLs.
9191

9292
The *random* string below is a 128-bit hex number (which is composed of 32 characters of 0-9 a-f).<br/>
9393
The *access token* below is what you need to specify for fixed URL. It is also 128 bit hex number.
94+
The *stream name* below indicates the stream name for a specific connection.
9495

9596
#### Non-vanity URL
9697

9798
##### RTMP
9899

99-
`rtmp://<random 128bit hex string>.channel.media.azure.net:1935/<access token>`
100-
`rtmp://<random 128bit hex string>.channel.media.azure.net:1936/<access token>`
101-
`rtmps://<random 128bit hex string>.channel.media.azure.net:2935/<access token>`
102-
`rtmps://<random 128bit hex string>.channel.media.azure.net:2936/<access token>`
100+
`rtmp://<random 128bit hex string>.channel.media.azure.net:1935/live/<access token>/{stream name}`
101+
`rtmp://<random 128bit hex string>.channel.media.azure.net:1936/live/<access token>/{stream name}`
102+
`rtmps://<random 128bit hex string>.channel.media.azure.net:2935/live/<access token>/{stream name}`
103+
`rtmps://<random 128bit hex string>.channel.media.azure.net:2936/live/<access token>/{stream name}`
103104

104105
##### Smooth Streaming
105106

106-
`http://<random 128bit hex string>.channel.media.azure.net/<access token>/ingest.isml`
107-
`https://<random 128bit hex string>.channel.media.azure.net/<access token>/ingest.isml`
107+
`http://<random 128bit hex string>.channel.media.azure.net/<access token>/ingest.isml/streams({stream name})`
108+
`https://<random 128bit hex string>.channel.media.azure.net/<access token>/ingest.isml/streams({stream name})`
108109

109110
#### Vanity URL
110111

111112
##### RTMP
112113

113-
`rtmp://<live event name>-<ams account name>-<region abbrev name>.channel.media.azure.net:1935/<access token>`
114-
`rtmp://<live event name>-<ams account name>-<region abbrev name>.channel.media.azure.net:1936/<access token>`
115-
`rtmps://<live event name>-<ams account name>-<region abbrev name>.channel.media.azure.net:2935/<access token>`
116-
`rtmps://<live event name>-<ams account name>-<region abbrev name>.channel.media.azure.net:2936/<access token>`
114+
`rtmp://<live event name>-<ams account name>-<region abbrev name>.channel.media.azure.net:1935/live/<access token>/{stream name}`
115+
`rtmp://<live event name>-<ams account name>-<region abbrev name>.channel.media.azure.net:1936/live/<access token>/{stream name}`
116+
`rtmps://<live event name>-<ams account name>-<region abbrev name>.channel.media.azure.net:2935/live/<access token>/{stream name}`
117+
`rtmps://<live event name>-<ams account name>-<region abbrev name>.channel.media.azure.net:2936/live/<access token>/{stream name}`
117118

118119
##### Smooth Streaming
119120

120-
`http://<live event name>-<ams account name>-<region abbrev name>.channel.media.azure.net/<access token>/ingest.isml`
121-
`https://<live event name>-<ams account name>-<region abbrev name>.channel.media.azure.net/<access token>/ingest.isml`
121+
`http://<live event name>-<ams account name>-<region abbrev name>.channel.media.azure.net/<access token>/ingest.isml/streams({stream name})`
122+
`https://<live event name>-<ams account name>-<region abbrev name>.channel.media.azure.net/<access token>/ingest.isml/streams({stream name})`
122123

123124
## Live Event preview URL
124125

0 commit comments

Comments
 (0)