Dash-Industry-Forum / livesim2

DASH Live Source Simulator v2 in Go
Other
36 stars 6 forks source link

Bug: External subtitles do not work #135

Closed tobbee closed 10 months ago

tobbee commented 10 months ago

The asset http://localhost:8888/livesim2/testpic_2s/Manifest_stpp.mpd does no longer play. Turns out there is an error message liveMPD: convertToLive: unknown content type text.

Searching in the code, it is clear that the culprit is an erroneous match for contentType that looks for "subtitle" instead of "text":

https://github.com/Dash-Industry-Forum/livesim2/blob/5b0fada814d2aff36135e2f8781691256f827a93/cmd/livesim2/app/livempd.go#L136