qazwsxedcrfv000

joined 1 year ago
[–] [email protected] 3 points 11 months ago (1 children)

Does it display alright in a private window?

[–] [email protected] 3 points 11 months ago

Scrutiny uses smartctl --scan to detect devices/drives.

https://github.com/AnalogJ/scrutiny#getting-started

It will recognize the block devices but not the filesystem construct. That means ZFS pools themselves are out of scope.

[–] [email protected] 1 points 11 months ago

For anyone's information, if you have an ARMv7 hardware, cloudflared also has compiled to armhf a.k.a. ARM Hard Float. It is not listed in the official site but can be downloaded from GitHub release.

And ARMv7 hardware floating point support can confirmed by inputing cat /proc/cpuinfo and check if vfpv3 is listed in the features row.

[–] [email protected] 3 points 11 months ago* (last edited 11 months ago) (3 children)

Pi Zero you mean the original Pi Zero 1 right? Its SoC is driving a 32-bit ARMv6 CPU core.

The most straightfoward way is to try the Cloudflare Package Repository. It should be able to match the OS and arch for you.

You can also try installing the precompiled ARM deb package, specifically cloudflared-linux-arm.deb directly if the repo does not work.

P.S. If none of the above works, you can try setting up the Go build environment and compiling from source on your Pi Zero.

[–] [email protected] 1 points 11 months ago* (last edited 11 months ago)

Maybe you can give Outline a try. It is based on shadowsocks a proxy tunnel with enough obfuscation to fly even under the radar of the GFW of Communist China.

[–] [email protected] 6 points 11 months ago (1 children)

Given the information provided,

Media Size: 7168MB + 100MB = 7268MB = 58144Mb

Run time: 1h47m = 6420s

Average bitrate = 58144Mb / 6420s = ~9.06Mbps

That is definitely not FHD Blu-ray quality (~30Mbps) but better than DVD on average (~6Mbps).

I think a quality HDMI capture card should be able to not just match but surpass this bitrate.

[–] [email protected] 2 points 11 months ago (3 children)

What do you mean by doing a "webrip” from the GRC app? Is it actually a web app in disguise? Or you mean doing a screen capture?

[–] [email protected] 2 points 11 months ago

Okay so they are just reusing the format for local files.

[–] [email protected] 3 points 11 months ago* (last edited 11 months ago) (7 children)

The files are supposed to be played with the GRC app, correct? If so I think you need to intercept the (usually HTTPS) request(s) for the key made by the GRC Windows 11 app.

Btw can the said movie be played in a browser via say the GRC site? It may be an easier target.

[–] [email protected] 3 points 11 months ago (2 children)

SegmentURL is a tag for MPEG-DASH which is usually for streaming. How large are the .mp4 files?

[–] [email protected] 4 points 11 months ago (9 children)

If reencoding is to be avoided, one can try ffmpeg -i xxx.mpd -c:v copy -c:a copy out.mp4

[–] [email protected] 7 points 11 months ago (4 children)

The MPD file should be a Media Presentation Description file. Can you open it in a text editor? It should be a bunch of XML.

view more: next ›