Web-Multi-Media / HttpStreamingServer

A Django + React webapp to watch your videos
MIT License
5 stars 3 forks source link

Ov subtitles #20

Closed DerouineauNicolas closed 4 years ago

DerouineauNicolas commented 4 years ago

This PR adds a new feature. If the input video has a subtitles track, the subtitles is extracted and converted to webvtt. It is then serialized and displayed in the frontend.

Moreover, this PR disable the display of subtitles tracks in the frontend if an empty string is returned by the serialization.