When trying to play a video file, the video doesn't play. I see the seek time moving but there's no image or sound. The video file is old, it's an avi file of a 2000's show, VLC says the codec is MS MPEG-4 Video v2 (MP42). I'm using an ODROID-C2 device with LibreELEC (Krypton) v7.90.007 ALPHA. Below is the log when I open the file:
Code
16:44:17 T:548100825088 NOTICE: VideoPlayer: Opening: smb://RASPBERRYPI/tank/downloads/Jackie Chan Adventures/Season 1/1x04- Enter the Viper.avi
16:44:17 T:548100825088 WARNING: CDVDMessageQueue(player)::Put MSGQ_NOT_INITIALIZED
16:44:17 T:545945125088 NOTICE: Creating InputStream
16:44:17 T:545945125088 NOTICE: Creating Demuxer
16:44:17 T:545945125088 NOTICE: Opening stream: 0 source: 256
16:44:17 T:545945125088 NOTICE: Creating video codec with codec id: 16
16:44:17 T:545945125088 ERROR: Unable to load libamplayer.so, reason: libamplayer.so: cannot open shared object file: No such file or directory
16:44:17 T:545945125088 WARNING: CAMLCodec::CAMLCodec libamplayer.so not found, trying libamcodec.so instead
16:44:17 T:545945125088 NOTICE: Creating video thread
16:44:17 T:545945125088 NOTICE: Opening stream: 1 source: 256
16:44:17 T:547306336480 NOTICE: running thread: video_thread
16:44:17 T:545945125088 NOTICE: Finding audio codec for: 65536
16:44:17 T:545945125088 NOTICE: Creating audio thread
16:44:17 T:547297947872 NOTICE: running thread: CVideoPlayerAudio::Process()
16:44:17 T:547297947872 NOTICE: Creating audio stream (codec id: 65536, channels: 2, sample rate: 44100, no pass-through)
Display More