Errors Playing from NFS Source on Windows
#1
I have a Drobo 5N running NFS serving video to both my Windows 7 XBMC and my RaspBMC instance with a shared library on MySQL. I have noticed that some videos (usually HD) will not play on my Windows 7 XBMC but works fine on RaspBMC. Not only that if I play the video from SMB path it works just fine in XBMC.

Error log:
Code:
10:51:32 T:8044  NOTICE: Creating InputStream
10:51:32 T:8044  NOTICE: Creating Demuxer
10:51:32 T:8044   ERROR: CDVDDemuxFFmpeg::Open - Error, could not open file nfs://192.168.1.121//mnt/DroboFS/Shares/Movies/Movies/Cleopatra.1963.CD1.m4v
10:51:32 T:8044   ERROR: CDVDPlayer::OpenDemuxStream - Error creating demuxer
10:51:32 T:8044  NOTICE: CDVDPlayer::OnExit()
10:51:32 T:8044  NOTICE: CDVDPlayer::OnExit() deleting input stream
10:51:32 T:5144   ERROR: Playlist Player: skipping unplayable item: 0, path [nfs://192.168.1.121//mnt/DroboFS/Shares/Movies/Movies/Cleopatra.1963.CD1.m4v]
10:51:32 T:3888  NOTICE: Thread Background Loader start, auto delete: false
10:51:32 T:5144  NOTICE: CDVDPlayer::CloseFile()
10:51:32 T:5144 WARNING: CDVDMessageQueue(player)::Put MSGQ_NOT_INITIALIZED
10:51:32 T:5144  NOTICE: DVDPlayer: waiting for threads to exit
10:51:32 T:5144  NOTICE: DVDPlayer: finished waiting

Any thoughts?

This is the media info for that particular file.

http://pastebin.com/GFyDStUr
Reply
#2
Full debug log when trying to play that file from NFS.

http://pastebin.com/9aWQwAwz
Reply
#3
Anybody?
Reply
#4
In your debug log is no output of playing anything (i mean your pastebin link). Please post a new log to pastebin and ensure that your issue is really captured. Also you would do me a big favour if you would prevent scanning for movies in that debug log as it makes it really hard and time consuming to find the important printouts.
AppleTV4/iPhone/iPod/iPad: HowTo find debug logs and everything else which the devs like so much: click here
HowTo setup NFS for Kodi: NFS (wiki)
HowTo configure avahi (zeroconf): Avahi_Zeroconf (wiki)
READ THE IOS FAQ!: iOS FAQ (wiki)
Reply
#5
Not sure why this worked but I remuxed all my non-working files from m4v to mkv and now everything works perfectly.
Reply
#6
Managed to duplicate similar symptoms.

More than 100 movies in mp4 or m4v container does not play. Approximately 900 movies in mp4 or m4v containers works just fine. Unplayable movies works just fine with similar Gotham version under osX

Code:
17:04:24 T:2552  NOTICE: Starting XBMC (13.0-ALPHA11 Git:20131224-b90d7c9). Platform: x86 Win32 32-bit
17:04:24 T:2552  NOTICE: Using Release XBMC x32 build, compiled Dec 25 2013 by MSVC 160040219 for x86 Win32 32-bit version 0x06000000
17:04:24 T:2552  NOTICE: Running on Windows 8.1 64-bit, build 9600
….
17:11:14 T:2552  NOTICE: DVDPlayer: Opening: nfs://10.0.1.10/volume1/Barn/Twilight Saga - Eclipse.m4v
17:11:14 T:2552 WARNING: CDVDMessageQueue(player)::Put MSGQ_NOT_INITIALIZED
17:11:14 T:3032  NOTICE: Thread DVDPlayer start, auto delete: false
17:11:14 T:3032  NOTICE: Creating InputStream
17:11:14 T:3032  NOTICE: Creating Demuxer
17:11:14 T:3032   ERROR: CDVDDemuxFFmpeg::Open - Error, could not open file nfs://10.0.1.10/volume1/Barn/Twilight Saga - Eclipse.m4v
17:11:14 T:3032   ERROR: CDVDPlayer::OpenDemuxStream - Error creating demuxer
17:11:14 T:3032  NOTICE: CDVDPlayer::OnExit()
17:11:14 T:3032  NOTICE: CDVDPlayer::OnExit() deleting input stream
17:11:14 T:2552   ERROR: Playlist Player: skipping unplayable item: 0, path [nfs://10.0.1.10/volume1/Barn/Twilight Saga - Eclipse.m4v]
17:11:14 T:1912  NOTICE: Thread BackgroundLoader start, auto delete: false
17:11:14 T:2552  NOTICE: CDVDPlayer::CloseFile()
17:11:14 T:2552  NOTICE: DVDPlayer: waiting for threads to exit
17:11:14 T:2552  NOTICE: DVDPlayer: finished waiting
17:11:14 T:2552  NOTICE: CDVDPlayer::CloseFile()
17:11:14 T:2552  NOTICE: DVDPlayer: waiting for threads to exit
17:11:14 T:2552  NOTICE: DVDPlayer: finished waiting
Reply

Logout Mark Read Team Forum Stats Members Help
Errors Playing from NFS Source on Windows0