anan
anan
如题,当开启评论需管理员审核功能后,在文章详情页面评论成功后;在回调里面并没有考虑这种情况 ` if(result.user != null){ avatarUrl = result.user.avatar; author = result.comment.author; }else { avatarUrl = "/templates/jpress-perfree-simple/static/img/avatar.png"; author = "匿名用户"; }` 在上述代码**author = result.comment.author;**中会报undefined错误; 建议: - 优化后台返回,即使还未审核通过,也应该让用户知晓评论成功 - 修改后台返回**comment**,并在页面友好展示(如显示为待审核) - 修改页面提示告知用户,如在上述代码之前添加:...
**Describe the bug** egress can not work whit that **there was a problem when trying to load GStreamer plugins**.. **Egress Version** **1.8.2** **Egress Request** `{"level":"info","ts":1712396430.5004838,"logger":"egress","caller":"service/service_rpc.go:60","msg":"request validated","nodeID":"NE_7VEi4x8WhXqa","clusterID":"","egressID":"EG_4RzcYzQBmrPS","requestType":"room_composite","outputType":"file","room":"测试11_1712388683245489781","request":{"RoomComposite":{"room_name":"测试11_1712388683245489781","layout":"speaker","Output":null,"Options":null,"file_outputs":[{"file_type":1,"filepath":"/data/record/{room_name}/{time}","Output":null}]}}}` **Additional context** cannot start...
### 现象描述 接入国标NVR设备,NVR下有很多通道视频,使用TCP-PASSIVE模式取流时,会出现端口逐渐不够用,无法分配新的端口,导致视频无法正常播放. ### 如何复现? 1. 设置拉流模式为TCP-PASSIVE 2. 设置[rtp_proxy] port_range=60000-61000 3. web端使用wvp-GB28181-Pro页面通过ws播放,客户端通过RTSP点播视频播放 4. 一段时间后,视频无法正常播放,提示“点播端口分配异常” 5. 查看日志也提示“Listen on :: 60666 failed: address already in use” 6. 通过ss -tuln,netstat -nplt等命令查看出端口占用情况,也发现60000-61000端口被ZM占用, 7. 开了1000个端口,同时播放的视频不可能有这么多,为什么会端口不够用呢...
**Is your feature request related to a problem? Please describe.** I have three egress service nodes, namely node1, node2, and node3. When recording is required, it will be randomly assigned...