How does a media player work?

nishcom
@nishcom-cRSnZs • Oct 26, 2024

Dear freinds,
I would be very thankful of you if u can please tell me that how does a media player works....................and if i wan't to develop my own media player which language is best for that......... i m concerned about windows platform.
thank you.

Replies

Welcome, guest

Join CrazyEngineers to reply, ask questions, and participate in conversations.

CrazyEngineers powered by Jatra Community Platform

  • gohm

    @gohm-F3UUpP Sep 10, 2008

    Great question, can wait to read the responses from those in tech.

  • niraj.kumar

    @nirajkumar-6nokRG Sep 11, 2008

    meee to looking 4 reply on this topic ... any work have worked on this ??

  • Kaustubh Katdare

    @thebigk Sep 11, 2008

    Niraj - please note that SMS text is not allowed on CE Forums.

  • karthie

    @karthie-UlD8ye Oct 21, 2008

    Hi..
    I think you can create your own media player by using flash.... Action Script 3 will support to develop the media player...

  • xero

    @xero-28ehVN Oct 21, 2008

    Now since your concern is a windows platform, I think its better to go with C++ as your development platform. Now you don't need to think deep into "media playing" as such. Windows API can do this trick for you 😀

    The current windows media player is based on windows API. So you can find a lot of tutorials on it.

    All you have to do is focus on creating the interface 😀