futeko.com FORUM

Product Support => HiMedia Q10 Pro, Q5 Pro => Topic started by: sonof1 on May 03, 2020, 04:23:14 PM

Title: Wrapper not work
Post by: sonof1 on May 03, 2020, 04:23:14 PM
Himedia Q5 pro , kodi 18.6
if I set the wrapper player, I have the error "mount failed";
what i don't understand is why in playercorefactory.xml i have

<!--network protocol rules-->
<rule player="VideoPlayer" protocols="nfs|http|rtmp|sop"/>
<!--all nfs-->

it always worked with protocol smb without modification playercorefactory.xml



Title: Re: Wrapper not work
Post by: sonof1 on May 03, 2020, 09:30:13 PM
Looking at several threads I modified playercorefactory.xml

<rule protocols = "http | https | rtmp | sop" player = "VideoPlayer" /> <! - all http ->
<rule protocols = "nfs | smb" name = "Wrapper" /> <! - all nfs | smb ->

but it doesn't work; it seems that sometimes the line is deleted
<rule protocols = "nfs | smb" name = "Wrapper" /> <! - all nfs | smb ->

sometimes the file