Kodi Community Forum

Full Version: Player Problem and changing title
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi guys, i am currently developing a new addon with python.
but there are 2 problems, the addon will steam a HLS(http live streaming).
when i use the addon on windows/some linux, the default player is DVDPlayer, it can run well, normally. but there are some xbmc with default player MPlayer, if this addon run on these device(e.g QNAP TS-269H/Asustor AS-20XTE), it play only about 6-10 seconds and then stop. reviewing the log, there is a line "Process - mplayer process exception error". if i assign the hls to be played by DVDPlayer, the video and sound are not synchronize and a bit laggy.
what should i do to solve this problem??

the 2nd question is when the addon is playing the HLS, can i change the title(in the middle while playing)? which mean updating the title of the HLS, thanks
any help?