@@ -91,34 +91,35 @@ You can either use non-vanity URLs or vanity URLs.
91
91
92
92
The * random* string below is a 128-bit hex number (which is composed of 32 characters of 0-9 a-f).<br />
93
93
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.
94
95
95
96
#### Non-vanity URL
96
97
97
98
##### RTMP
98
99
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} `
103
104
104
105
##### Smooth Streaming
105
106
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}) `
108
109
109
110
#### Vanity URL
110
111
111
112
##### RTMP
112
113
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} `
117
118
118
119
##### Smooth Streaming
119
120
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}) `
122
123
123
124
## Live Event preview URL
124
125
0 commit comments