Videos keep freezing then going back to menu...
#1
I have a raspberry pi Model B+. I'm running OpenELEC release: RPi.arm-4.2.1

I've been running great for maybe 6-9 months. As of this week videos I watch start hanging. I'll watch for 10-15 minutes and the video will freeze. I can still bring up the in-video menu and stop the video or if I don't it will revert back to the last menu I was at in about a minute or two. I'm getting some sort of ERROR: Read - Error( -1, 22, Invalid argument ). Does anyone know what causes this or how I can fix it? It's just strange that this started since nothing has changed really.

Here's the bit of the log where it happens:

Code:
9:56:33 T:3058864672  NOTICE: COMXPlayer: Opening: smb://SERVER-PC/TV/Whatevers.mkv
19:56:33 T:3058864672 WARNING: CDVDMessageQueue(player)::Put MSGQ_NOT_INITIALIZED
19:56:33 T:2805986384  NOTICE: Thread OMXPlayer start, auto delete: false
19:56:33 T:2805986384  NOTICE: Creating InputStream
19:56:40 T:2805986384  NOTICE: Creating Demuxer
19:56:40 T:2805986384  NOTICE: Opening video stream: 0 source: 256
19:56:40 T:2805986384  NOTICE: Creating video thread
19:56:40 T:2721039440  NOTICE: Thread OMXPlayerVideo start, auto delete: false
19:56:40 T:2805986384  NOTICE: Opening audio stream: 1 source: 256
19:56:40 T:2805986384  NOTICE: Creating audio thread
19:56:40 T:2712650832  NOTICE: Thread OMXPlayerAudio start, auto delete: false
19:56:40 T:2805986384  NOTICE: OMXClock using audio as reference
19:56:40 T:2721039440  NOTICE: Display resolution DESKTOP : 1280x720 (1280x720) @ 60.00 - Full Screen (16)
19:56:40 T:3058864672  NOTICE: Using GL_TEXTURE_2D
19:56:40 T:3058864672  NOTICE: GL: Using BYPASS render method
19:56:40 T:3058864672  NOTICE: GL: NPOT texture support detected
19:56:46 T:2926056528   ERROR: /storage/.xbmc/addons/script.module.requests/lib/requests/packages/urllib3/util/ssl_.py:79: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning.
                                              InsecurePlatformWarning
19:57:55 T:2805986384   ERROR: Read - Error( -1, 22, Invalid argument ) - Retrying
19:58:25 T:2805986384   ERROR: Read - Error( -1, 22, Invalid argument )
19:58:25 T:2805986384  NOTICE: COMXPlayer::OnExit()
19:58:25 T:2805986384  NOTICE: OMXPlayer: closing audio stream
19:58:25 T:2805986384  NOTICE: Closing audio stream
19:58:25 T:2712650832  NOTICE: thread end: OMXPlayerAudio::OnExit()
19:58:25 T:2805986384  NOTICE: OMXPlayer: closing video stream
19:58:25 T:2805986384  NOTICE: Closing video stream
19:58:25 T:2721039440   ERROR: OMXPlayerVideo: Got MSGQ_IS_ERROR(-1) Aborting
19:58:25 T:2721039440  NOTICE: thread end: video_thread
19:58:25 T:2805986384  NOTICE: COMXPlayer::OnExit() deleting demuxer
19:58:25 T:2805986384  NOTICE: COMXPlayer::OnExit() deleting input stream
19:58:25 T:3058864672  NOTICE: COMXPlayer: finished waiting
19:58:28 T:2805986384  NOTICE: Thread BackgroundLoader start, auto delete: false
19:58:29 T:3058864672  NOTICE: Previous line repeats 1 times.
19:58:29 T:3058864672  NOTICE: COMXPlayer: finished waiting
19:58:29 T:3058848848  NOTICE: Previous line repeats 1 times.
19:58:29 T:3058848848  NOTICE: Found 1 Lists of Devices
19:58:29 T:3058848848  NOTICE: Enumerated PI devices:
19:58:29 T:3058848848  NOTICE:     Device 1
19:58:29 T:3058848848  NOTICE:         m_deviceName      : HDMI
19:58:29 T:3058848848  NOTICE:         m_displayName     : HDMI
19:58:29 T:3058848848  NOTICE:         m_displayNameExtra:
19:58:29 T:3058848848  NOTICE:         m_deviceType      : AE_DEVTYPE_HDMI
19:58:29 T:3058848848  NOTICE:         m_channels        : FL,FR
19:58:29 T:3058848848  NOTICE:         m_sampleRates     : 8000,11025,16000,22050,24000,32000,44100,48000,88200,96000,176400,192000
19:58:29 T:3058848848  NOTICE:         m_dataFormats     : AE_FMT_FLOAT,AE_FMT_S32LE,AE_FMT_S16LE,AE_FMT_AC3,AE_FMT_DTS,AE_FMT_EAC3
19:58:29 T:3058848848  NOTICE:     Device 2
19:58:29 T:3058848848  NOTICE:         m_deviceName      : Analogue
19:58:29 T:3058848848  NOTICE:         m_displayName     : Analogue
19:58:29 T:3058848848  NOTICE:         m_displayNameExtra:
19:58:29 T:3058848848  NOTICE:         m_deviceType      : AE_DEVTYPE_PCM
19:58:29 T:3058848848  NOTICE:         m_channels        : FL,FR
19:58:29 T:3058848848  NOTICE:         m_sampleRates     : 48000
19:58:29 T:3058848848  NOTICE:         m_dataFormats     : AE_FMT_FLOAT,AE_FMT_S32LE,AE_FMT_S16LE
19:58:29 T:2926056528   ERROR: /storage/.xbmc/addons/script.module.requests/lib/requests/packages/urllib3/util/ssl_.py:79: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning.
                                              InsecurePlatformWarning
19:58:29 T:2805986384  NOTICE: Thread JobWorker start, auto delete: true
19:58:34 T:3058864672  NOTICE: COMXPlayer: Opening: smb://SERVER-PC/TV/Whatevers.mkv

I searched for that insecureplatformwarning but didn't find any information. Any help would be greatly appreciated. Thanks!
Reply
#2
Are you using any extra addons to watch these videos?

It might just be time to upgrade to a newer version of OpenELEC.
Texture Cache Maintenance Utility: Preload your texture cache for optimal UI performance. Remotely manage media libraries. Purge unused artwork to free up space. Find missing media. Configurable QA check to highlight metadata issues. Aid in diagnosis of library and cache related problems.
Reply
#3
(2015-04-22, 07:32)Milhouse Wrote: Are you using any extra addons to watch these videos?

It might just be time to upgrade to a newer version of OpenELEC.

I'm trying to get the newest openelec up and running. We'll see if that makes a difference.

Only one plugin really besides the log file generator. I just use a trakt.tv plugin to sync my watches but i've ben using that for months with no problems.
Hmmmm...
Reply

Logout Mark Read Team Forum Stats Members Help
Videos keep freezing then going back to menu...0