Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter PDidee

    (@pdidee)

    Okay so I figured out how to add multiple video sources such as multiple Mp4’s my goal was to have the code target a mobile device. However the the mobile version needs to be listed first. This causes an issue with the desktop version of safari since it will only play the low res 640×480 version. If I reverse the order the high res version plays on safari but nothing plays on the iPhone. I even relabeled the videos like below:

    <source src=”file.1280×720.mainprofile.mp4″>
    <source src=”file.640×480.baselineprofile.mp4″>

    Has anyone come up with a solution for this?

    Thanks in advance.

    Thread Starter PDidee

    (@pdidee)

    Has anyone found a solution to this? If I strip away the player class the files work but I loose support on IE and the flash fallback.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Add multiple video sources?’ is closed to new replies.