Kodi DSPlayer – DirectShow Player for Windows
(2015-05-25, 23:18)ExplodingCore Wrote: Hello guys

I am currently working on a setup with central MySQL Database and files shared via FTP. Either way while doing so I discovered a problem with Dsplayer and ftp files.
It seems like the source filter or whatever cannot decode the file adress in USERNAMETongueASSWORD notation.

I'm using Dsplayer with LAV Filter, ffdshow video, madVR, Reclock, DirectVobSub and SVP.

It works just fine playing the file directly via local path. Here's the according kodi.log section:
Code:
23:02:11 T:9656  NOTICE: CDSPlayer::OpenFile - DSPlayer: Opening: G:\amovie.mkv
23:02:11 T:9656  NOTICE: CDSPlayer::OpenFileInternal - DSPlayer: Opening: G:\amovie.mkv
23:02:11 T:10212  NOTICE: Thread CDSPlayer thread start, auto delete: false
23:02:11 T:10212  NOTICE: CDSPlayer::Process - Creating DS Graph
23:02:11 T:10212  NOTICE: Loading filter core factory settings from special://profile/dsplayer/filtersconfig.xml (filters configuration).
23:02:11 T:10212  NOTICE: Loading filter core factory settings from special://xbmc/system/players/dsplayer/filtersconfig.xml (filters configuration).
23:02:11 T:10212  NOTICE: Loading filter core factory settings from special://profile/dsplayer/mediasconfig.xml (medias configuration).
23:02:11 T:10212  NOTICE: Loading filter core factory settings from special://xbmc/system/players/dsplayer/mediasconfig.xml (medias configuration).
23:02:11 T:10212  NOTICE: Successfully loaded rules
23:02:11 T:10212  NOTICE: CFGLoader::InsertAudioRenderer Successfully added "" to the graph
23:02:11 T:10212  NOTICE: CFGLoader::InsertFilter Successfully added "LAV Splitter Source" to the graph
23:02:11 T:10212  NOTICE: CFGLoader::InsertSourceFilter Successfully loaded file in the splitter/source
23:02:11 T:10212  NOTICE: CFGLoader::InsertFilter Successfully added "DirectVobSub" to the graph
23:02:11 T:10212  NOTICE: CSubtitleManager::Initialize disabled libsubs.dll
23:02:11 T:10212  NOTICE: CFGLoader::InsertFilter Successfully added "ffdshow Video Decoder" to the graph
23:02:11 T:10212  NOTICE: CFGLoader::InsertFilter Successfully added "LAV Audio Decoder" to the graph
23:02:12 T:10212  NOTICE: CDSPlayer::Process - Successfully creating DS Graph

And when I want to play it via ftp path i get this:
Code:
23:03:56 T:9656  NOTICE: CDSPlayer::OpenFile - DSPlayer: Opening: ftp://username:[email protected]:21/amovie.mkv
23:03:56 T:9656  NOTICE: CDSPlayer::OpenFileInternal - DSPlayer: Opening: ftp://username:[email protected]:21/amovie.mkv
23:03:56 T:5180  NOTICE: Thread CDSPlayer thread start, auto delete: false
23:03:56 T:5180  NOTICE: CDSPlayer::Process - Creating DS Graph
23:03:56 T:5180  NOTICE: Loading filter core factory settings from special://profile/dsplayer/filtersconfig.xml (filters configuration).
23:03:56 T:5180  NOTICE: Loading filter core factory settings from special://xbmc/system/players/dsplayer/filtersconfig.xml (filters configuration).
23:03:56 T:5180  NOTICE: Loading filter core factory settings from special://profile/dsplayer/mediasconfig.xml (medias configuration).
23:03:56 T:5180  NOTICE: Loading filter core factory settings from special://xbmc/system/players/dsplayer/mediasconfig.xml (medias configuration).
23:03:56 T:5180  NOTICE: Successfully loaded rules
23:03:56 T:5180  NOTICE: CFGLoader::InsertAudioRenderer Successfully added "" to the graph
23:03:57 T:5180  NOTICE: CFGLoader::InsertFilter Successfully added "LAV Splitter Source" to the graph
23:03:57 T:5180   ERROR: CFGLoader::InsertSourceFilter Failed to load file in the splitter/source
23:03:57 T:5180   ERROR: CFGLoader::LoadFilterRules Failed to insert the source filter
23:03:57 T:5180   ERROR: CFGManager::RenderFileXbmc Failed to load filters rules
23:03:57 T:5180   ERROR: CDSPlayer::Process - Failed creating DS Graph

Is there a fix for this?
will do some test when i have time and let you know what is up with ftp
Reply


Messages In This Thread
Lockup on STOP issue resolved! - by MKANET - 2015-04-11, 21:59
RE: Kodi DSPlayer – DirectShow Player for Windows - by tiben20 - 2015-05-26, 00:10
RE: 4G aware patch - by MagikMark - 2015-09-08, 03:27
Alt-F4 no longer quits - by JeffA - 2015-10-31, 20:38
H265 playback - by rew88 - 2017-11-04, 00:41
RE: H265 playback - by ashlar - 2017-11-04, 16:21
RE: H265 playback - by rew88 - 2017-11-05, 01:34
RE: H265 playback - by ashlar - 2017-11-05, 16:48
RE: H265 playback - by rew88 - 2017-11-05, 23:08
RE: H265 playback - by ashlar - 2017-11-06, 12:00
Leia 18 - by terpsarlington - 2017-11-21, 03:51
RE: Leia 18 - by spencerjford - 2017-11-21, 06:24
Display Modes / Refresh Rates - by goofer69 - 2019-09-20, 00:19
RE: Display Modes / Refresh Rates - by ashlar - 2019-09-20, 00:39
RE: Display Modes / Refresh Rates - by ashlar - 2019-09-20, 19:35
DSPlayer 23.810 to 23.976 - by Runakanta - 2018-05-09, 03:24
RE: DSPlayer 23.810 to 23.976 - by Warner306 - 2018-05-10, 01:32
Logout Mark Read Team Forum Stats Members Help
Kodi DSPlayer – DirectShow Player for Windows47