Skip to content
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

Can master become a release? #119

Open
johncblandii opened this issue Oct 16, 2017 · 24 comments
Open

Can master become a release? #119

johncblandii opened this issue Oct 16, 2017 · 24 comments

Comments

@johncblandii
Copy link

I don't like targeting https://github.com/tlenclos/react-native-audio-streaming#master. Can master get a release? It has been 7+ months since the last one.

Thanks. The library seems to work well. I'll test more soon.

@salisuabubakar
Copy link

hello @johncblandii can you please give me the steps to target master. am unable to use it. thanks

@johncblandii
Copy link
Author

"react-native-audio-streaming": "https://github.com/tlenclos/react-native-audio-streaming#master"

Add that to your package.json under dependencies.

@johncblandii
Copy link
Author

@salisuabubakar
Copy link

i have changed the dependency to "react-native-audio-streaming": "https://github.com/tlenclos/react-native-audio-streaming#master" in package.son and restarted the packages but still the same error. Please help . Thanks for your time
screenshot_2017-11-19-22-32-38

@johncblandii
Copy link
Author

Try clearing your packager cache after removing node_modules.

Steps:

> watchman watch-del-all
> rm -rf node_modules/
> npm cache clean
> npm install
> npm start -- --reset-cache

Just in case. This is the nuke option but would help make sure it isn't a cache issue.

@salisuabubakar
Copy link

salisuabubakar commented Nov 20, 2017 via email

@johncblandii
Copy link
Author

GitHub doesn't attach files. Paste the contents.

@salisuabubakar
Copy link

salisuabubakar commented Nov 20, 2017 via email

@salisuabubakar
Copy link

salisuabubakar commented Nov 20, 2017 via email

@salisuabubakar
Copy link

@johncblandii Please are you able to use the module with React Native 0.49+? Thanks

@johncblandii
Copy link
Author

I have it in an app with 0.48.3 and it works just fine. Another app with 0.49.0 builds just fine but the audio doesn't play. I have not tested whether that is a library issue or the stream.

@salisuabubakar
Copy link

Using it with wix react native navigation crash when building it but it is working very well with React navigation and React native 0.51. Thanks

@johncblandii
Copy link
Author

Glad it is working, @salisuabubakar. I'm starting to believe this package is dead and am going to move away from it. Hope it continues to work for you.

@salisuabubakar
Copy link

salisuabubakar commented Dec 30, 2017 via email

@johncblandii
Copy link
Author

It is hard not to if the project is stale and the owner is MIA. I'm stuck w/ it in a couple apps for now, but definitely have to get something more stable.

@tlenclos
Copy link
Owner

tlenclos commented Jan 22, 2018

Hi there, sorry this module is in fact not maintain for a long time now. I'm not using it anymore and I'm either deprecating it in favor of https://github.com/zmxv/react-native-sound or adding new maintainer if someone is interested.

If I may ask, what is keeping you on this module instead of https://github.com/zmxv/react-native-sound that now supports network streaming ?

@johncblandii
Copy link
Author

No problem, @tlenclos. Just hearing back is absolutely helpful.

I believe at the time of trying r-n-s it didn't support live streaming. I don't know if it does now or not, but if it does and is maintained, we will check it out again.

Thx for touching base.

@johncblandii
Copy link
Author

@tlenclos the main reason I can't switch this other app to r-n-s is because of the lack of buffering/status updates. I need to know when it is buffering.

@tlenclos
Copy link
Owner

I see, I think it could easily be added to the library by implementing https://developer.android.com/reference/android/media/MediaPlayer.OnBufferingUpdateListener.html#onBufferingUpdate(android.media.MediaPlayer, int) and passing the message on the JS side.

@stavros-zavrakas
Copy link

@tlenclos I have exactly the same issue with the outdate version. The zmxv/react-native-sound was the first module that I've tried but as @johncblandii mention is not supporting buffering/status updates. Do you have any idea if this will be implemented at some point to zmxv/react-native-sound module?

@tlenclos
Copy link
Owner

None, I suggest creating an issue on the repository / try to implement it.

@salisuabubakar
Copy link

salisuabubakar commented Jan 25, 2018 via email

@tlenclos
Copy link
Owner

@salisuabubakar I was suggesting implementing it on the most maintained / used package, which is https://github.com/zmxv/react-native-sound 😛

@salisuabubakar
Copy link

salisuabubakar commented Jan 25, 2018 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants