search for: krad_pipe2

Displaying 2 results from an estimated 2 matches for "krad_pipe2".

Did you mean: krad_pipe
2013 Apr 16
2
Krad Pipe To
...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 /pipetest123.webm firefox Requires an Icecast 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 f...
2013 Apr 16
0
Krad Pipe To
...coded- 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 <http://europa.kradradio.com> 8008 > /pipetest123.webm firefox > > Requires an Icecast 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 P...