iPhone Simultaneous Video

  • Hi,

    I am working on POC to toggle between two videos of same audio,duration with different video content.It's like two stories past and present.

    I used video-player plugin and embedded two videos in html page. Only one video player is visible at a time.Hiding them using css.

    For iOS
    Video 1
    Source : mp4|mp3
    Video 2
    Source : mp4


    I have overriden the action "videointerface_togglepause" and calling a javascript function. In javascript function I am calling toggle pause.


    boySideVideo.call("plugin[get(videointerface_video)].togglepause()");
    girlSideVideo.call("plugin[get(videointerface_video)].togglepause()");

    Bothe videos play/pause simultaneously.

    This works fine on iPhone and Desktop.

    On iPad it doesn't play video simultaneously.

    is the logic for loading video on iPhone is different than iPad ? cause on iPad plays the audio which is part of video.


    Please help

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!