ossrs / srs

SRS is a simple, high-efficiency, real-time media server supporting RTMP, WebRTC, HLS, HTTP-FLV, HTTP-TS, SRT, MPEG-DASH, and GB28181.
https://ossrs.io
MIT License
25.43k stars 5.35k forks source link

Feat: HLS support display subtitle WebVTT #4072

Closed fjqgx closed 3 months ago

winlinvip commented 3 months ago

The issue was identified as being caused by an outdated version of hls.js used by Oryx, which has not been updated, resulting in the inability to play WebVTT. Here is the relevant commit link on GitHub: https://github.com/ossrs/oryx/commit/e29be8c3c88b968578ad48856652484ff14d2479

TRANS_BY_GPT4