Thread: RS3 HTTP Server

Results 1 to 4 of 4
  1. #1 RS3 HTTP Server 
    WVWVWVWVWVWVWVW

    _jordan's Avatar
    Join Date
    Nov 2012
    Posts
    3,046
    Thanks given
    111
    Thanks received
    1,848
    Rep Power
    5000
    for you that use matrix rs3/any rs3 server in that case might like this. i dont take credit for the code found here https://www.rune-server.org/runescap...oad-830-a.html

    in rs3 the music is streamed over port 80 if you have streaming enabled for a certain index
    Code:
    MUSIC_INDEX = new Archive(40, "", false, false, true);//true == streamed
    so when music is requested, the client makes an attempt to port 80 and streams over that. in matrix they handle everything over the same port and whatever. what im releasing creates something completely independent from the game server and can be used on a totally ip with simple client editing. just something cool to release.

    this server is built using maven and uses netty 4.1 as the networking library.

    heres a picture. cant exactly show a picture of music


    Spoiler for Download Link:


    p.s: one of the client parameters needs to be changed from the old port dkk used to port 80 to get this atleast connecting. idk which one, never looked
    Attached image
    Attached image
    Reply With Quote  
     

  2. Thankful users:


  3. #2  
    Registered Member

    Join Date
    May 2013
    Age
    27
    Posts
    414
    Thanks given
    215
    Thanks received
    200
    Rep Power
    137
    Thanks for your contribution.
    Reply With Quote  
     

  4. #3  
    Reverse Engineering

    freeezr's Avatar
    Join Date
    Dec 2011
    Posts
    1,067
    Thanks given
    288
    Thanks received
    444
    Rep Power
    401
    didnt look through the code, but based on the class diagram, looks like you have redundant code. theres http encoders/decoders included in the netty lib.


    https://github.com/im-frizzy/MultiSe...e/master/audio

    nonetheless, some should find useful.

    Attached image
    Reply With Quote  
     

  5. #4  
    WVWVWVWVWVWVWVW

    _jordan's Avatar
    Join Date
    Nov 2012
    Posts
    3,046
    Thanks given
    111
    Thanks received
    1,848
    Rep Power
    5000
    Quote Originally Posted by Leon_ View Post
    didnt look through the code, but based on the class diagram, looks like you have redundant code. theres http encoders/decoders included in the netty lib.


    https://github.com/im-frizzy/MultiSe...e/master/audio

    nonetheless, some should find useful.
    didnt realize, nice.
    Attached image
    Attached image
    Reply With Quote  
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Similar Threads

  1. Buying rs3 private server 860+
    By Stash in forum Buying
    Replies: 3
    Last Post: 09-14-2016, 09:49 AM
  2. Any RS3 EOC server?
    By furr in forum Requests
    Replies: 10
    Last Post: 08-09-2016, 07:21 PM
  3. any rs3/eoc servers
    By tato in forum Spam
    Replies: 5
    Last Post: 05-05-2014, 03:47 PM
  4. Replies: 6
    Last Post: 04-21-2010, 04:54 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •