similar to: Delay playing some streams on Android

Displaying 20 results from an estimated 300 matches similar to: "Delay playing some streams on Android"

2015 Sep 29
1
Delay playing some streams on Android
I'm writing an Android app to play streams. ?I use the standard Android "MediaPlayer" library to play streams. ?I've noticed that some streams start playing without much delay (MPR), but others take quite a while to start (WFMU). ?The only thing changing in my code is the URI of the Icecast mountpoint. ?My test device is a Nexus 5 running Android 5.1.1.
2015 Sep 30
0
Delay playing some streams on Android
I suppose you were pointing me towards the "burst-size" setting, but it's not totally clear. Please correct me if you meant something else. I increased the burst-size to 131072 bytes, or 128 kibibytes. My Android app now plays the stream without much delay. I still don't know why I didn't notice this problem in an Android emulator. Thanks for the pointer. From:
2006 Sep 01
1
Problem in devloping basic ogg streaming player for windows-Please help
Hi, I am a newbie and devloping a basic ogg player. I have taken help from this turorial: http://www.devmaster.net/articles/openal-tutorials/lesson8.php Thanks to jesse. It is using openAL and ogg sdk. I am able to compile and execute this sample perfactly fine. And ogg file on disk is playing perfactly fine. This tutorial is using 2 buffers for streaming. My requirement is to play file through
2006 Sep 01
1
Problem in devloping basic ogg streaming player for windows-Please help
Hi, I am a newbie and devloping a basic ogg player. I have taken help from this turorial: http://www.devmaster.net/articles/openal-tutorials/lesson8.php Thanks to jesse. It is using openAL and ogg sdk. I am able to compile and execute this sample perfactly fine. And ogg file on disk is playing perfactly fine. This tutorial is using 2 buffers for streaming. My requirement is to play file through
2016 Jun 03
1
Stagefright mediaplayer in Android
Hi! My name is David. I'm having some problems with audio playback on Android and I was thinking that maybe you have had the same or similar problem while streaming to Android. I ran across this issue: https://github.com/karlheyes/icecast-kh/issues/120 and that is exactly the problem I've been having. I don't know if this is a official fork of Icecast or a personal fork, but I suspect
2004 May 22
0
WFMU has added an Ogg Vorbis stream
It's 40 kbps/22 kHz stereo. I tried to convince them to raise the sampling rate to 44.1 kHz, but they're determined to keep it within reach of urban dialup modem users. This aught to increase awareness of Ogg among artists and record collectors in NYC and beyond who would not have otherwise heard of Ogg Vorbis. 'FMU has a huge presence on the web. WFMU is a non-commercial, freeform
2006 Oct 20
1
Problem in devloping basic ogg streaming player for windows-Please help
Hi, I am devloping a basic ogg player. I have taken help from this turorial: http://www.devmaster.net/articles/openal-tutorials/lesson8.php Thanks to jesse. It is using openAL and ogg sdk. I am able to compile and execute this sample perfactly fine. And ogg file on disk is playing perfactly fine. This tutorial is using 2 buffers for streaming. My requirement is to play file through URL like
2006 Oct 20
1
Problem in devloping basic ogg streaming player for windows-Please help
Hi, I am devloping a basic ogg player. I have taken help from this turorial: http://www.devmaster.net/articles/openal-tutorials/lesson8.php Thanks to jesse. It is using openAL and ogg sdk. I am able to compile and execute this sample perfactly fine. And ogg file on disk is playing perfactly fine. This tutorial is using 2 buffers for streaming. My requirement is to play file through URL like
2014 Sep 30
1
Silence Detection for stream - Linux (Ubuntu 12.04/14.04) ALSA ONLY
2014 Jan 29
1
403 errors to source client / number of sources accumulates / ogg vorbis
Using two different source clients on fairly recent Icecast KH, and ONLY on ogg vorbis streams source_client_connections and source_total_connections keeps increasing till it hits the limit, then the ogg streams quit working. Sometimes other streams quit as well. A restart is then needed. Any ideas?
2017 Jun 01
1
_Streaming_ AAC to HTML5 player
We've been using Icecast KH for years now with great success. Thanks again Karl H! It's past time to ditch Flash! I'm probably a bit out of date on this issue. The last time I checked, no browser was able to directly play an AAC / MP4 / M4A stream from Icecast. They can play AAC _files_ but not _streams_. I see that there are now alternatives beyond Wowza and Red5. But my
2015 Sep 09
2
Tips for AAC streams and Windows Media Player?
We're on Icecast 2.4.2 and stream as MP3. ?We want to move to AAC. ?However, we can't get AAC streams to reliably work in Windows Media Player 12, which comes with Windows 7. ?Many of our listeners are on that client. Any tips on getting this to work? We found a stream which works. ?It's http://air.radiorecord.ru:8100/rr_aac. ?Most streams fail though, for example:
2013 Jul 24
2
IceCast Android MediaPlayer support
Hello. What is the official info about IceCast Android MediaPlayer support?
2013 Jul 24
2
IceCast Android MediaPlayer support
Thanks. In http://developer.android.com/about/versions/android-2.2-highlights.html- there is a support for HTTP progressive streaming. Does this mean that IceCast is only Android-ready from 2.2? I've tried some hours ago on Android 2.1 tablet and the app crashes at start (couldn't find the reason yet). The same app works in 2.3.5. Thanks, I can extract tags by IcyStreamMeta class. Is there
2006 Feb 07
5
Re: ices0.4: icecast mp3 stream for source ?
thank you, for your fast answer. my problem with ogg is, that the mediaplayer don?t understand it. a lot of users are using ms mediaplayer unfortunately. greets Geoff Shang schrieb: > Carsten Henkel wrote: > >> we would like to use IceCast 2.3.1 as a mp3 streamer source for >> reencoding several sources of ices 0.4. >> >> It is working perfectly already by using
2014 Jun 20
4
Android Java source for icecast streaming
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 server. Using the built in MediaPlayer class that is part of the Android SDK works OK. As a developer, I just give it the streaming URL of the Icecast server, hook up a few
2023 Nov 22
1
mediaplayer for icecast streams?
Hi Hope this is not too off-topic here. I want to implement a simple mediaplayer on my website where people can listen to my radio stream. I like simple, and the HTML <audio>-tag seems to work fine, so this is perfect for me.? But I would like to show the title of the current song playing. Is there some simple javascript or php I can use, to get this information? Or maybe a simple
2023 Nov 22
1
mediaplayer for icecast streams?
Icecast provides an endpoint (/status-json.xsl) which returns JSON with various data, including "Now Playing". Here is a link to the documentation: https://www.icecast.org/docs/icecast-trunk/server_stats/ In your case it looks like it would be http://radio.protestbandet.dk:8000/status-json.xsl Ben Weddle -----Original Message----- From: Icecast <icecast-bounces at xiph.org> On
2001 Mar 01
1
Windows mediaplayer under wine.
Has anybody managed to get windows mediaplayer running under wine? I've tried several times with mediaplayer 6.4, but it seems like it won't install. It extracts the files correctly but then just hangs there doing nothing. -- Lasse Melsaeter <lasse.melsaeter@nooffice.com> Systemsdeveloper NoOffice Internatioonal AS <http://www.nooffice.com/> - BOFH excuse #265: The mouse
2009 Jun 15
2
Strange results encoding with latest ffmpeg2theora-0.24 and playback on Directshow through Winamp
Hi Folks, First, I would like to thank the eople in development who are doing so much to develope these great video and audio tools. I use Ogg Vorbis to store most of my music projects in studio and the results are stunning. Quite frankly, in the audio file reduction game, nothing beats Ogg Vorbis and I can personally say this from my own experience. So a huge thank you to the team. I've