Is it possible to support SRT captions that contain the ♪ (music note)? When running flv+srt with these captions, I get the "ERR: Unrecognized block". It looks like the code would need to be updated around here to fix this:
|
if (strnstr(data, "REGION", line_length) != NULL) { |
If you can give me some direction on just exactly where it's failing, I may be able to put together a pull request.
Thanks,
nabeards
Is it possible to support SRT captions that contain the ♪ (music note)? When running
flv+srtwith these captions, I get the "ERR: Unrecognized block". It looks like the code would need to be updated around here to fix this:libcaption/src/vtt.c
Line 228 in e8b6261
If you can give me some direction on just exactly where it's failing, I may be able to put together a pull request.
Thanks,
nabeards