search for: jselbi

Displaying 7 results from an estimated 7 matches for "jselbi".

Did you mean: jselbie
2014 Jun 20
4
Android Java source for icecast streaming
...g. Is there an open-source solution I could potentially leverage? I know there are few Linux projects written in C/C++ that have been ported to the Android NDK, but I'd prefer an Android Java solution. I've Google'd around, but couldn't find anything definitive. Suggestions? Thanks,jSelbie -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/icecast-dev/attachments/20140619/daf470c8/attachment.htm
2014 Jun 20
1
Android Java source for icecast streaming
...that link below, I only see links to download pre-compiled APK files (apps). Are there links to the actual source code available? Date: Fri, 20 Jun 2014 10:36:58 +0200 From: sardylan at gmail.com To: icecast-dev at xiph.org Subject: Re: [Icecast-dev] Android Java source for icecast streaming Hi jSelbie, try to have a look to https://code.google.com/p/unicaradio-apps/.Our developer created an app that obtain metadata by splitting icecast stream and rebuilding it without metadata. 2014-06-20 6:59 GMT+02:00 John Selbie <jselbie at hotmail.com>: Greetings, tl;dr - I'm looking for sou...
2014 Jun 20
0
Android Java source for icecast streaming
Hi jSelbie, try to have a look to https://code.google.com/p/unicaradio-apps/. Our developer created an app that obtain metadata by splitting icecast stream and rebuilding it without metadata. 2014-06-20 6:59 GMT+02:00 John Selbie <jselbie at hotmail.com>: > Greetings, > > tl;dr - I'm lo...
2014 Jun 20
0
Android Java source for icecast streaming
Rewriting everything is not necessary. I have a working solution for metadata extraction, that still relies on MediaPlayer, I can license it for a fair price. I am using it here: http://radiofonia.net/android Marcin 20 cze 2014 06:59 "John Selbie" <jselbie at hotmail.com> napisa?(a): > Greetings, > > tl;dr - I'm looking for sources to an Android Icecast client written in > Java. > > long summary: > > I maintain an open source Android app (WREK Online) that plays the live > mp3 stream from the station's Icecast...
2000 Jun 20
5
Win32 DLL
I've put together a first cut for a Win32 DLL using the BladeEnc interface. Right now, it's just a drop-in replacement for BladeEnc.dll that ignores all encoding parameters passed to it and uses the info_A vorbis_info struct (same as the encoder_example). It's not particularly useful as of yet, but you can rename it to BladeEnc.dll and use it with any number of rippers out there
2014 Jul 06
2
How do you escape characters within the metadata block
When "Icy-MetaData: 1" is in the HTTP request to the server, that indicates that the client wants to receive meta data inlined with the mp3 data stream. The metadata interval is reported by the server via the "icy-metaint" header in the response stream. Such data looks like the following within the mp3 stream StreamTitle='Ozzy Osbourne - Crazy
2013 Oct 03
0
[LLVMdev] libclang JIT frontend
Hi, I'm not sure if this is a libclang, llvm::cl or clang-interpreter issue so I'll try posting here for a response. I am using libclang as a frontend to the LLVM JIT (3.3 release). I started from the clang-interpreter example and have everything working (given a C/C++ source file I can have it JIT'd to memory and executed) for a single run. When I try to compile a second source