I assume Google Cast uses the Media Source API. Is there any way to send media segments to the device? I have a video stream that needs to be preprocessed.
Asked
Active
Viewed 124 times
0
-
It depends. Much of the MediaSource API is supported. TS segments aren't yet. Do you have a specific question? – Les Vogel - Google DevRel Aug 12 '13 at 17:20
-
Yes, I want to play an encrypted video file with some non-standard encryption. I want to have the device play the decrypted segments. Is there an example of using the MediaSource API with the Cast? Is the API supported on the device or the client? – user492922 Aug 13 '13 at 02:28
-
No source code as of yet. The API is on the device. (and in current Chrome) – Les Vogel - Google DevRel Aug 13 '13 at 05:31