Announcement

Collapse
No announcement yet.

about making a .RAM file

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • about making a .RAM file

    wondering

    can i have it point to a playlist file that I host that contains more than one stream?

    or does it have to point only directly to the .pls of a single stream?

    will realplayer know what to do with a .pls that has more than one location in it?

  • #2
    In a RealPlayer .ram (which btw. understands SHOUTcast), you use the stream URL "/" (the same URL you use with a browser to see the SHOUTcast Status page)-- The DNAS will recognize the client RealPlayer as a media player and not a browser by the HTTP client string it will send -- that will cause the browser link (to the .ram) to launch RealPlayer, and start the stream.

    You can add multiple DNAS stream URLs like "hostort/" (perhaps of different bitrates) -- the RealPlayer can skip between the "tracks" manually but not automatically -- however if "repeat all" is on, and a stream fails, the player will fallover into the next stream.

    File: Simple.ram (or Simple.m3u)
    code:
    http://dnasIPort1/
    http://dnasIPort2/
    http://dnasIPort3/
    http://dnasIPort4/
    http://dnasIPort5/

    Real-ly simple
    (all lines start with http://...)

    * BTW: an .m3u file, understood by every "other" media player that understands MP3s has the exact same format.
    /* v2 HTML5 / Player test pages DigitalMixNYC, DigitalMixNYCbx | DNAS Status: Now Playing js codes (scaststatus_X.php) | PortForward.com | Upload/Download Speed Test | No-IP.com: Free Dynamic DNS | In the YP | dnasDir */

    Comment


    • #3
      ok!

      didnt really answer my Q

      but I figured out a different way to do it based on what you replied with ... thank you!

      Comment

      Working...
      X
      😀
      🥰
      🤢
      😎
      😡
      👍
      👎