Lyamc

Results 19 issues of Lyamc

A that would be needed is to add this to the script: ``` cat

My first ever pull request on someone else's repo, apologies in advance for any garbage.

Seems to be this issue: https://lkml.org/lkml/2021/1/28/339 I just tried building the 5.12 kernel and it worked. ``` AS arch/x86/entry/thunk_64.o arch/x86/entry/thunk_64.o: warning: objtool: missing symbol table make[5]: *** [scripts/Makefile.build:360: arch/x86/entry/thunk_64.o] Error...

new-version-testing
v18

OBS has SRT since version 25: https://obsproject.com/wiki/Streaming-With-SRT-Or-RIST-Protocols FFmpeg has SRT support, as shown here: ``` ffmpeg -hide_banner -loglevel error -protocols | grep -E '(^|\s)srt($|\s)' ``` For sending, recieving streams, there's...

backlog
big feature

I have an h.264 1080p video that is 4.5 hours long, 37.0 GB in size, and I've specified about 20 clips for vidcutter to work with. PBO is enabled, SmartCut...

** Describe the high-level goal you want to achieve ** When Peer A is running with TAP and Peer B attempts to connect to Peer A, Peer B will get...

### Describe the bug I have domain `example.com` with many CNAME like `www.example.com` I have local DNS which doesn't use CNAME. I have no local IPv6. Public DNS should have...

When setting up within a LXC container, such as with proxmox, the service will fail to start due to missing the tun interface, I propose that after install, or after...

Ubuntu 21.04 ``` sudo apt update; sudo apt install git build-essential cargo ``` ``` mkdir -p build cd build git clone https://github.com/russelltg/srt-rs cd srt-rs cargo build --release sudo ln -s...

``` @ECHO OFF ffmpeg -i "%~1" -an -pix_fmt yuv420p10le -strict -1 -f yuv4mpegpipe - | encoder_example.exe -v 30 - -o "%~n1-v30.ogv" pause ``` ![image](https://user-images.githubusercontent.com/10787681/74213897-e4f42b80-4c60-11ea-8db0-9e6b83e244fc.png) ``` @ECHO OFF ffmpeg -i "%~1"...