similar to: ios and android

Displaying 20 results from an estimated 20000 matches similar to: "ios and android"

2013 Oct 04
0
understanding icecast decoding from a listener client perspective
Hi, On 10/04/2013 06:27 PM, Andy Martin wrote: > I looked at these requests and started trying to interpret the data of > the header and the stream. I receive a header, and even when I added > the parameter to the request to try and get meta-data, it seems that > it is not being included. Namely, the number that is supposed to tell > the distance between each meta-data section that
2013 Oct 04
2
understanding icecast decoding from a listener client perspective
I looked at these requests and started trying to interpret the data of the header and the stream. I receive a header, and even when I added the parameter to the request to try and get meta-data, it seems that it is not being included. Namely, the number that is supposed to tell the distance between each meta-data section that is sent in the stream. I couldn't figure out the config setting
2011 Oct 15
1
theora streamer for Android anyone?
ola, i am one of the developers of http://giss.tv, some people here might know about it. we use since 5 years some tools ( gstreamer, ffmpeg2theora, pure data, ... ) to make Ogg/Theora/Vorbis streams related to media-hacktivism and social movements. lately, we realized how important it becomes to have lighter tools in some contexts where you cannot set a medialab and a decent network, like in
2014 Nov 18
0
Password authentication problem with IOS and Android HTML5
On Nov 18, 2014 8:55 AM, "Simon Blandford" <simon at bkconnect.net> wrote: > > Hi, > > I have been using password protected MP3 streams for a number of years > but I've hit against a problem. Neither Android or recent versions of > IOS work with password protected MP3 streams. > > Now Android has dropped Flash, IOS doesn't work any more and more and
2014 Nov 18
2
Password authentication problem with IOS and Android HTML5
Hi, I have been using password protected MP3 streams for a number of years but I've hit against a problem. Neither Android or recent versions of IOS work with password protected MP3 streams. Now Android has dropped Flash, IOS doesn't work any more and more and more people expect to use their mobile devices to hear the streams. This is getting difficult. I know this isn't a
2016 Feb 03
2
linking icecast to ios and android phones
Ok folks, I need to find a method for my listeners to listen to my radio station with their Android Phones - - -I think that I need to bypass the flash player - - -can anyone help me out there. I would imagine that many of you are broadcasting to people with Android phones - - -any help would be appreciated Regards Gary Hudson Home: 817-710-6367 Cell: 0959476691 From:
2011 Aug 31
0
CiteSearcher: a Google Scholar front-end for iOS and Android mobile devices
CiteSearcher v1.2search%20results.png Google Scholar on your iPod, iPhone, iPad, and Android based mobile devices *http://datasys.cs.iit.edu/projects/CiteSearcher/* CiteSearcher is a Google Scholar front-end for iOS and Android mobile devices. With it, you can easily search Google Scholar for an author's work, his/her Hirsch index (H-index, http://en.wikipedia.org/wiki/H-index),
2011 Aug 31
0
CiteSearcher: a Google Scholar front-end for iOS and Android mobile devices
CiteSearcher v1.2search%20results.png Google Scholar on your iPod, iPhone, iPad, and Android based mobile devices *http://datasys.cs.iit.edu/projects/CiteSearcher/* CiteSearcher is a Google Scholar front-end for iOS and Android mobile devices. With it, you can easily search Google Scholar for an author's work, his/her Hirsch index (H-index, http://en.wikipedia.org/wiki/H-index),
2016 Jan 20
0
linking icecast to ios and android phones
You can create a .m3u or .mp3 container linking to the stream URL. I can't remember the exact tags required but this should work, just use your favorite text editor to make it. On Wed, Jan 20, 2016 at 1:23 PM, Edoardo Putti <edoardo.putti at gmail.com> wrote: > I think it's because the website uses Flash as first player instead of > using it as a fallback for when the browser
2016 Jan 20
1
linking icecast to ios and android phones
.PLS files should work for iOS devices. See sample text: [playlist] numberofentries=1 File1=http://91.121.91.172:31090/LG73 Title1=LG73 Vancouver's Best Music Mix! Length1=-1 Version=2 On Wed, Jan 20, 2016 at 1:27 PM, Holden Stanford <hstanford1 at gmail.com> wrote: > You can create a .m3u or .mp3 container linking to the stream URL. I can't > remember the exact tags
2005 Nov 27
2
libogg 1.1.3 and libvorbis 1.1.2 releases
I'm pleased to announce the release of new versions of our Ogg and Vorbis reference implementation libraries. These are bug fix releases, with no new features. Particularly important is a fix for a pointer aliasing bug triggered by the new gcc 4.x optimizer. Because of this we strongly recommend that all gcc-based users upgrade, i.e. those on GNU/Linux and MacOS X, for example. The new
2005 Nov 27
2
libogg 1.1.3 and libvorbis 1.1.2 releases
I'm pleased to announce the release of new versions of our Ogg and Vorbis reference implementation libraries. These are bug fix releases, with no new features. Particularly important is a fix for a pointer aliasing bug triggered by the new gcc 4.x optimizer. Because of this we strongly recommend that all gcc-based users upgrade, i.e. those on GNU/Linux and MacOS X, for example. The new
2016 Jan 20
3
linking icecast to ios and android phones
Hello, I am currently using Icecast as the server for my radio station The Fusion Pocket (www.fusionpocket.com). I love the quality of the streaming but the stream only seems to work on laptops and not on ios and android phones. Can you help me with a workaround on this? - - -thanks much Regards Gary Hudson Home: 817-710-6367 Cell: 0959476691 -------------- next part
2011 Jan 19
1
How to build Theora decoder on VC++ paltform
On 17.01.2011 12:35, Raju wrote: > Dear friends > Recently i have downloaded Theora video codec from http://www.xiph.org/ > , > here its having both encoder and decoder , how can i build only > decoder on VC + windows platform , if i build now i will be getting " > Cannot open include file: 'ogg/ogg.h': No such file or directory " > pls send me solution for
2006 May 09
0
libvorbis build errors when using configure
First my environment MinGW and MYSYS with gcc 3.4.2 under Windows XP pro. I configured and built libbogg with out a problem. I configured libvorbis and it finds libogg. When I type make it dies with: gcc -shared .libs/mdct.o .libs/smallft.o .libs/block.o .libs/envelope.o .libs/window.o .libs/lsp.o .libs/lpc.o .libs/analysis.o .libs/synthesis.o .libs/psy.o .libs/info.o .libs/floor1.o
2002 Jul 13
0
libvorbis make and spec fixes
I had to change the following to get the 'make distcheck' to work and to be able to build the rpms with 'rpm-build -tb *.tar.gz' I also added a test in libvorbis configure.in to detect older ogg versions (check for oggpack_writealign) and print a meaningful error. I also updated the .spec-file with dependencies on libogg-1.0 Thanks for great work everyone! /noa -- begin:vcard
2011 Nov 09
1
(android) Re: Vorbis(ogg) and andorid
On 9 November 2011 10:40, Micol lupen <galaxi_999 at yahoo.it> wrote: > Hi to all, > i am a university student, i have this problem, i want to create application for android this application must to record and listen ogg file, > i read that android use only ogg decoder for this problem i must use external library,wich library i can use ? can you show me some ?HowTo or book or site
2016 Jan 20
3
linking icecast to ios and android phones
I think it's because the website uses Flash as first player instead of using it as a fallback for when the browser does not support modern web standards like the audio tag. I am running a desktop without flashplayer and this is the screenshot of your web radio 2016-01-20 18:55 GMT+01:00 Jeremiah Rogers <jeremiahzrogers at gmail.com>: > I use iOS to listen to my Icecast all the
2003 Sep 15
1
libogg and libvorbis on MinGW
I am using libogg, libvorbis, and libvorbisfile in my most recent project. One of the build environments that my project must build on is MinGW. http://www.mingw.org/ Unfortunately, it seems that there are a few (possibly) minor problems with the libogg and libvorbis build processes which prevent me from building them under MinGW. One is that both of them reference header _G_config.h which
2004 Nov 01
1
compile libvorbis using mingw?
I downloaded libogg-1.1.2 and libvorbis-1.1.0, and want to compile them using mingw32. In libogg-1.1.2 directory, 'sh configure --prefix=/mingw' and 'make' and 'make install' works smoothly. It create libogg.a, ligogg.dll.a, libogg.la in my /mingw/lib and header files in /mingw/include/ogg, so I think the gcc compiler will find them easily. After switching to