Media Player Plugin & URL

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • fcc
    Forum Member
    • Feb 2004
    • 29

    Media Player Plugin & URL

    I don't know if exist, but I would like that the MediaPlayer plugin can accept a URL address, to play a video through the network, using maybe the RTSP protocol .
  • Corey
    Indigo Rose Staff Alumni
    • Aug 2002
    • 9745

    #2
    Hi.

    1) I might be wrong but I believe RTSP protocol is for Real Player. Could it be mms you meant?

    2) It currently works fine to load remote URLs, just add it to the URL field as you would a normal file, i.e.:

    MediaPlayer.Load("YourObjectName", "mms://YourStreamURL");

    or

    MediaPlayer.Load("YourObjectName", "http://YourSite.com/YourFile.avi");

    Corey Milner
    Creative Director, Indigo Rose Software

    Comment

    • fcc
      Forum Member
      • Feb 2004
      • 29

      #3
      Hi Corey.

      I have proven the RTSP protocol with the last versions of Windows Media Player, QuickTime and RealOne.

      and surprise, work with MediaPlayer Plugin.

      In my test I use mpeg-4 video files, with EnvivioTV.

      the procedure was very simple.
      for example:

      MediaPlayer.Load("VideoPlugin2", "rtsp://192.168.2.13/salidarealtime.m4e");
      Last edited by fcc; 02-04-2004, 02:33 PM.

      Comment

      • Ted Sullivan
        Indigo Rose Staff Member
        • Oct 2003
        • 963

        #4
        That's very cool!
        New Release: Setup Factory 9.6 adds Windows 11 compatibility and support for hardware token OV/EV Code Signing certificates.

        Comment

        • Corey
          Indigo Rose Staff Alumni
          • Aug 2002
          • 9745

          #5
          Sweet! :

          Yes it seems I made a mistake, RTSP is a streaming protocol. Up until now mostly used for deploying .rm failes but it can also be used for deploying .wmv and .wma files as well and is becoming more popular for that purpose. Cool, I learned something, thanks for the enlightenment.

          Corey Milner
          Creative Director, Indigo Rose Software

          Comment

          Working...
          X