Skip to content

Commit 17263a4

Browse files
authored
Merge pull request #108235 from Juliako/patch-14
Update frequently-asked-questions.md
2 parents e1eb90a + f47c9d7 commit 17263a4

File tree

3 files changed

+27
-4
lines changed

3 files changed

+27
-4
lines changed

articles/media-services/latest/frequently-asked-questions.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ editor: ''
1111
ms.service: media-services
1212
ms.workload:
1313
ms.topic: article
14-
ms.date: 03/09/2020
14+
ms.date: 03/18/2020
1515
ms.author: juliako
1616
---
1717

@@ -57,6 +57,21 @@ For details, see [Moving a Media Services account between subscriptions](media-s
5757

5858
## Live streaming
5959

60+
### How to stop the live stream after the broadcast is done?
61+
62+
You can approach it from a client side or a server side.
63+
64+
#### Client side
65+
66+
Your web application should prompt the user if they want to end the broadcast if they are closing the browser. This is a browser event that your web application can handle.
67+
68+
#### Server side
69+
70+
You can monitor live events by subscribing to Event Grid events. For more information, see the [eventgrid event schema](media-services-event-schemas.md#live-event-types).
71+
72+
* You can either [subscribe](reacting-to-media-services-events.md) to the stream level [Microsoft.Media.LiveEventEncoderDisconnected](media-services-event-schemas.md#liveeventencoderdisconnected) and monitor that no reconnections come in for a while to stop and delete your live event.
73+
* Or, you can [subscribe](reacting-to-media-services-events.md) to the track level [heartbeat](media-services-event-schemas.md#liveeventingestheartbeat) events. If all tracks have incoming bitrate dropping to 0; or the last timestamp is no longer increasing, then you can also safely shut down the live event. The heartbeat events come in at every 20 seconds for every track so it could be a little bit verbose.
74+
6075
### How to insert breaks/videos and image slates during live stream?
6176

6277
Media Services v3 live encoding does not yet support inserting video or image slates during live stream.

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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.workload: media
1313
ms.tgt_pltfrm: na
1414
ms.devlang: ne
1515
ms.topic: article
16-
ms.date: 09/30/2019
16+
ms.date: 03/18/2020
1717
ms.author: juliako
1818

1919
---
@@ -172,7 +172,11 @@ Once you have the stream flowing into the Live Event, you can begin the streamin
172172

173173
For detailed information about Live Outputs, see [Using a cloud DVR](live-event-cloud-dvr.md).
174174

175-
## Ask questions, give feedback, get updates
175+
## Frequently asked questions
176+
177+
See the [Frequently asked questions](frequently-asked-questions.md#live-streaming) article.
178+
179+
## Ask questions and get updates
176180

177181
Check out the [Azure Media Services community](media-services-community.md) article to see different ways you can ask questions, give feedback, and get updates about Media Services.
178182

articles/media-services/latest/live-streaming-overview.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.workload: media
1212
ms.tgt_pltfrm: na
1313
ms.devlang: ne
1414
ms.topic: article
15-
ms.date: 11/12/2019
15+
ms.date: 03/18/2020
1616
ms.author: juliako
1717

1818
---
@@ -115,6 +115,10 @@ The asset that the live output is archiving to, automatically becomes an on-dema
115115
- [States and billing](live-event-states-billing.md)
116116
- [Latency](live-event-latency.md)
117117

118+
## Frequently asked questions
119+
120+
See the [Frequently asked questions](frequently-asked-questions.md#live-streaming) article.
121+
118122
## Ask questions, give feedback, get updates
119123

120124
Check out the [Azure Media Services community](media-services-community.md) article to see different ways you can ask questions, give feedback, and get updates about Media Services.

0 commit comments

Comments
 (0)