Skip to main content

Change Log

0.7

16/5/2023

  • Upgrade P2P protocol to v8
  • Optimize p2p preload strategy
  • Add support for Super Peer
  • Fix known bugs

0.6

29/6/2022

  • P2p no-blocking streaming from http source
  • Add support for dash.js v4.x

0.5

30/6/2021

  • A peer which requested a piece of media content will get it immediately no matter to other data connection flows. In previous versions, a peer could send data to another peer only if it had already finished downloading.
  • Add new field of config simultaneousTargetPeers
  • Add new field of config trickleICE

0.4

17/3/2021

  • Speed up P2P startup
  • Change stun address via console
  • Exchange signal by peer
  • Increase the maximum peer connections of mobile device to 20
  • After reaching the preset number of P2P connections, the websocket connection can be automatically disconnected
  • Add new field of config httpLoadTime
  • Improve the accuracy of network type detection
  • Remove the prefix "v" of p2p protocol identifier
  • Optimize signaling module
  • Fix bugs of cache module

0.3

15/11/2020

  • Upgrade p2p protocol to v4
  • Fix the bug that some mpd cannot play

0.1

23/6/2020

  • Release stable version