Commit d9cfe061b9b501511f5d769f751c8ff6bbcb1bf9
1 parent
983c7c35
优化对讲释放流程
Showing
1 changed file
with
2 additions
and
0 deletions
src/main/java/com/genersoft/iot/vmp/gb28181/transmit/event/request/impl/ByeRequestProcessor.java
| ... | ... | @@ -188,6 +188,8 @@ public class ByeRequestProcessor extends SIPRequestProcessorParent implements In |
| 188 | 188 | String mediaServerId = ssrcTransaction.getMediaServerId(); |
| 189 | 189 | platformService.stopBroadcast(platform, channel, ssrcTransaction.getStream(), false, |
| 190 | 190 | mediaServerService.getOne(mediaServerId)); |
| 191 | + | |
| 192 | + playService.stopAudioBroadcast(channel.getDeviceId(), channel.getChannelId()); | |
| 191 | 193 | } |
| 192 | 194 | |
| 193 | 195 | }else { | ... | ... |