Is there an opensource web based media player which can play all video formats,podcasts ,ppt slideshow and word doc presentation? [closed]

StackOverflow https://stackoverflow.com/questions/1270129

  •  13-09-2019
  •  | 
  •  

Question

Is there any open source, Flash- or Javascript-based media player which can play all video formats (like youtube) and pdf slide presentation (like scribd)? Is there any media player that can do both? Thanks in advance.

Was it helpful?

Solution

You can relatively easily find movie players (i.e. flowplayer). But they don't play arbitrary video formats, but usually flv, to which you will have to convert your movies with some tool like ffmpeg or mencoder.

Pdf is a totally different story. Scribd behind the scenes uses pdf to jpeg (or some other image format) converter and then has just image viewer in flash. You can try to use imagemagick to convert your pdf to images and then use any of existing image viwer. Say simpleviewer.

So far there is no one-size-fits-all player for those formats.

OTHER TIPS

Checkout VLC. It supports a host of video/audio formats and has browser plugins. Not sure if it can open PDF files, though!

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top