Radiotray has a log that shows such as this:
- Code: Select all
2021-01-04 16:24:39,989 - DEBUG - playing
2021-01-04 16:24:39,990 - DEBUG - Received MESSAGE_STATE_CHANGED (<enum GST_STATE_PAUSED of type Gst.State> -> <enum GST_STATE_PLAYING of type Gst.State>)
2021-01-04 16:24:39,990 - DEBUG - playing
2021-01-04 16:24:46,061 - DEBUG - Checking timeout...
2021-01-04 16:24:46,061 - INFO - Timed out, but not retrying anymore
2021-01-04 16:24:51,150 - DEBUG - Checking timeout...
2021-01-04 16:24:51,151 - INFO - Timed out, but not retrying anymore
2021-01-04 16:24:56,877 - DEBUG - Buffering 0
2021-01-04 16:24:56,879 - DEBUG - Received MESSAGE_STATE_CHANGED (<enum GST_STATE_PLAYING of type Gst.State> -> <enum GST_STATE_PAUSED of type Gst.State>)
2021-01-04 16:24:56,879 - INFO - Received PAUSE state.
2021-01-04 16:24:56,880 - DEBUG - paused
2021-01-04 16:24:56,882 - DEBUG - Received MESSAGE_STATE_CHANGED (<enum GST_STATE_PLAYING of type Gst.State> -> <enum GST_STATE_PAUSED of type Gst.State>)
Unfortunately, that doesn't mean much to me. I get that something changed STATE but doesn't say what or why.
Any thoughts?