Displaying 4 results from an estimated 4 matches for "5074107".
2013 Apr 16
2
Krad Pipe To
...cecast 2.4 beta server. Testing on the above server is OK.
gcc -Wall -o krad_pipe2 krad_pipe2.c
sudo cp krad_pipe2 /usr/local/bin
Incase you missed it, Krad Pipe (A different program from this one) can be
used to ad-hoc restream from one Icecast server to another.
https://gist.github.com/oneman/5074107
Happy Streaming,
-D
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xiph.org/pipermail/icecast/attachments/20130416/8f93bc7d/attachment.htm
2013 Mar 03
0
Krad Pipe
...gram for relaying Icecast / KR streams.
Its the simplest minimal program possible at 300 lines~, and there is no
dependencies.
Its an extraction from Krad Transponder, I pulled this out into a little
command line program as I thought it might be immediately useful.
https://gist.github.com/oneman/5074107
krad_pipe [from_host] [from_port] [from_mount] [to_host] [to_port]
[to_mount] [to_password]
*If either side gets disconnected the program exits, so for a continual
relay you can wrap in your favorite scripting lauguage:*
*
*
*hammer_time = 10*
*while hammer_time*
* krad_pipe [args]*
* sleep hamme...
2013 Apr 16
0
Krad Pipe To
...on the above server is OK.
> gcc -Wall -o krad_pipe2 krad_pipe2.c
> sudo cp krad_pipe2 /usr/local/bin
>
> Incase you missed it, Krad Pipe (A different program from this one)
> can be used to ad-hoc restream from one Icecast server to another.
>
> https://gist.github.com/oneman/5074107
>
> Happy Streaming,
>
> -D
>
>
>
> _______________________________________________
> Icecast mailing list
> Icecast at xiph.org
> http://lists.xiph.org/mailman/listinfo/icecast
--
Libre Video
http://librevideo.org
2013 Mar 03
0
Krad Pipe
...gram for relaying Icecast / KR streams.
Its the simplest minimal program possible at 300 lines~, and there is no
dependencies.
Its an extraction from Krad Transponder, I pulled this out into a little
command line program as I thought it might be immediately useful.
https://gist.github.com/oneman/5074107
krad_pipe [from_host] [from_port] [from_mount] [to_host] [to_port]
[to_mount] [to_password]
*If either side gets disconnected the program exits, so for a continual
relay you can wrap in your favorite scripting lauguage:*
*
*
*hammer_time = 10*
*while hammer_time*
* krad_pipe [args]*
* sleep hamme...