-
Notifications
You must be signed in to change notification settings - Fork 254
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stream from node server #140
Comments
probably the setup is done incorrect. Could you please share the stacktrace or any further information on how to reproduce the problem ? |
Hi, i am also facing similar issue in playing audio from node js http stream response in react-native ios application . here is node server code 👍
}; react-native code 👍 let response = await fetch(dialogflowConfig.tts_end_point, { soundplayer.play(response); |
when i started used react-native-audio-streaming library ..getting below error in build . node_modules/react-native/React/Base/RCTBridgeModule.h:10:9: fatal error: 'React/RCTDefines.h' file not found 1 error generated. ** BUILD FAILED ** The following build commands failed:
ios/build/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RNAudioStreaming.build/Objects-normal/x86_64/ReactNativeAudioStreaming.o Installing build/Build/Products/Debug-iphonesimulator/PhoenixiOSTest.app Command failed: /usr/libexec/PlistBuddy -c Print:CFBundleIdentifier build/Build/Products/Debug-iphonesimulator/PhoenixiOSTest.app/Info.plist Error: Command failed: /usr/libexec/PlistBuddy -c Print:CFBundleIdentifier build/Build/Products/Debug-iphonesimulator/PhoenixiOSTest.app/Info.plist
error Command failed with exit code 1. |
Hi,
this is a very powerful module, great work!
But i'm a little question, i'm trying to stream from node server and when i give the url at player, the serve r get the request and pipe the mp3.
The problem is if i open the url in the browser it works but not the player.
Any advice?
The text was updated successfully, but these errors were encountered: