Hello,
I'm getting problems on LibreELEC 8.0.0 with a Fenvi dongle based on rtl8812au chip.
It seems to work fine but on playback of HD videos, after several minutes, the video freeze and playback stops. It's not a buffering problem, the playback is stopped and exits completely:
The debug log reports:
Code
14:40:32.597 T:1481634720 ERROR: Read - Error( -1, 22, Invalid argument ) - Retrying
14:41:02.624 T:1481634720 ERROR: Read - Error( -1, 22, Invalid argument )
14:41:02.624 T:1481634720 ERROR: ffmpeg[584FF3A0]: [matroska,webm] Read error
14:41:02.626 T:1473246112 DEBUG: COMXPlayerVideo - CDVDMsg::GENERAL_EOF
14:41:02.627 T:1473246112 INFO: COMXVideo::SubmitEOS
14:41:02.632 T:1464857504 DEBUG: COMXPlayerAudio - CDVDMsg::GENERAL_EOF
14:41:02.634 T:1464857504 INFO: COMXAudio::SubmitEOS
14:41:02.728 T:1481634720 INFO: COMXVideo::IsEOS
14:41:02.728 T:1481634720 INFO: COMXAudio::IsEOS
14:41:02.728 T:1481634720 INFO: Process - eof reading from demuxer
14:41:02.728 T:1481634720 NOTICE: CVideoPlayer::OnExit()
Display More
Is the speed to high to loose data on usb bus?
The dongle as shown in dmesg:
Code
[ 4.224245] 8812au: loading out-of-tree module taints kernel.
[ 4.234159] RTL871X: module init start
[ 4.234166] RTL871X: rtl8812au v4.3.20_16317.20160108
[ 4.234168] RTL871X: build time: Feb 18 2017 05:04:28
[ 4.376612] RTL871X: rtw_ndev_init(wlan0) if1 mac_addr=8c:88:2b:00:05:84
[ 4.377484] usbcore: registered new interface driver rtl8812au
[ 4.377493] RTL871X: module init ret=0
[ 4.424381] uart-pl011 3f201000.serial: no DMA platform data
[ 4.999885] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 6.065984] RTL871X: rtw_set_802_11_connect(wlan0) fw_state=0x00000008
[ 6.270679] RTL871X: start auth
[ 6.274011] RTL871X: auth success, start assoc
[ 6.278609] RTL871X: rtw_cfg80211_indicate_connect(wlan0) BSS not found !!
[ 6.278618] RTL871X: assoc success
[ 6.278757] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[ 6.285807] RTL871X: recv eapol packet
[ 6.286417] RTL871X: send eapol packet
[ 6.294705] RTL871X: recv eapol packet
[ 6.294980] RTL871X: send eapol packet
[ 6.295173] RTL871X: set pairwise key camid:4, addr:40:5d:82:d8:ed:e1, kid:0, type:AES
[ 6.296989] RTL871X: set group key camid:5, addr:40:5d:82:d8:ed:e1, kid:1, type:AES
Display More
Any clue? Thank you in advance.