VLC not applied in Android streaming
#1
Hi Guys,

I am using VLC in my android box and I edited the playercorefactory.xml file with these information:
xml:
<playercorefactory>
<players>
<player name="VLCPlayer" type="ExternalPlayer" audio="true" video="true">
<filename>org.videolan.vlc</filename>
<args>--fullscreen "{1}"</args>
<hidexbmc>flase</hidexbmc>
<playcountminimumtime>0</playcountminimumtime>
</player>
</players>
</playercorefactory>
<rules action="prepend">
<!---
********** **********
********** EDIT THIS SECTION **********
********** **********
-->
<rule protocols="smb" player="CHOOSE PLAYER NAME HERE" />
<rule dvdimage="true" player="CHOOSE PLAYER NAME HERE"/>
<rule protocols="rtmp" player="CHOOSE PLAYER NAME HERE"/>
<rule protocols="rtsp" player="VLCPlayer" />
<rule protocols="sop" player="CHOOSE PLAYER NAME HERE" />
<rule internetstream="true" player="CHOOSE PLAYER NAME HERE" />
<rule video="true" player="CHOOSE PLAYER NAME HERE"/> <!-- Default for anything else not listed -->
</rules>

but in the log I saw is using FFMPEG not VLC

What could be the issue here?

Thanks for all
Reply
#2
Here is 1 typo, unsure if it will fix the VLC link.
<hidexbmc>flase</hidexbmc> =-> false
Reply
#3
I edited to be false. but still using FFMPEG instead of VLC?
Reply
#4
(2021-12-29, 16:07)Klojum Wrote: Here is 1 typo, unsure if it will fix the VLC link.
<hidexbmc>flase</hidexbmc> =-> false

it works after reload the kodi! but didn't take the buffer info in my m3u file:

Code:
#EXTM3U
#EXTINF:0,rtsp://192.168.100.242:554
#EXTVLCOPT:network-caching=250
rtsp://user:[email protected]:554
Reply

Logout Mark Read Team Forum Stats Members Help
VLC not applied in Android streaming0