Video help, html5 mp4 for firefox work around...

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • brentbacardi
    Confirmed User
    • Nov 2009
    • 1425

    #1

    Video help, html5 mp4 for firefox work around...

    Hey I thought HTML5 would be an easy way to pop some videos up on a site until I figured out Firefox and IE8- Can't see it!!!! IE8 isn't surprising but come on Firefox!

    Here is what I have:

    Code:
    <video width="800" height="500" controls="controls">
      <source src="http://www.mysite.com/video.mp4" type="video/mp4">Your browser does not support HTML5 Video.
    </video>
    I tried this: http://videojs.com/ BUT it makes it load really slow on Chrome now, loads slow on IE9 and has bugs in Firefox where you click play and it looks like nothing is happening for a full minute then just starts playing.

    What should I do?
    Go Fuck Yourself!
  • DWB
    Registered User
    • Jul 2003
    • 31779

    #2
    You need to "hint" the video, or move the moov atom.

    Hit me on ICQ. It's in my sig.

    Comment

    • EddyTheDog
      Just Doing My Own Thing
      • Jan 2011
      • 25433

      #3
      Don't you also have to offer an OGG or WebM version of the file for FF? I think it should default to a Flash Player for IE8 or you can use a JavaScript.

      Don't take my word for it though - This is similar to what I am playing with as well...

      Comment

      • DWB
        Registered User
        • Jul 2003
        • 31779

        #4
        Originally posted by EddyTheDog
        Don't you also have to offer an OGG or WebM version of the file for FF? I think it should default to a Flash Player for IE8 or you can use a JavaScript.

        Don't take my word for it though - This is similar to what I am playing with as well...
        You can offer those if you want as fall back options, which it never hurts to have, but a well encoded mp4 will work.

        Comment

        • brentbacardi
          Confirmed User
          • Nov 2009
          • 1425

          #5
          Every year, videos get more and more complicated... seriously we really need another format? WebM omg
          Go Fuck Yourself!

          Comment

          • EddyTheDog
            Just Doing My Own Thing
            • Jan 2011
            • 25433

            #6
            Originally posted by DWB
            You can offer those if you want as fall back options, which it never hurts to have, but a well encoded mp4 will work.
            Damn - I kinda wish you had not told me that - It turns everything I have been doing for the last few days on its head....

            Comment

            • mikesouth
              Confirmed User
              • Jun 2003
              • 6334

              #7
              Originally posted by brentbacardi
              Every year, videos get more and more complicated... seriously we really need another format? WebM omg

              its coming...its a bit late but mpeg dash seems to be pretty solid...at least the bits of it ive been able to fool with

              first it should play on anything the codec is h.264 and the container is mp4 vut can be mov or others.

              its a on time encode that encodes the file into pieces each piece is multiple bit rates. this allows for easy ad insertion AND a very dynamic adaptive streamability it can auto adjust to changing bandwidth dynamically.

              It also supports current drm schemes sorenson produces the video but so far I havent found a player for it.
              Mike South

              It's No wonder I took up drugs and alcohol, it's the only way I could dumb myself down enough to cope with the morons in this biz.

              Comment

              • brentbacardi
                Confirmed User
                • Nov 2009
                • 1425

                #8
                Originally posted by DWB
                You need to "hint" the video, or move the moov atom.

                Hit me on ICQ. It's in my sig.
                This was the solution everyone! Thanks DWB!

                Now GO FUCK YOURSELF!
                Go Fuck Yourself!

                Comment

                • Tat2Jr
                  Confirmed User
                  • Feb 2001
                  • 4882

                  #9
                  I could never get it to work in every browser so I broke down and bought a program that's turned out to be a lifesaver. I don't have anything to do with them except use their product.

                  http://easyhtml5video.com/
                  http://www.bitsdujour.com/software/e...bsite-license/

                  You can see the output here:
                  http://assworshipmovies.net/ass-feti...MzozOjEx,0,0,0,
                  NICHE MONEY >> Ass WorshipPantiesSolo TeenPantyhose
                  Serving up exclusive fetish sites since 1997!

                  Comment

                  • borked
                    Totally Borked
                    • Feb 2005
                    • 6284

                    #10
                    Originally posted by DWB
                    You can offer those if you want as fall back options, which it never hurts to have, but a well encoded mp4 will work.
                    You sure about that? I've always thought FF only accepts ogv or webm.

                    For coding work - hit me up on andy // borkedcoder // com
                    (consider figuring out the email as test #1)



                    All models are wrong, but some are useful. George E.P. Box. p202

                    Comment

                    Working...