Maurice van Kruchten

Results 6 issues of Maurice van Kruchten

Hi, first thanks for the work you all put into this. As the title says, did anyone tried transcoding with hwaccel enabled in ffmpeg? I have a synology DS918+ which...

enhancement

I use encoding h264 see #128 , but I have a latency problem. I believe it is the clappr player used and not the encoding time. Someone has a solution...

We need to be more specific when unmounting /lib/modules. It must only unmount the bind mounts of the current chroot.

bug

If people start messing around with installing other kernel headers from the ubuntu ppa rc.local can load the wrong modules. Maybe it is better to switch to insmod and use...

enhancement

I am having some problems with my audio. I am running it on a synology NAS (DS918+) So I thought, see if I can access the image through the command...

https://github.com/nayrnet/raspipc/blob/de69b8e79a27028d6bc0792d3e6e672e25c63eef/bin/cache-codecs.sh#L9 `echo $LINE >> $FILE` should be `echo "$LINE" >> "$FILE"` suppose someone finds a way to fill the $LINE with `1;rm -rf /` You would get `echo 1;rm -rf...