webshaa.blogg.se

How to record lol replay
How to record lol replay












how to record lol replay

Note that platform IDs are taken from here.

  • A binary called server will be installed to your $GOPATH/bin.
  • This should hopefully change to support Windows and OS X without additional programs soon.

    how to record lol replay

    LoL Replay currently assumes your client is running OS X and has LoL Spectator installed to copy and paste replay links into.

    how to record lol replay

    If you would like package documentation, check the GoDoc. server: Contains the runnable HTTP server which has a web interface, automates recordings, and plays back recordings.replay: Serves recordings over HTTP to be played back using the League of Legends client.recording: Encodes and decodes recordings to a file (or any io.ReadWriteSeeker) using a custom binary format which is able to serve data quickly with a small memory footprint.record: Retrieves data from the League of Legends servers and stores it into a recording.The modular design allows anyone to write their own recording service in Go and manipulate the recording files. It is designed to be fast, reliable, and efficient. LoL Replay is a collection of Go packages to record and play back League of Legends games from the spectator endpoint.














    How to record lol replay