Displaying 20 results from an estimated 24 matches for "oneman".
Did you mean:
onelan
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 1...
2012 Feb 01
1
Icecast WebM support and much more
...a _huge_ mess and some is perfectly clean, that is how I evolve
my software. Right now I'm just trying to gather up who is interested and
hopefully in a short amount of hours things will start to make more sense.
This is the icecast patch for WebM support:
https://github.com/krad-radio/icecast-oneman/tree/format_ebml
This is the Krad EBML library that handles the parsing of EBML (What WebM
and MKV are based on): https://github.com/krad-radio/krad_ebml_experimental
In the Krad EBML repo, the library itself has no dependencies, but all of
the tools and toys there have all kinds of dependencies....
2012 Feb 01
1
Icecast WebM support and much more
...a _huge_ mess and some is perfectly clean, that is how I evolve
my software. Right now I'm just trying to gather up who is interested and
hopefully in a short amount of hours things will start to make more sense.
This is the icecast patch for WebM support:
https://github.com/krad-radio/icecast-oneman/tree/format_ebml
This is the Krad EBML library that handles the parsing of EBML (What WebM
and MKV are based on): https://github.com/krad-radio/krad_ebml_experimental
In the Krad EBML repo, the library itself has no dependencies, but all of
the tools and toys there have all kinds of dependencies....
2011 Jan 07
2
Idea to possibly improve flac?
...ly questionable parts (and windows
support), and fixed some issues with vorbis and oggflac encoding, and
I even added support for 24bit flac. I'm probably the only guy in the
universe listening to streaming 24bit audio, but if anyone wants to
join me the code is located here:
https://github.com/oneman/edcast2_jack
Cheers,
-D
On Fri, Jan 7, 2011 at 4:19 PM, David Richards <rawdod at gmail.com> wrote:
> I might be able to look into this soon, I actually got my mother a
> squeezebox boom for xmas, but I have no experience with the device,
> other than initial set up and hearing i...
2012 Jun 14
5
Opus and WebM support have landed
Hi,
quick info. Yesterday Rillian landed Oneman's patches adding ogg/opus
and WebM support on Icecast trunk.
Big thanks for all the work that has gone into this!
Please use trunk for your testing and development in this area from now.
If you run into problems please send mails/patches/bitch'n'moan-on-IRC/...
It's important to...
2013 Apr 16
0
Krad Pipe To
...avid,
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
> 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
&g...
2004 Dec 06
0
fax/voice switch - faxdetect
Hi anybody,
I did setup fax/voice switch according
http://www.voip-info.org/tiki-index.php?page=Asterisk%20fax
somthing like:
[macro-faxvoiceswitch]
exten => s,1,Answer
exten => s,2,Macro(oneman)
exten => s,3,Hangup
exten => fax,1,Macro(faxmail)
where:
[macro-oneman]
exten => s,1,SetVar(klapka=${MACRO_EXTEN:-2:2})
exten => s,2,SetVar(voicemail=${PFX_ISDN1}${klapka})
exten => s,3,SetCIDNum(9${CALLERIDNUM})
exten => s,4,Dial(OH323/${klapka},${OUR_TIMEOUT})
exten => s,5...
2006 Mar 17
1
Asterilink?!?!
...ught I'd give them a try. I went to sign-up....
however, I haven't heard from them, I've called them several times
between 9am and 5pm EST and no responce. Called today again after 9am
EST, no responce. Tried Sales, Billing, and CS, and got the same
person's voicemail! Is this a oneman operation like voipjet?! What
good is a service number if you can't call it to get service!! I've
left several voicemails, and have not received a call back, and above
that the 800 number I call for support sounds choppy like they don't
have enough bandwidth....
Can anyone tell me th...
2013 Jul 01
2
About Decode Streaming
Sorry, I am newbie.
Sample codes are from
https://github.com/oneman/libflac/tree/master/examples/cpp.
I used FLAC__stream_decoder_process_single function but it still gives
exception. Maybe I could not control read callback, you're right.
I will check it and write result in this thread.
Thanks for help.
2013/7/1 Martijn van Beurden <mvanb1 at gmail.com>...
2011 May 23
3
Variable Bit Rate
Brian...
You've been both polite and helpful. Thanks.
I do understand the dimensional nature of images and sound, though I
admittedly glossed over the details while trying to draw attention to
time rather than spatial artifacts. What I was looking for was
confirmation that a properly designed application would decode FLAC
without temporal issues. I believe you've made that perfectly
2011 Jan 07
0
Idea to possibly improve flac?
...d windows
> support), and fixed some issues with vorbis and oggflac encoding, and
> I even added support for 24bit flac. I'm probably the only guy in the
> universe listening to streaming 24bit audio, but if anyone wants to
> join me the code is located here:
> https://github.com/oneman/edcast2_jack
>
> Cheers,
>
> -D
2012 Feb 07
0
Icecast WebM support patch
Attached is a patch for adding webm streaming support to icecast svn.
Also available is my git tree:
https://github.com/krad-radio/icecast-oneman/tree/format_ebml_internal
My git tree is behind the svn version a little bit, I will update it soon,
the webm code is identical.
Please note the following:
1) This version has no external dependencies, the EBML parsing is built
into the format_ebml plugin. In the future this will most likely be...
2013 Mar 03
0
Krad Pipe
...ipe program 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]*
* sle...
2012 Feb 07
0
Icecast WebM support patch
Attached is a patch for adding webm streaming support to icecast svn.
Also available is my git tree:
https://github.com/krad-radio/icecast-oneman/tree/format_ebml_internal
My git tree is behind the svn version a little bit, I will update it soon,
the webm code is identical.
Please note the following:
1) This version has no external dependencies, the EBML parsing is built
into the format_ebml plugin. In the future this will most likely be...
2013 Mar 03
0
Krad Pipe
...ipe program 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]*
* sle...
2011 Jan 07
2
Idea to possibly improve flac?
On Fri, Jan 7, 2011 at 3:56 PM, David Richards <rawdod at gmail.com> wrote:
> Its really sad to hear thats happening but even more sad is the fact
> that flac is becoming a very common format for music on the interweb
> whilst at the same time the development has ceased. I've found some
> severe issues with OggFLAC that essentially make it a useless format
> for streaming,
2010 Dec 01
1
OggFLAC streaming is systemically broken.
...han say 700 bytes, otherwise use pageout as normal.
The sustainable solution would probably be to add an option to libflac
to force flush the stream after X number of samples, and then fix all
of the clients. Then live the dream of streaming lossless audio.
Here is my hackfix:
https://github.com/oneman/libflac/commit/67e13364032404ebc1837af143fdd1cd81786c3a
I hope you like it.
Cheers,
David Richards
2013 Jul 02
0
About Decode Streaming
...C__STREAM_DECODER_READ_STATUS_ABORT;*
*
*
and I wait for calling write callback but program throws LOST_SYNC
exception. I don't know what causes.
2013/7/1 Burak Or?un ?zkablan <borcunozkablan at gmail.com>
> Sorry, I am newbie.
>
> Sample codes are from
> https://github.com/oneman/libflac/tree/master/examples/cpp.
> I used FLAC__stream_decoder_process_single function but it still gives
> exception. Maybe I could not control read callback, you're right.
> I will check it and write result in this thread.
>
> Thanks for help.
>
>
> 2013/7/1 Martijn...
2011 Jan 08
1
Synchronizing a streaming client to the server Was: Idea to possibly improve flac?
On Jan 7, 2011, at 16:48, Ben Allison wrote:
> The issue is that silent frames compress to a very small size, and
> the Ogg
> packeting layer can put more than one FLAC frame into a page. So
> if you
> have an extended period of silence with a live or rate-limited input
> stream, the client buffers may exhaust themselves before a new page
> can be
> put together and
2013 Jul 02
2
About Decode Streaming
...gt; and I wait for calling write callback but program throws LOST_SYNC
> exception. I don't know what causes.
>
>
> 2013/7/1 Burak Or?un ?zkablan <borcunozkablan at gmail.com>
>
>> Sorry, I am newbie.
>>
>> Sample codes are from
>> https://github.com/oneman/libflac/tree/master/examples/cpp.
>> I used FLAC__stream_decoder_process_single function but it still gives
>> exception. Maybe I could not control read callback, you're right.
>> I will check it and write result in this thread.
>>
>> Thanks for help.
>>
>...