Hello all, I have buffering issues with playing the uhd image file "goodfellas.iso" from the SMB share. See the log file below. Any hint what could be the reason for this buffering? My configuration: [raspberryPi5 openmediavault 7] <--> [raspberryPi5 libreelec 11.0.5] <--> [Samsung 4k TV]
Code
2023-02-26 17:48:40.334 T:1774 info <general>: VideoPlayer::OpenFile: smb://192.168.1.1/uhd/4k [1990] goodfellas/goodfellas.iso
2023-02-26 17:48:40.335 T:3516 info <general>: Creating InputStream
2023-02-26 17:48:41.254 T:3516 info <general>: VideoPlayer: playing a file with menu's
2023-02-26 17:48:41.254 T:3516 info <general>: Creating Demuxer
2023-02-26 17:48:41.968 T:3516 info <general>: Opening stream: 0 source: 256
2023-02-26 17:48:41.968 T:3516 info <general>: Creating video codec with codec id: 173
2023-02-26 17:48:41.968 T:3516 info <general>: CDVDVideoCodecDRMPRIME::Open - using decoder HEVC (High Efficiency Video Coding)
2023-02-26 17:48:41.970 T:3516 error <general>: CDVDVideoCodecDRMPRIME::FilterOpen - avfilter_graph_config: Invalid argument (-22)
2023-02-26 17:48:41.970 T:3516 info <general>: Creating video thread
2023-02-26 17:48:41.970 T:3526 info <general>: running thread: video_thread
2023-02-26 17:48:41.971 T:3516 info <general>: Opening stream: 3 source: 256
2023-02-26 17:48:41.971 T:3516 info <general>: Finding audio codec for: 86019
2023-02-26 17:48:41.971 T:3516 info <general>: CDVDAudioCodecFFmpeg::Open() Successful opened audio decoder ac3
2023-02-26 17:48:41.971 T:3516 info <general>: OpenStream: Allowing max Out-Of-Sync Value of 10 ms
2023-02-26 17:48:41.971 T:3516 info <general>: Creating audio thread
2023-02-26 17:48:41.971 T:3527 info <general>: running thread: CVideoPlayerAudio::Process()
2023-02-26 17:48:41.971 T:3516 info <general>: Opening stream: 18 source: 256
2023-02-26 17:48:41.981 T:3527 info <general>: Creating audio stream (codec id: 86019, channels: 2, sample rate: 48000, no pass-through)
2023-02-26 17:48:42.022 T:1782 info <general>: CActiveAESink::OpenSink - initialize sink
2023-02-26 17:48:42.222 T:1782 info <general>: CAESinkALSA::Initialize - Attempting to open device "hdmi:CARD=vc4hdmi0,DEV=0"
2023-02-26 17:48:42.224 T:1782 info <general>: CAESinkALSA::Initialize - Opened device "hdmi:CARD=vc4hdmi0,DEV=0,AES0=0x04,AES1=0x82,AES2=0x00,AES3=0x02"
2023-02-26 17:48:42.224 T:1782 info <general>: CAESinkALSA::InitializeHW - Your hardware does not support AE_FMT_FLOAT, trying other formats
2023-02-26 17:48:42.224 T:1782 info <general>: CAESinkALSA::InitializeHW - Using data format AE_FMT_S24NE3
2023-02-26 17:48:52.528 T:3527 info <general>: CVideoPlayerAudio::Process - stream stalled
2023-02-26 17:49:11.976 T:3527 info <general>: ProcessDecoderOutput: Changed max allowed Out-Of-Sync value to 45 ms due self-learning
2023-02-26 17:49:49.034 T:3527 info <general>: CVideoPlayerAudio::Process - stream stalled
2023-02-26 17:49:49.549 T:3526 warning <general>: OutputPicture - timeout waiting for buffer
2023-02-26 17:50:05.126 T:3527 info <general>: CVideoPlayerAudio::Process - stream stalled
2023-02-26 17:50:05.649 T:3526 warning <general>: OutputPicture - timeout waiting for buffer
2023-02-26 17:50:20.280 T:3527 info <general>: CVideoPlayerAudio::Process - stream stalled
2023-02-26 17:50:39.992 T:3527 info <general>: CVideoPlayerAudio::Process - stream stalled
2023-02-26 17:51:01.547 T:3527 info <general>: CVideoPlayerAudio::Process - stream stalled
2023-02-26 17:51:26.514 T:3527 info <general>: CVideoPlayerAudio::Process - stream stalled
2023-02-26 17:52:24.142 T:3527 info <general>: CVideoPlayerAudio::Process - stream stalled
2023-02-26 17:52:24.650 T:3526 warning <general>: OutputPicture - timeout waiting for buffer
2023-02-26 17:53:19.369 T:3527 info <general>: CVideoPlayerAudio::Process - stream stalled
2023-02-26 17:53:54.519 T:3527 info <general>: CVideoPlayerAudio::Process - stream stalled
Display More