I have an Android box which allows a HDMI input. I have been given some code that grabs the data stream from the HDMI input and writes an MPEG TS stream to a FileDescriptor. I wondered if I could pass this FileDescriptor into ExoPlayer as a MediaSource for playback? I couldn't see a way to do that in the current API. Old questions reference a FrameworkSampleSource that seems long since removed.