0

Can videojs play videos coverted by Google Swiffy?

heff
  • 3,171
  • 1
  • 20
  • 21
Homer
  • 7,594
  • 14
  • 69
  • 109

1 Answers1

2

As the creator of Video.js, I highly doubt it. Video.js takes the source file URL and passes it to the playback technology (HTML5/Flash/YouTube player), and requires the playback tech to have an API for controlling the video. So unless you can take the result of Swiffy and use it as the source of a video tag, then the answer is no.

heff
  • 3,171
  • 1
  • 20
  • 21