Jump to content
IGNORED

HQPWV (HQPlayer Web Viewer)


llamaluv

Recommended Posts

@llamaluv  

 

I was making an ebuild for gentoo linux, so I could install it through portage, with the related init script to launch it as a service, but I noticed a couple of things you should make a bit more "standard".

the name of the zipper file would be better like:

hqpwv-server-0.9.5-linux.zip

 

the binary included inside should have a name without version like
hqpwv-server
or
hqpwv-server.bin
the bin dot is not necessary, but if you can't do without it.

 

Another question is:
do you plan to release a binary for arm64 as well?

 

Link to comment
2 hours ago, llamaluv said:

I also added a test binary for Linux ARM64, but it is unverified. I'm really not sure it will actually run (for reasons), so would appreciate it if anyone interested could try it out (thanks @antonellocaroli for asking about this).

on my system it seems not to work....

node:internal/validators:119
    throw new ERR_INVALID_ARG_TYPE(name, 'string', value);
    ^

TypeError [ERR_INVALID_ARG_TYPE]: The "path" argument must be of type string. Received undefined
    at new NodeError (node:internal/errors:363:5)
    at validateString (node:internal/validators:119:11)
    at Object.resolve (node:path:1098:7)
    at resolveMainPath (node:internal/modules/run_main:15:40)
    at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:73:24)
    at node:internal/main/run_main_module:17:47 {
  code: 'ERR_INVALID_ARG_TYPE'
}

 

Link to comment
2 minutes ago, llamaluv said:

 

Okay thank you for trying.

 

I'm wholly dependent on a particular Node.js library called 'pkg' to create the executables for the various platforms, and it appears not to work correctly for ARM64 when built on my system, so I'm not too optimistic about finding a solution for this. However, if I discover that the fault lies with me and I'm able to fix it, I'll make an update.

if you have instructions on how to compile it, I can try to compile it directly on an arm64 system....

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...