Commit 99e29e94f73b08e11bad8a34d0b95b4ce958baf6
1 parent
d6537f05
直播页显示直播流
Showing
1 changed file
with
7 additions
and
0 deletions
src/main/resources/templates/page/liveDetail.html
| ... | ... | @@ -116,6 +116,13 @@ |
| 116 | 116 | |
| 117 | 117 | <!-- 右侧列表展示 --> |
| 118 | 118 | <div class="col-sm-6"> |
| 119 | + <div class="form-group"> | |
| 120 | + <label for="live_title" class="control-label col-sm-2">直播流:</label> | |
| 121 | + <div class="col-sm-10"> | |
| 122 | + <h5 style="font-weight: bold;" | |
| 123 | + th:text="${live.rtmp_url}"></h5> | |
| 124 | + </div> | |
| 125 | + </div> | |
| 119 | 126 | <div class="form-group"> |
| 120 | 127 | <label for="program_id" class="control-label col-sm-2">直播活动id:</label> |
| 121 | 128 | <div class="col-sm-10"> | ... | ... |