Playing video on a web page

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Steve S

    Playing video on a web page

    Hi,

    I'd like to embed a video on a web page and control it from Javascript. I'm
    trying to pick the best player to use for the job - Real Player, Quick Time,
    Windws Media Player, or whatever. The video can be converted to any format
    necessary.

    The control I need from Javascript is to (a) select the appropriate video
    file and (b) to play a segment of it, giving its start and finish point. I
    also would like to make it as platform-independent as possible so the page
    works on as many clients as possible, without too much additional
    installation over what a typical user has.

    Could someone please recommend a player that I should look at?

    Many thanks,
    Steve


  • RobG

    #2
    Re: Playing video on a web page

    Steve S wrote:
    [...][color=blue]
    > Could someone please recommend a player that I should look at?[/color]

    Not a subject to treat lightly :-)

    You can find out about Quicktime here (you may need to register with
    the Apple Developer Connection, which is free):


    <URL:http://developer.apple .com/referencelibrar y/GettingStarted/GS_QuickTime/index.html>

    I'm sure Microsoft has a similar resource for Media Player.

    --
    Rob

    Comment

    • Steve S

      #3
      Re: Playing video on a web page

      "RobG" <rgqld@iinet.ne t.auau> wrote in message
      news:41b8bc8a$0 $25789$5a62ac22 @per-qv1-newsreader-01.iinet.net.au ...[color=blue]
      > Steve S wrote:
      > [...][color=green]
      > > Could someone please recommend a player that I should look at?[/color]
      >
      > Not a subject to treat lightly :-)
      >
      > You can find out about Quicktime here (you may need to register with
      > the Apple Developer Connection, which is free):
      >
      >
      >[/color]
      <URL:http://developer.apple.com/reference...d/GS_QuickTime
      /index.html>[color=blue]
      >
      > I'm sure Microsoft has a similar resource for Media Player.
      >
      > --
      > Rob[/color]

      Many thanks Rob. I'll check those out. I've also found some stuff on
      RealPlayer. So far Media Player seems the easiest in terms of
      controlability, from what I've found, but wondering about cross-platform
      compatibility with it. Most Windows PCs will already have Media Player
      installed I guess (whereas QuickTime maybe not) so that goes in its favour,
      but I don't know if Media Player works with Linux etc.

      Cheers,
      Steve


      Comment

      • lkrubner@geocities.com

        #4
        Re: Playing video on a web page

        Media Player does not work with Linux.

        Comment

        • George Hester

          #5
          Re: Playing video on a web page

          Which works with both?

          --
          George Hester
          _______________ _______________ ___
          <lkrubner@geoci ties.com> wrote in message news:1102632146 .310206.324150@ z14g2000cwz.goo glegroups.com.. .[color=blue]
          > Media Player does not work with Linux.
          >[/color]

          Comment

          • Steve S

            #6
            Re: Playing video on a web page

            >> <lkrubner@geoci ties.com> wrote in message
            news:1102632146 .310206.324150@ z14g2000cwz.goo glegroups.com.. .[color=blue][color=green]
            >> Media Player does not work with Linux.[/color]
            > _______________ _______________ ___
            > "George Hester" <hesterloli@hot mail.com> wrote in message[/color]
            news:eq6ud.5398 5$AL5.20521@twi ster.nyroc.rr.c om...[color=blue]
            > Which works with both?
            >
            > --
            > George Hester[/color]

            It seems RealPlayer is available on both Windows and Linux. However, another
            developer told me that RealPlayer is not very easy to control, i.e. it's a
            real(!) pain to make it play a segment of video. I've yet to confirm that
            for myself, however.

            FWIW, QuickTime is available for Windows & Mac, but QuickTime in Linux seems
            to only be supported by third-party software rather than an official Apple
            product.

            So to sum up...I'd still love to hear a recommendation for a cross-platform
            video player that's easy to make play segments of video, thanks.

            Cheers,
            Steve


            Comment

            Working...