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

Phone no responsed。 #1

Closed
geminird opened this issue Jun 27, 2019 · 4 comments
Closed

Phone no responsed。 #1

geminird opened this issue Jun 27, 2019 · 4 comments
Labels
question Further information is requested

Comments

@geminird
Copy link

I test,system no responsed,need reboot 。

@mirsamantajbakhsh
Copy link
Owner

Phone works but because there is a hidden layer (over main layer for receiving the preview frames), click does not respond. I mean when you click anywhere, the phone will no respond. You should kill the process by adb.

adb shell
ps  // Find the process id (pid) of your application
kill pid // (as super user)

or you can stop the application by calling:
adb shell am force-stop com.my.app.package

Check TODO section. Cloak and Dagger can be used to overcome this problem.

@geminird
Copy link
Author

geminird commented Jul 3, 2019

cloak and dagger is too complicated to me, if i want live audio only, can be not use the over hidden layer? how to do. thanks!

@mirsamantajbakhsh
Copy link
Owner

It is possible. These links from IceCast can be used:

http://novastreamapps.blogspot.com/

https://coolmic.net/

I will work on another library for live audio stream. I'll try to publish it during a month.

@mirsamantajbakhsh
Copy link
Owner

@geminird I've created a live audio library from CoolMic. The source and AAR are available with a demo video. Checkout:

https://mstajbakhsh.ir/broadcast-yourself-through-android/

https://github.com/mirsamantajbakhsh/LiveRadio

https://youtu.be/ujgRlYc9rMg

@mirsamantajbakhsh mirsamantajbakhsh added the question Further information is requested label Jul 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants