Play Audio from HTTPS

Jassim Al Rahma 1,516 Reputation points
2023-01-29T18:29:07.7266667+00:00

Hi.

How can I play an MP3 audio from HTTPS like https://www.domain.com/my.mp3 using https://github.com/jfversluis/Plugin.Maui.Audio

Thanks,

Jassim

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,833 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Wenyan Zhang (Shanghai Wicresoft Co,.Ltd.) 25,766 Reputation points Microsoft Vendor
    2023-01-30T00:11:43.1333333+00:00

    Hello,
    The link you mentioned is a third-party tool's GitHub repository, third-party tools are not supported on Q&A, you can read the README.md file to see the usage or create a new issue at their repository for further help.

    In addition, it's recommended that you try to use MediaElement with .NET MAUI Community Toolkit, which supports a URI (HTTP or HTTPS) source.
    (Tips: please pay attention to enable Toolkit in MauiProgram.cs)

    Best Regards,

    Wenyan Zhang


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentationto enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments