Portfolio
Back to projects

Python MP4 Media Player

Built a custom MP4 player in Python and integrated it within a modular microservices project.

Problem

The project required dependable media playback while coordinating distributed services built by multiple contributors.

Solution

Implemented a Python-based player and collaborated on service integration to deliver a unified, functional application.

Architecture

  • Modular player implementation focused on MP4 playback behavior.
  • Microservice boundaries separating playback and supporting service concerns.
  • Integration workflow validating communication between distributed services.

Tech Stack

PythonMicroservices