Author Topic: Project VLC  (Read 10995 times)

niz23

  • Guru
  • ****
  • Posts: 361
    • View Profile
Re: Project VLC
« Reply #15 on: July 30, 2010, 11:23:04 pm »
I´ll add my two cents to this thread.
Instead of focus in vlc, gstreamer etc.

Why not look at libplayer.
It´s a generic player library that abstracts the inner working of xine, mplayer, vlc and gstreamer into one api.
Having such a solution will make it very easy to use another player engine if one wants.
Or have several libplayer devices running with different audio/video render engines.

/niz23

tschak909

  • LinuxMCE God
  • ****
  • Posts: 5549
  • DOES work for LinuxMCE.
    • View Profile
Re: Project VLC
« Reply #16 on: July 30, 2010, 11:41:05 pm »
I'm up for any and all investigation. The code base is modular. :)

-Thom

Marie.O

  • Administrator
  • LinuxMCE God
  • *****
  • Posts: 3675
  • Wastes Life On LinuxMCE Since 2007
    • View Profile
    • My Home
Re: Project VLC
« Reply #17 on: July 31, 2010, 12:07:17 am »
Why not look at libplayer.
It´s a generic player library that abstracts the inner working of xine, mplayer, vlc and gstreamer into one api.

Media_Plugin is a generic player library that abstracts the inner working of any player that someone wants to add to the mix into one API...