我从wowza服务器使用了rtsp:// ***** url流,但无法播放其中的视频。我已经使用videoview和libvlc库进行了所有尝试。
Vlc给出此错误:
Microsoft (R) Build Engine version 15.8.169+g1ccb72aefa for .NET Core
Copyright (C) Microsoft Corporation. All rights reserved.
MSBUILD : error MSB1008: Only one project can be specified.
Switch: Release
For switch syntax, type "MSBuild /help"
和videoview给
Your input can't be opened:
VLC is unable to open the MRL
我还在清单文件中添加了Internet许可。
请帮帮我,如何从给定的URL播放视频。
谢谢。
答案 0 :(得分:0)
使用Exo Player播放RTSP。 Exo Player具有播放实时流视频/音频的功能。
答案 1 :(得分:0)
https://gstreamer.freedesktop.org/documentation/tutorials/android/video.html 需要进行一些设置,但只需下载教程并进行修改。绝对支持RTSP。