+ 12

Where can I find source code of VLC media player or any other media player for studying purpose?

I'm about to delve deep into more pragmatic usage of C++, so I'm looking for any popular app's source code for learning purpose.

31st Aug 2018, 3:01 PM
Byk
10 Answers
+ 8
I found it on the link below. I'm trying to mimic methods and making my own media player. isn't it cool? https://www.videolan.org/vlc/download-sources.html
5th Sep 2018, 4:37 AM
Byk
+ 7
Johan Vitssel #Telegram yes
5th Sep 2018, 4:59 AM
Byk
+ 6
@Blu10101
5th Sep 2018, 9:49 AM
Byk
+ 3
Here is VLC player git repository: https://code.videolan.org/videolan/vlc-android Hope this helps.
31st Aug 2018, 3:25 PM
Fahad Ahmad
Fahad Ahmad - avatar
+ 2
They're open source, and when you visit their home page (https://www.videolan.org/), the official Sources link is included in their Downloads. If you practice "trying the vendor" for others, you may find some pleasant surprises. For example, if you navigate this path, you'll find out they have a Developer's website, wiki, forums, mailing lists and IRC.
31st Aug 2018, 3:32 PM
Kirk Schafer
Kirk Schafer - avatar
+ 2
Fahad Ahmad interesting find; the more prominent links on VideoLAN's site mostly lead to FTP and (in the wiki) git instructions: https://wiki.videolan.org/Git -- but not apparently to that repository.
31st Aug 2018, 4:09 PM
Kirk Schafer
Kirk Schafer - avatar
+ 1
Kirk Schafer That's strange, isn't it?
31st Aug 2018, 4:13 PM
Fahad Ahmad
Fahad Ahmad - avatar
0
Johan Vitssel What? Nothin related to the topic.
3rd Sep 2018, 5:33 PM
Fahad Ahmad
Fahad Ahmad - avatar
0
You can find the source code for VLC Media Player and other popular media players by visiting the following platforms: 1. **VLC Media Player:** * **GitHub Repository:** The source code for VLC is hosted on GitHub, and you can access it here: [VLC GitHub](https://github.com/videolan/vlc) * **Official Website:** You can also visit the official site for more detailed instructions on building VLC from source: [VLC You can find the source code for VLC Media Player and other popular media players by visiting the following platforms: 1. **VLC Media Player:** * **GitHub Repository:** The source code for VLC is hosted on GitHub, and you can access it here: [VLC GitHub](https://github.com/videolan/vlc) * **Official Website:** You can also visit the official site for more detailed instructions on building VLC from source: [VLC Developer Page](https://www.videolan.org/developers/) 2. **Other Media Players:** * **MPV Media Player:** The MPV player, a popular open-source alternative to VLC, is available on GitHub: [MPV GitHub](https://github.com/mpv-player/mpv) * **MPlayer:** Another open-source media player is MPlayer, and you can find its source code here: [MPlayer Source](https://www.mplayerhq.hu/) * **XBMC/Kodi:** For Kodi, the popular media center software, you can find the source code on GitHub: [Kodi GitHub](https://github.com/xbmc/xbmc) These repositories are great for studying how media players are built, as they offer a comprehensive look into the architecture, coding practices, and technologies used in these applications. More visit https://spotiifyapk.com/
16th Jul 2025, 5:39 PM
spotiify apk
spotiify apk - avatar