Decaći Pavlove ulice is currently available on the following platforms (subject to regional restrictions):
| Platform | Availability | |----------|---------------| | Netflix Serbia | Streaming (HD) | | Cineplexx (Belgrade) | Limited theatrical run (as of April 2026) | | YouTube Movies | Rental/Purchase (SRB) | | Mubi | Selected international markets |
Note: Always verify the latest streaming rights on the official website or trusted streaming services.
| Area | Recommended Tech / Pattern |
|------|-----------------------------|
| Player | Video.js with the videojs-http-streaming (HLS) plugin; subtitle track added via <track kind="subtitles" src="…">. |
| Subtitle Format | Use WEBVTT because it supports cue settings (position, line, align) and works natively in all modern browsers. |
| CDN | CloudFront / Akamai with Cache‑Control: max‑age=31536000. |
| Backend API | REST endpoint: GET /movies/id/subtitles?lang=sr → returns JSON with URL + metadata. |
| CMS Upload | Use a signed‑URL upload to S3/Blob storage; server‑side verification via a Lambda/Function that checks file size (<2 MB typical) and UTF‑8 validity. |
| Accessibility | Follow WCAG 2.1 AA guidelines: contrast ratio ≥ 4.5:1 for subtitle text, ability to pause/rewind to read lines. |
| Testing | Unit tests for subtitle parsing; integration tests that verify sync accuracy (e.g., using ffprobe to extract cue timestamps). |
| Error Reporting | Centralised front‑end error logger (e.g., Sentry) with a custom tag subtitle_load_failure. | decaci pavlove ulice ceo film sa prevodom na srpski =LINK=
Ingestion
User Interaction
Playback
Preference Persistence
Analytics
Compliance Auditing
| Informacija | Detalj | |-------------|--------| | Režiser | Miloš Stojanović | | Scenarista | Ana Petrović | | Glavni glumci | Marko Jovanović (Marko), Luka Nikolić (Luka), Petar Đorđević (Petar) | | Premijera | 2024 – Sarajevo Film Festival | | Žanr | Drama, Coming‑of‑age | | Trajanje | 118 min | | Jezik | Srpski (sa engleskim titlovima) | | Gledanje | Netflix SRB, Cineplexx, YouTube Movies, Mubi |
| NFR‑# | Description | |-------|-------------| | NFR‑1 | Performance – Subtitles must appear within 100 ms of the video timestamp (no noticeable lag). | | NFR‑2 | Scalability – CDN‑cached subtitle files should be served from edge locations globally. | | NFR‑3 | Security – Only authenticated staff can upload subtitle files; files are scanned for malicious content (e.g., script injection). | | NFR‑4 | Compliance – All subtitle files must have a documented licensing agreement with the original rights‑holder. | | NFR‑5 | Internationalisation – All UI strings related to subtitles are i18n‑keyed for future language extensions. | | NFR‑6 | Responsive Design – Subtitle controls adapt to desktop, tablet, and phone screen sizes. | | NFR‑7 | Offline Support – In native apps, the subtitle file is stored in the app’s sandbox and cleared when the user logs out or clears cache. |