Android Question Graphic equalizer

Shay

Well-Known Member
Licensed User
Longtime User
Hi,
I need to monitor if radio station is running (is generating sound) on remote device, without the ability to be on device location. (issue is that radio is stopping from playing, while I don't see any reason in the code)
Is there any way to add graphic equalizer so I can know if remote device is generating any sound?
or any other way to "see" the sound?
 

Shay

Well-Known Member
Licensed User
Longtime User
more specific - why service is probably stop working, since I don't see it enter the timer after few days
 
Upvote 0

Shay

Well-Known Member
Licensed User
Longtime User
I found something (not sure if this is my original issue)
if player is playing, and it lost the internet connection
even if timer issue player.play it will not start playing.
 
Upvote 0

Shay

Well-Known Member
Licensed User
Longtime User
solved the above issue by adding:
player1.Prepare(player1.CreateUriSource(station))

now will compile and upload to TV, and wait..
 
Upvote 0

Shay

Well-Known Member
Licensed User
Longtime User
@Erel - app still stop playing after X time, still unknown what happens + does not look like it crashing
 
Upvote 0

Shay

Well-Known Member
Licensed User
Longtime User
I am using echo player per your recommendation,
source code is attached on page 1 (bit old)
let me know if newer code is needed
 
Upvote 0

Shay

Well-Known Member
Licensed User
Longtime User
I added inside the timer, http post that will write my DB, time stamp so I will know if timer is stop working
 
Upvote 0

Shay

Well-Known Member
Licensed User
Longtime User
it stopped again, when timer is running (doing it's stuff every 10min) it is sending log to my server.
and yesterday night it stopped sending (as I see always)
I have logs everywhere, so it did not crash, player did not crash, service did not destroy etc..
the timer is just stop working after X hours (I think 2-3 days)
 
Upvote 0
Top