instrumentisto / medea

[Closed] Medea media server
Mozilla Public License 2.0
23 stars 3 forks source link

Video.js integration #9

Open tyranron opened 5 years ago

tyranron commented 5 years ago

@flexconstructor wrote:

Gentlemen, as part of the development of the Medea Web Client module, please draw your attention to the Video.js project. I think it makes sense to develop a browser application as a plug-in for video.js.

Motivation:

  • Today it is the most popular media player in the world (Video JS runs on over 400,000 websites);
  • Mature developer community;
  • A large number of possibilities for customizing the appearance and functionality of the player;
  • A large number of already developed skins and plug-ins.
tyranron commented 5 years ago

@flexconstructor I suppose that in the core of its capabilities Medea Web Client (maybe we can call it Jason later ? 🤔) should provide only protocol implementation/encapsulation and expose some quite raw primitives. This is vital to not restrict any possible implementations/scenarios on top of it.

But, for Video.js, I think, it's easy to provide an adapter/wrapper/binding/connector to be able to plug-in Medea Web Client into Video.js naturally.

However, this is the topic far from initial releases... maybe 0.5/0.6/0.7, or even after 1.0? Will see what we have there.