As Peter wrote in his blog only syncronous PiP is supported with the current iHDSim.
My question is if async PiP is working on the Toshiba consumer players and if someone already tried this.
My idea is to stop the main video to play some PiP on top of it.
Cheers,
Gunnar

Asynchronous (out of mux) PiP using SecondaryVideoPlayer
Atlantaazfinest
NickNotYet
Andrea Williams
Since this video is not declared in the playlist can I simply put the evob somewhere in the adv_obj folder Does it need its map file too
Cheers
Pad
The Toshiba player with 2.0 firmware might support async secondary. I know for a fact that earlier versions cannot.
What do you mean by out-of-mux Do you mean video from pstore That is still muxed into an EVO. That should work in all players, though no titles do that right now so YMMV.
You are correct in that stopping main video and playing PIP on top of it does require async support.
ivanFSR
V.E
You want SecondaryVideoPlayer.play(uri, start, offset, stop, callback).
If the PIP is synchronised with the main video (like U-Control and the IME) then you simply set the sub-video alpha. But if the PIP is async, then you need to use the secondary player.
James_Steven