Add RTSP support for MediaElement on iOS #1017
Closed
omegazero2310
started this conversation in
New Feature Discussions
Replies: 2 comments 1 reply
-
@omegazero2310 why don't you use HLS streaming? Its supported by Apple (in fact invented by Apple), and is the most commonly used streaming standard - even Netflix uses it... |
Beta Was this translation helpful? Give feedback.
1 reply
-
Closed as per the Community Stand-up discussion here: https://youtu.be/N9wMcBP4jtg?t=2889 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Before MediaElement was added to the Community toolkit, I used VLC with MAUI custom control handler for my project. It just did not work so well because no official support from the library for MAUI and I need to play RTSP video live streaming on Android and iOS.
On the announcement, I can see that the new MediaElement supports RTSP video live streaming but only on Android, not iOS because the iOS underlying implement is AVPlayer.
Can we have the same RTSP support on iOS as Android did?
Beta Was this translation helpful? Give feedback.
All reactions