Update and rename 048-.md to 048-VLC RTSP网络串流播放失败.md

This commit is contained in:
ls-Brynn
2021-07-30 17:55:13 +08:00
committed by GitHub
parent 86b675d8b1
commit aaa1003121
2 changed files with 22 additions and 1 deletions

View File

@@ -1 +0,0 @@
#

View File

@@ -0,0 +1,22 @@
# VLC RTSP网络串流播放失败
## 问题描述:
VLC播放RTSP网络串流失败没有音视及图像。用wireshark网络抓包分析发现网络Socket异常中断初步分析是RTSP协议TCP/UDP问题。
![image](https://user-images.githubusercontent.com/87458342/127636119-5c5e5799-a696-4df6-93e1-f2356f78073f.png)
## 解决方法:
* 1. 打开VLC工具->偏好设置
* 2. 输入/编解码器->RTP over RTSP(TCP)->保存退出
![image](https://user-images.githubusercontent.com/87458342/127636154-50db5cd7-89d8-4464-9853-c5f6b041778c.png)
![image](https://user-images.githubusercontent.com/87458342/127636176-3b56d314-89e3-4607-8c7a-d9888dc1dc10.png)
## 解决效果:
VLC能正常播放RTSP网络串流再次wireshark网络抓包效果如图
![image](https://user-images.githubusercontent.com/87458342/127636218-9a7d4fe1-475e-48a2-b86c-4aece21c4a55.png)