2014-10-01, 19:19
Currently subtitles do not work in our pvr solution that uses windows media center as the backend. We have recently found a way to generate srt files, so for recordings at least, we have a solution (although it would be much better if kodi could handle the wtv file subtitles rather than post processing to make srts).
Our bigger problem is enabling subtitles for live-tv streams. Our live tv streams are ts files we stream to kodi. I have tried multiple types of ts files with subs embedded in them, but kodi only seems to work with ts subs if they are bitmaps. We can also generate srt files on the fly for live tv streams, but the current pvr interface seems to ignore this srt file and the current pvr interface gives us no way to specify or 'stream' an srt file.
So it seems to me that to enable subs in live streams our choices are:
1. Convert all subtitle types to bitmap frames. I don't know how to do this but maybe could figure it out. However this gives the user little flexibility with subtitles since they will be hard coded bitmaps. And the subs for live streams will look very different from recordings.
2. Request that Helix be able to process srt files that are being built on the fly with the 'live' ts file. I don't know how difficult this will be to enable.
3. Request that Helix be able to handle the TeleText and CosedCaption streams we currently embed in the ts file. I don't know how difficult this is either.
Any thoughts on the best way to proceed?
Our bigger problem is enabling subtitles for live-tv streams. Our live tv streams are ts files we stream to kodi. I have tried multiple types of ts files with subs embedded in them, but kodi only seems to work with ts subs if they are bitmaps. We can also generate srt files on the fly for live tv streams, but the current pvr interface seems to ignore this srt file and the current pvr interface gives us no way to specify or 'stream' an srt file.
So it seems to me that to enable subs in live streams our choices are:
1. Convert all subtitle types to bitmap frames. I don't know how to do this but maybe could figure it out. However this gives the user little flexibility with subtitles since they will be hard coded bitmaps. And the subs for live streams will look very different from recordings.
2. Request that Helix be able to process srt files that are being built on the fly with the 'live' ts file. I don't know how difficult this will be to enable.
3. Request that Helix be able to handle the TeleText and CosedCaption streams we currently embed in the ts file. I don't know how difficult this is either.
Any thoughts on the best way to proceed?