简体   繁体   English

如何在 Xamarin.forms 中播放 RTMP 服务器地址(共享)

[英]How to play RTMP server address in Xamarin.forms (Shared)

I want to play RTMP server address in Xamarin.forms (Shared), as I am a beginner and don't know much about the Xamarin.Forms(Shared).我想在Xamarin.forms(共享)中播放RTMP服务器地址,因为我是初学者,对Xamarin.Forms(共享)了解不多。 So, can anybody help in this?那么,有人可以帮忙吗? How to play a video with RTMP server address?如何播放带有RTMP服务器地址的视频?

Thanks in advance.提前致谢。

You could use LibVLCSharp to play RTMP stream您可以使用LibVLCSharp播放 RTMP 流
I am using by myself and works flawlessly easy.我自己使用,工作完美无瑕。 I had issues with ExoPlayer bindings for xamarin or MediaManager for xamarin我遇到了 xamarin 的 ExoPlayer 绑定xamarin 的MediaManager 的问题

Various Samples, which also includes xamarin.forms https://code.videolan.org/mfkl/libvlcsharp-samples各种示例,其中还包括 xamarin.forms https://code.videolan.org/mfkl/libvlcsharp-samples

For streaming you could use对于流式传输,您可以使用
https://github.com/rhedgpeth/Xamarin-Yasea https://github.com/rhedgpeth/Xamarin-Yasea

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何在 Xamarin.forms 上播放声音? - How to play sounds on Xamarin.forms? Xamarin.forms .NetStandard如何播放视频? - Xamarin.forms .NetStandard How to play a video? 如何获取在Xamarin.Forms中的wifi模块上创建的服务器(而非Web服务器)的IP地址,而不是TCP服务器 - How do you get the IP address of a server (not a webserver) but a TCP server created on a wifi module in Xamarin.Forms 如何在Xamarin.Forms中获取客户端设备的MAC地址? - How to get MAC address of a client device in Xamarin.Forms? 如何从Xamarin.Forms中的URL播放音乐? - How to play music from url in Xamarin.Forms? IOS 联系邮政地址 Xamarin.Forms - IOS contact postal address in Xamarin.Forms 如何在Xamarin.Forms中进行数据绑定 - How to databind in the Xamarin.Forms 如何在Xamarin.Forms中的Android特定页面和共享页面之间导航? - How to Navigate between Android Specific Pages and Shared Pages in Xamarin.Forms? 如何使用Xamarin.Forms的媒体插件在共享代码中实现iOS覆盖? - How to Implement an iOS Overlay in Shared Code Using the Media Plugin for Xamarin.Forms? 如何使用 Xamarin.Forms 中的 DependencyService 在共享代码中获取平台特定代码的 static 成员? - How to get static member of platform specific code in shared code using DependencyService in Xamarin.Forms?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM