Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何使用 Windows Media Player 组件在 Visual Basic 中播放 rtsp:// 视频?我已将组件添加到表单并将视频路径设置为 URL,但它不起作用。
也许 WMP 根本不支持您的流类型。
要检查您的播放器是否支持您的流,只需打开媒体播放器,按 Ctrl+U,然后在此处输入您的 rtsp URL。稍等片刻,如果没有播放,那么
1)您使用了旧的 WMP 组件。尝试找到更新的组件并使用它。2)找到K-Lite Codec Pack等编解码器,然后重试。我想这对你很有帮助。祝你好运 ;)