Giter Club home page Giter Club logo

playerframework's Introduction

playerframework

Clone of https://playerframework.codeplex.com to make it compatible with the latest changes introduced in the Win10 anniversay update.

With the anniversady update if you start a live stream using

player.source = new Uri("");

It'll never get disposed and therefore it won't stop downloading chunks....

The solucion is to use the method SetPlaybackSource introduced in the Mediaplayer with the anniversay update:

var mediaSource = MediaSource.CreateFromUri(new Uri(LoadUri.Text));
mediaElement.SetPlaybackSource(mediaSource);

But because this is not supported in the original player framework, I've updated it to support it:

var mediaSource = MediaSource.CreateFromUri(new Uri("http://demo-ss-vod.zahs.tv/exodus.ism/Manifest"));
player.SetMediaStreamSource(mediaSource);

How to build it:

run: BuildSDKs.Win10.bat in the Build.Vsix

playerframework's People

Contributors

ianisms avatar jmvillagra avatar marshaun avatar msjogren avatar timgreenfield avatar villagra avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

houzvicka

playerframework's Issues

Video failed to play

I am trying to migrate from Silverlight to UWP. Cornerstone of the project is playing Smooth Streaming videos.

What have I done:

  1. installed Universal Smooth Streaming Client SDK (VS extension for VS 2017)
  2. added ref to it
  3. added ref to Visual C++ 2015 runtime
  4. installed Villagra PlayerFramework.Core
  5. added ref to it
  6. added to a page: xmlns:p="using:Microsoft.PlayerFramework"
  7. added <p:MediaPlayer Source="http://localhost/ElephantsDream.ism/Manifest" />
  8. got Video Failed to Play
    (the video is 100% reliable as used in tests for several years)

any help will be appreciated

image

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.