Displaying 7 results from an estimated 7 matches similar to: "Krad Pipe"
2022 Nov 05
1
[PATCH] Class-imposed login restrictions
From: Yuichiro Naito <naito.yuichiro at gmail.com>
If the following functions are available,
add an additional check if users are allowed to login imposed by login class.
* auth_hostok(3)
* auth_timeok(3)
These functions are implemented on FreeBSD.
---
>From GitHub pull request https://github.com/openssh/openssh-portable/pull/262
auth.c | 18 ++++++++++++++++++
configure.ac |
2000 Feb 27
0
[PATCH] Fix login.conf, expiration, BSD compatibility in OpenSSH
This patch revive almost all login.conf and password/account expiration
features, makes OpenSSH more FreeBSD login compatible and fix non-critical
memory leak.
Please review and commit.
--- sshd.c.old Fri Feb 25 08:23:45 2000
+++ sshd.c Sun Feb 27 02:53:33 2000
@@ -37,9 +37,8 @@
#endif /* LIBWRAP */
#ifdef __FreeBSD__
-#include <libutil.h>
-#include <syslog.h>
#define LOGIN_CAP
2012 Feb 08
1
Krad Cam Alpha Test Release
For those who want to test webm streaming. This is a super early test
binary release, not super user friendly yet.
Here is a link to the server with some streams:
http://deimos.kradradio.com:8080/
To play with mplayer:
mplayer -cache 2200 http://deimos.kradradio.com:8080/teststream18.webm
To play in browser
http://deimos.kradradio.com:8080/teststream18.webm
To get the app and some
2013 Apr 16
0
Krad Pipe To
David,
Does this work with already-existing WebM files, as in, does it parse
them to only output at the appropriate rate? Or, is this meant only for
realtime sources that are already appropriately rate-limited by their
nature?
On 04/16/2013 07:20 AM, Krad Radio wrote:
> https://gist.github.com/oneman/5394332
>
> This is a little hack for sending -live encoded- WebM streams to
>
2012 Feb 08
1
Krad Cam Alpha Test Release
For those who want to test webm streaming. This is a super early test
binary release, not super user friendly yet.
Here is a link to the server with some streams:
http://deimos.kradradio.com:8080/
To play with mplayer:
mplayer -cache 2200 http://deimos.kradradio.com:8080/teststream18.webm
To play in browser
http://deimos.kradradio.com:8080/teststream18.webm
To get the app and some
2013 Apr 16
2
Krad Pipe To
https://gist.github.com/oneman/5394332
This is a little hack for sending -live encoded- WebM streams to Icecast
from STDIN.
An example (I was using libav from git, params likely different between
libav, ffmpeg etc programs)
avconv -v debug -f video4linux2 -s 320x240 -r 10 -i /dev/video0 -vcodec
libvpx -threads 2 -vb 128k -r 10 -f webm pipe:1 | krad_pipe2
europa.kradradio.com 8008
2013 Oct 28
5
FreeBSD PVH guest support
Hello,
The Xen community is working on a new virtualization mode (or maybe I
should say an extension of HVM) to be able to run PV guests inside HVM
containers without requiring a device-model (Qemu). One of the
advantages of this new virtualization mode is that now it is much more
easier to port guests to run under it (as compared to pure PV guests).
Given that FreeBSD already supports