I am using HlsMediaSource class to render Live events. At the backend I am using Flash Media Live Encoder. Initially when the user click the play button and event is not started, the Flash Media Live Encoder would remove the url due to which ExoPlayer will get 404 message which I can trace easily in onPlayerError listener.
The problem is, once the event is started and later it get ended, is there any specific event that will trigger to notify that the event has ended?
I am using
HlsMediaSourceclass to render Live events. At the backend I am using Flash Media Live Encoder. Initially when the user click the play button and event is not started, the Flash Media Live Encoder would remove the url due to which ExoPlayer will get 404 message which I can trace easily inonPlayerErrorlistener.The problem is, once the event is started and later it get ended, is there any specific event that will trigger to notify that the event has ended?