Playing HLS (m3u8 playlist) on Windows Phone 8.1

前端 未结 3 582
余生分开走
余生分开走 2020-12-21 06:51

A friend and I have tried to get the video player on Windows Phone 8.1 to play a m3u8 stream, but we\'ve been unavailable to succeed.

What we\'ve tried:

We\

3条回答
  •  Happy的楠姐
    2020-12-21 07:13

    Download the player framework, consume the following DLL's:

    DLL's to consume

    Add the player to your xaml:

    xmlns:mmppf="using:Microsoft.PlayerFramework"
    xmlns:smmedia="using:SM.Media.MediaPlayer"
    
     
                
                    
                
    
            
    

    Then set your stream VIA code - or XAML if the URL never changes.

提交回复
热议问题