Darwin Streaming Server 不提供内容
我在 Debian 上使用 Darwin Streaming 服务器 5.5.5 时遇到问题。 例如,当我尝试打开一些流时。 rtsp://sample.com/sample_100kbit.mp4 播放器报告无法加载流并中断连接。 “访问历史记录”部分报告已请求文件,因此,至少初始连接正常工作,但仅此而已。
可能出现什么问题以及需要检查什么?
I have problems with Darwin Streaming server 5.5.5 on Debian.
When i'm trying to open some stream, for ex. rtsp://sample.com/sample_100kbit.mp4 player reports it can't load stream and breaks connection.
"Access History" section reports file was requested, so, at least initial connection is working, but nothing more.
What can be wrong and what to check?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您使用什么客户端来流式传输文件?如果您使用 VLC,您可以获得可能有助于解决问题的其他消息信息。另一件事是检查客户端是否收到了任何应记录在访问历史日志中的数据包。
可能的问题包括:
您可以尝试继续进行故障排除的其他操作:
What client are you using to stream the file? If you are using VLC, you can get additional messages information that may help answer the problem. The other thing is to check whether the client has received any packets this should be in the access history log.
Possible problems include:
Additional things that you can attempt to continue troubleshooting:
如果 DSS 和客户端之间存在 NAT,并且客户端通过 UDP 传输请求内容,则客户端无法获取内容,因为 DSS 不支持 NAT 穿越。
可能的解决方案:
1. 使用TCP传输,不受NAT影响。
2.还可以在DSS中添加NAT支持,并不复杂。
If there is NAT between DSS and the client, and the client is requesting content via UDP transport, the client could not get the content since DSS doesn't support NAT traversal.
Possible solutions:
1. Use TCP transport, which is not affected by NAT.
2. You can also add NAT support in DSS, not complex.