Does beta 1 support UHD 630 chipset already?
Posts by ftrueck
-
-
I installed this release (generic) on my htpc box and it runs kinda ok. The only big issue I've got: I can't play DVDs. Bluray playback works fine though.
Here is a snippet from kodi log:
Code
Display More22:25:40.495 T:140402347407552 NOTICE: UDev: Changed / Added /var/media/BABYLON5_SEASON_1 22:25:42.738 T:140402347407552 NOTICE: VideoPlayer::OpenFile: /var/media/BABYLON5_SEASON_1/VIDEO_TS/VIDEO_TS.IFO 22:25:42.738 T:140399569946368 NOTICE: Creating InputStream 22:25:42.739 T:140399569946368 ERROR: dll_getmntent - getmntent is not implemented for our virtual filesystem 22:25:42.739 T:140399569946368 ERROR: dll_fclose emulated function failed 22:25:42.739 T:140399569946368 NOTICE: VideoPlayer: playing a file with menu's 22:25:42.739 T:140399569946368 NOTICE: Creating Demuxer 22:25:42.851 T:140402347407552 NOTICE: UDev: Changed / Added /var/media/BABYLON5_SEASON_1 22:25:43.653 T:140399569946368 WARNING: could not find codec parameters for /var/media/BABYLON5_SEASON_1/VIDEO_TS/VIDEO_TS.IFO 22:25:43.654 T:140399569946368 NOTICE: Opening stream: 1 source: 512 22:25:43.654 T:140399569946368 NOTICE: Opening stream: 0 source: 512 22:25:43.654 T:140399569946368 NOTICE: Finding audio codec for: 0 22:25:43.654 T:140399569946368 ERROR: Unsupported audio codec 22:25:43.655 T:140399569946368 NOTICE: VideoPlayer: next stream, wait for old streams to be finished 22:25:43.655 T:140399569946368 NOTICE: Creating Demuxer 22:25:43.693 T:140399569946368 ERROR: Error getting next block: Error reading NAV packet. 22:25:43.693 T:140399569946368 WARNING: could not find codec parameters for /var/media/BABYLON5_SEASON_1/VIDEO_TS/VIDEO_TS.IFO 22:25:43.694 T:140399569946368 NOTICE: CVideoPlayer::OnExit() 22:25:43.694 T:140399569946368 NOTICE: VideoPlayer: eof, waiting for queues to empty 22:25:43.718 T:140402347407552 NOTICE: CVideoPlayer::CloseFile() 22:25:43.718 T:140402347407552 NOTICE: VideoPlayer: waiting for threads to exit 22:25:43.718 T:140402347407552 NOTICE: VideoPlayer: finished waiting 22:25:43.718 T:140402347407552 NOTICE: CVideoPlayer::CloseFile() 22:25:43.718 T:140402347407552 NOTICE: VideoPlayer: waiting for threads to exit 22:25:43.718 T:140402347407552 NOTICE: VideoPlayer: finished waiting
Then I tried playing a VOB file directly:
Code
Display More22:25:58.845 T:140402347407552 NOTICE: VideoPlayer::OpenFile: /var/media/BABYLON5_SEASON_1/VIDEO_TS/VTS_01_1.VOB 22:25:58.846 T:140399653873408 NOTICE: Creating InputStream 22:25:58.849 T:140399653873408 NOTICE: Creating Demuxer 22:25:59.333 T:140399653873408 ERROR: Open - error probing input format, /var/media/BABYLON5_SEASON_1/VIDEO_TS/VTS_01_1.VOB 22:25:59.333 T:140399653873408 ERROR: OpenDemuxStream - Error creating demuxer 22:25:59.333 T:140399653873408 NOTICE: CVideoPlayer::OnExit() 22:25:59.368 T:140402347407552 NOTICE: CVideoPlayer::CloseFile() 22:25:59.368 T:140402347407552 NOTICE: VideoPlayer: waiting for threads to exit 22:25:59.368 T:140402347407552 NOTICE: VideoPlayer: finished waiting 22:26:05.062 T:140402347407552 NOTICE: VideoPlayer::OpenFile: /var/media/BABYLON5_SEASON_1/VIDEO_TS/VTS_01_1.VOB 22:26:05.065 T:140399737800448 NOTICE: Creating InputStream 22:26:05.068 T:140399737800448 NOTICE: Creating Demuxer 22:26:05.097 T:140399737800448 ERROR: Open - error probing input format, /var/media/BABYLON5_SEASON_1/VIDEO_TS/VTS_01_1.VOB 22:26:05.097 T:140399737800448 ERROR: OpenDemuxStream - Error creating demuxer 22:26:05.097 T:140399737800448 NOTICE: CVideoPlayer::OnExit() 22:26:05.181 T:140402347407552 NOTICE: CVideoPlayer::CloseFile() 22:26:05.181 T:140402347407552 NOTICE: VideoPlayer: waiting for threads to exit 22:26:05.181 T:140402347407552 NOTICE: VideoPlayer: finished waiting 22:26:13.063 T:140402347407552 NOTICE: stop player 22:26:13.063 T:140402347407552 NOTICE: Storing total System Uptime 22:26:13.063 T:140402347407552 NOTICE: Saving settings 22:26:13.065 T:140402347407552 NOTICE: Saving skin settings 22:26:13.066 T:140402347407552 NOTICE: stop all 22:26:13.066 T:140402347407552 NOTICE: ES: Stopping event server
As far as I can see this seems to be a codec issue but I have no clue what to install so that it plays DVDs. As I said before: Bluray media (from an original disc) works fine so the drive has no issues. Any hint on how to get it playing would be appreciated.