My plugin is calling PlayMedia method to display a streaming video from the internet. Unfortunately, the video stream does not contain any meta information, like Name, Synopsis, etc. I would like to somehow hook into the media center and override the meta information that the streaming server is sending (as it is meaningless). I would also like to be able to start the streaming video from a certain time, not only from beginning.
Is this possible? I've looked at the PlayMedia method and am not seeing anything there that would help me.
I've tried creating a MediaCollection and populating it with a single MediaCollectionItem and than passing it to PlayMedia, but than the video does not play at all.
Any advice?
Thanks,
Igor