Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 5 of 5
  1. #1
    Join Date
    Feb 2004
    Location
    Santiago, Chile
    Posts
    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 .

  2. #2
    Corey is offline Indigo Rose Staff Alumni
    Join Date
    Aug 2002
    Posts
    9,746
    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

  3. #3
    Join Date
    Feb 2004
    Location
    Santiago, Chile
    Posts
    29
    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 at 02:33 PM.

  4. #4
    Join Date
    Oct 2003
    Posts
    908
    That's very cool!

  5. #5
    Corey is offline Indigo Rose Staff Alumni
    Join Date
    Aug 2002
    Posts
    9,746
    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts