Closed captions in an OSMF ParallelElement... OSMFCCDecoder
OK, so I have built an OSMF player and the brief was to implement closed captioning. So far, so good, I went to here:
All worked well enough using a SerialElement to schedule content. but then the brief was to implement a new style of advertising and...
Midrolls may or may not be inserted at unknown points and, with a single file for my main content, the only logical way to implement it is to pause within a ParallelElement. That way, the advertising can overlay ads as MediaElements at appropriate points and stop / start / play / pause to its merry satisfaction.
But...
OSMFCCDecoder class breaks with ParallelElement.
It simply does nothing.
There is no way to specify a clip to listen to. No way to get it to show anything.
Therefore, I can either have closed captioning or advertising and, unsurprisingly, my customer wants both...
Is there any way to get sources for OSMFCCDecoder or, better, a more controllable version of OSMFCCDecoder?
