David-EIPI
David-EIPI
I have found a similar issue when starting a PVR stream play via inputstream.adaptive after another stream was played via inputstream.ffmpegdirect. Only this time bad_variant_access is thrown from CVariant.asString(). I...
Yes, I have just built Kodi with https://github.com/xbmc/xbmc/pull/26581. The crash still happens, exception is thrown at the same line in CVariant.size(). I can attach the log if needed, but it...
Here it is. https://pastebin.com/FcAutYGT (updated link)
Sorry, forgot to add full dump options. Here is the full log https://pastebin.com/FcAutYGT
That is some amazing insight, [neo1973](https://github.com/neo1973)! I have just tested it. Moved addon's CVariant into existing namespace ffmpegdirect, because many source files already use it = less edits. Rebuilt and...