I'm streaming audio(.mp4) using StreamingKit in objective C(recorded in iPhone). It is streaming fine while playing audio from iPhone. However, when I receive an audio file recorded in android device(Samsung galaxy S4 & S5) it doesn't stream in iPhone and throws error: STKAudioPlayerErrorStreamParseBytesFailed
Later on, I tried it with different android device(Nexus 5) and it streamed fine in iPhone. Any suggestions?
Can't stream/play audio files in iOS recorded from Android
474 Views Asked by Mughees Musaddiq At
0
There are 0 best solutions below
Related Questions in ANDROID
- Creating global Class holder
- Flutter + Dart: Editing name of a tab shows up a black screen
- android-pdf-viewer Received status code 401 from server: Unauthorized
- Sdk 34 WRITE_EXTERNAL_STORAGE not working
- ussd reader in Recket Native module
- Incorrect display of LinearGradientBrush in IOS
- The Binary Version Of its metadata is 1.8.0, expected Version is 1.6.0 build error
- I can't make TextInput to auto expand properly in Android
- Creating multiple instances of a class with different initializing values in Flutter
- How to create a lottie animation
- making android analyze with coverity sast tool
- Flutter plugin development android src not opening after opening example
- I initialize my ViewModel in the Activity with several fragments as tabs, but the fragments(tabs) return null for the updated livedata
- Node.js Server + Socket.IO + Android Mobile Applicatoin XHR Polling Error...?
- How I can use the shared preferences class?
Related Questions in IOS
- URLSession requesting JSON array from server not working
- Incorrect display of LinearGradientBrush in IOS
- Module not found when building flutter app for IOS
- How to share metadata of an audio url file to a WhatsApp conversation with friends
- Occasional crash at NSURLSessionDataTask dataTaskWithRequest:completionHandler:
- Expo Deep linking on iOS is not working (because of Google sign-in?)
- On iOS, the keyboard does not offer a 6-character SMS code
- Hi, there is an error happened when I build my flutter app, after I'm installing firebase packages occurs that error
- The copy/paste functionalities don't work only on iOS in the Flutter app
- Hide LiveActivityIntent Button from Shortcuts App
- While Running Github Actions Pipeline: No Signing Certificate "iOS Development" found: No "iOS Development" signing certificate matching team ID
- Actionable notification api call not working in background
- Accessibility : Full keyboard access with scroll view in swiftui
- There is a problem with the request entity - You are not allowed to create 'iOS' profile with App ID 'XXXX'
- I am getting "binding has not yet been initialized" error when trying to connect firebase with flutter
Related Questions in AUDIO-STREAMING
- How to stream PCM audio to a speakers both on mac and linux in Node.js?
- Android OnCharacteristicChanged - Continuous stream of bytes from Bluetooth Stethoscope
- Is there a way to add audio select button in controls of react-player along with captions select button?
- Capturing Application Audio for Manipulation and Streaming
- LiveKit: Stream audio and video using python sdk
- Hotwords won't trigger on bumblebee-hotword-node
- Stream audio from Windows application over WebRTC connection
- Real-time Audio video Streaming app like BigoLive
- How to stream dynamically generated videos
- Audiostream generator to audiofile with Flutter
- Inconsistent Audio Chunk Sizes When Streaming Over Socket.IO from Expo App to Node.js Server
- Tagging M4A Files
- Sending microphone audio from client Flutter to server NodeJS
- Playing an audio in the front-end without storing any cache to avoid illegal downloading
- Encode microphone data and decode it to feed audio codec leads to white noise
Related Questions in AUDIO-RECORDING
- Echo cancellation for a windows desktop audio recording app in Windows C++
- MediaRecorder RecordedChunks Empty Issue in React Component - Unable to get Recorded Audio
- MediaStream error obstructs audio recording from microphone
- Kotlin notify and record call when you receive it
- How to record the speaker audios from youtube , google meeting or zoom meeting etc in reactjs recording application?
- Record video in Next js socket io
- Is there anyway in Swift(UI) to be able to record sound played through the device while ignoring the microphone
- How to save all of the recently recorded real-time audio into a .mp3 or a .wav file?
- Audio recording is not working in apple devices in next js app
- How to record screen + tab audio (internal audio) + system mic audio in ReactJS
- Audio recording using RecordRTC: Blob Size Difference Between Android and Windows on Chrome
- React Native Recording issue with iOS even after compression
- Is it possible to have Expo app record audio when the app goes in background? [iOS primarily]
- audio record package for Flutter
- White noise but no sound // Recording audio from electret microphone preamp on Raspberry Pi Pico (ADC) // Micropython
Related Questions in PLAYING
- HTML5 javascript video "playing-event" is not triggered on ios
- Video does not play although the play() promise is fulfilled - React JS
- Play stereo sound in AudioUnit using AUGraph in IOS
- How to show a status of "playing" and "silent" in flutter text to speech?
- Problem with HTML 5 video, the video is not playing
- Playing Audio in the Background using Flutter
- Play Sound From String Arrays Swift
- Different Audio Files Not Playing
- Why doesn't the sound play?
- Playing offline encrypted videos in IOS
- Android youtube site in Webview is jamming
- Zoom Playing video using AVPlayer
- Playing videos in Android TV through sd card and also from URL
- Can't stream/play audio files in iOS recorded from Android
- voice is not playing in sound playing android program
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 # Hahtags
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?