Giter VIP home page Giter VIP logo

nsis-inetc-plugin's Introduction

Digital Media Server

GitHub top language GitHub contributors Crowdin

Digital Media Server Digital Media Server is a DLNA compatible UPnP AV Media Server. It is capable of sharing digital video, audio and image resources to UPnP AV and DLNA capable devices. It is based on PS3 Media Server by shagrath and Universal Media Server.

Digital Media Server supports Windows, Linux and macOS. It streams or transcodes many different media formats with little or no configuration. It is powered by MEncoder, FFmpeg, tsMuxeR, AviSynth, MediaInfo, VLC, OpenSubtitles.org and more, which combine to offer support for a wide range of media formats.

Terms of use

By using this software, for any purpose and in any shape or form, you grant your implicit agreement to the following statements:

  • You condemn Russia and its military aggression against Ukraine.
  • You recognize that Russia is an occupant that unlawfully invaded a sovereign state.
  • You support Ukraine's territorial integrity, including its claims over temporarily occupied territories of Crimea and Donbas.
  • You reject false narratives perpetuated by Russian state propaganda.

Glory to Ukraine! 🇺🇦

Current Project Developers

Links

nsis-inetc-plugin's People

Contributors

nadahar avatar nutzzz avatar pjpuchyr avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

nsis-inetc-plugin's Issues

Progress Report Download Large Files (>2GB)

The INetC plugin seems to report wrong progress when downloading files that are larger than 2GB. As long as more than 2GB remain to be downloaded the "Remaining Time" is reported far too big. Also, the % progress is wrong, reported as negative numbers that go beyond -100%.

delete

Sorry, my mistake in the Plugin.

How to custom download callback?

I code like this, it do not work

Function NetPackDownLoadCallBack
	MessageBox MB_OK "message NetPackDownLoadCallBack"
	; 0-当前进度(百分比)
	Pop $0
	; 1-累计大小
	Pop $1
	; 2-已下载大小
	Pop $2
	; 3-下载速度
	Pop $3
	; 4-剩余时间
	Pop $4

FunctionEnd

Function DownloadFunc
	SetOutPath $INSTDIR
	GetFunctionAddress $R9 NetPackDownLoadCallBack
	inetc::get https://cdn.xxx.xxx/zhisusp/zhisusp-win32.exe?v=7.7.5 "zhisusp.zip"
	Pop $1
	Push $1
FunctionEnd

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.