After pausing icecast radio player app with just audio and audio service packages from Ryan Heise, I wait a little and tap play again, the stream continues to play from saved position with data in buffers, then suddenly (I think when buffers are empty) changes to live position in stream. It is possible for me to clear buffers on pause/stop in my Audio Handler? Or should I use another approach?
1
There are 1 best solutions below
Related Questions in ICECAST
- Running multiple streams using Icecast2 on Ubuntu
- Why can't I connect my Icecast server to a URL?
- How to send audio stream to an Icecast server in Python
- CORS Headers are not working with Icecast, despite sending the necessary headers
- Can't get Liquidsoap to connect to my Icecast server
- How do I connect to Icecast with Python?
- How to stream icecast to Voice Channel with discord.js?
- How to construct Gstreamer pipeline as HLS packager from MP3 sources?
- How to prevent crackle sound on mp3 playback in Liquidsoap/Icecast setup and jQuery?
- How do I get an Icecast stream metadata without frequent requests to the server?
- Determine current BPM of Icecast stream
- icecast server for icecast-metadata-player
- Installation of Icecast2 beta & dev versions on Ubuntu 16.04?
- python-shout *** buffer overflow detected ***: terminated
- Icecast2 make point to connect Rivendell
Related Questions in JUST-AUDIO
- How to fetch audio from my api with protected urls using just_audio (flutter)
- Flutter onResume is detected too late for music pausing
- How can I modify the queue in just_audio?
- How to play recorded audio in Flutter using just_audio and record plugins?
- Efficiently loading many short audio files for playback with just_audio
- Why isn't just_audio Flutter Android simulator playing any audio from a streaming service?
- Seek method of just_audio is not working in Flutter
- I have Audio Sink Error and Audio Playback Error after playing 30 audios on android just_audio
- Is there a way to update audio source of AudioPlayer so it can play different songs (Flutter)?
- Why player.pause() doesn't work from State of AudioPlayerWidget?
- Flutter web app deployed to Firebase crashes when trying to play mp3 music file
- Any workaround to Firebase hosting not supporting audio streaming for web app?
- background audio playing works only once :issue in flutter ios
- PlatformException(-11819, Cannot Complete Action, null, null)) after playing for few minutes :Flutter
- Why does just_audio_background slow down loading an audio source on Android?
Related Questions in AUDIOBUFFER
- Convert ArrayBuffer to AudioBuffer
- How to convert Float32Array PCM data into Uint8Array?
- Manipulate audio buffer for add filters and effects in Javascript
- Play AudioBuffer in AVAudioEngine
- While streaming audio chunk by chunk it has pause interval between chunks
- How to convert pcm16Audio to .wav then to a base64 string
- How to convert CChar audio buffer into AVAudioPCMBuffer?
- Applying audio effects from p5.js sound library to AudioBuffer source
- audioContext.decodeAudioData() works once per browser page reload, then gives error for each subsequent call
- Google Drive create AudioBuffer from a WAV file in Google Drive. webContentLink field not available
- How to make just audio flutter handler always play stream from live position, not from saved position after pause?
- How do I turn an array of Float into an AVAudioPCMBuffer?
- Modify AudioBuffer volume in JavaScript
- How to create Blob from local file with require in NodeJS?
- Why is AudioBufferSourceNode not consistent
Related Questions in AUDIO-SERVICE
- I have Audio Sink Error and Audio Playback Error after playing 30 audios on android just_audio
- Instance member 'mediaItem' can't be accessed using static access
- Unresolved package/class/symbol Android.manifest flutter
- background audio playing works only once :issue in flutter ios
- PlatformException(-11819, Cannot Complete Action, null, null)) after playing for few minutes :Flutter
- Controll Flutter app audio from Android auto
- Empty and persistent notification using audio_service and just_audio packages
- Is it possible to mix-in ChangeNotifier with audio_service in Flutter?
- Flutter audio_service with just_audio iOS17 playback stops in background
- just_audio shuffleIndicesStream gives wrong order
- Using Wakelock with Audio Service in flutter
- Can I hide Android Notification bar if I used Audio Service in Flutter?
- Audio Service How to retrieve a variable with a StateFul widget
- How to modify UI in notification flutter?
- Not getting headset play/pause event using audio_service
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
I tried player.seek(null), but it needed more work, so I decided to not use it. We haven't encountered this behaviour anymore since a month or so. It works fine now. Thanks!