c# - UWP Windows 10 app - Smooth Streaming support -


i looking port silverlight app uwp windows 10 app. read lot of blogs saying possible play smooth streaming videos in uwp, long can see - mediaelement , mediaplayerelement support adaptive streaming not smooth streaming (microsoft implementation of adaptive streaming).

this article: https://docs.microsoft.com/en-us/azure/media-services/media-services-deliver-content-overview lists variations of adaptive streaming video formats.

(in practical terms) - smooth streaming video can accessed url http://server/video.ism/manifest - , throws exception when use in adaptivemediasource.createfromuriasync while other formats apple hls (http://server/video.ism/manifest(format=m3u8-aapl-v3)) works fine.

so question - there simple way play reliably microsoft smooth streaming in uwp app? [i have thousands of videos encoded in ss format , there no go unless can play them]

is there simple way play reliably microsoft smooth streaming in uwp app

according adaptive streaming playready,

smooth streaming not supported natively; however, playready extensible , using additional code or libraries, playready-protected smooth streaming can supported, leveraging software or hardware drm (digital rights management).

it seems smooth stream not supported, if want play smooth stream may need additional library microsoft universal smooth streaming client sdk. , there sample can reference.

additionally, recommend upgrade smooth stream videos dash.


Comments

Popular posts from this blog

php - Permission denied. Laravel linux server -

google bigquery - Delta between query execution time and Java query call to finish -

python - Pandas two dataframes multiplication? -