2023-10-06, 18:57
I don't think you can get that working. That's what I meant with using ISA for encrypted streams is not yet working some posts ago
(2023-10-06, 18:57)sundermann Wrote: I don't think you can get that working. That's what I meant with using ISA for encrypted streams is not yet working some posts ago
(2023-10-06, 17:19)jepsizofye Wrote:(2023-10-06, 17:11)SoulReaver Wrote: Yes you need the prerequisites
yes, that is why they are called such - otherwise they would be called preoptionals or some such
Quote:plural noun: prerequisites
a thing that is required as a prior condition for something else to happen or exist.
(2023-09-07, 00:59)matthew6870 Wrote:After tryed several videos, I can tell some video files are still out of sync. I don't know from what depends because this happens with videos with AAC and EAC3 audio format, all video files where there is this problem are encoded with x265 and have a resolution of 1080p.(2023-09-04, 23:44)sundermann Wrote: For those of you complaining about sync issues. How much is the audio off? Can you try passthrough mode with enabled AC3 and AC3 transcoding. That does also work with internal speakerspassthrough + AC3 transcoding helps. there is a little catch up when seeking, as was mentioned, but everything seems to be in sync
(2023-10-06, 18:57)sundermann Wrote: I don't think you can get that working. That's what I meant with using ISA for encrypted streams is not yet working some posts ago
(2023-10-07, 09:08)SoulReaver Wrote:(2023-10-06, 17:19)jepsizofye Wrote:(2023-10-06, 17:11)SoulReaver Wrote: Yes you need the prerequisites
yes, that is why they are called such - otherwise they would be called preoptionals or some such
Quote:plural noun: prerequisites
a thing that is required as a prior condition for something else to happen or exist.
Indeed. I was tempted to write hence why they are called as such or obviously at the end of my sentence and bring out the dictionary, but ultimately decided against it as to not sound too condescending against any beginners or non-native English speakers in the forum. Also the specific user later clarified that he did understand the meaning of the word but was just unsure if they were all necessary when building only the binary addons. Have a great weekend and thanks for all your help in this forum
(2023-09-07, 00:59)matthew6870 Wrote:(2023-09-04, 23:44)sundermann Wrote: For those of you complaining about sync issues. How much is the audio off? Can you try passthrough mode with enabled AC3 and AC3 transcoding. That does also work with internal speakerspassthrough + AC3 transcoding helps. there is a little catch up when seeking, as was mentioned, but everything seems to be in sync
(2023-10-07, 12:55)abhi0077 Wrote:That is actually possible too as I did that myself. I ran this command from the kodi folder(2023-10-07, 09:08)SoulReaver Wrote:Post #129 made me think that there might be a way to build addon without building Kodi(2023-10-06, 17:19)jepsizofye Wrote: yes, that is why they are called such - otherwise they would be called preoptionals or some such
Indeed. I was tempted to write hence why they are called as such or obviously at the end of my sentence and bring out the dictionary, but ultimately decided against it as to not sound too condescending against any beginners or non-native English speakers in the forum. Also the specific user later clarified that he did understand the meaning of the word but was just unsure if they were all necessary when building only the binary addons. Have a great weekend and thanks for all your help in this forum
make -j$(getconf _NPROCESSORS_ONLN) -C tools/depends/target/binary-addons PREFIX=$HOME/kodi/build/tools/webOS/packaging ADDONS="inputstream.adaptive"
(2023-10-07, 14:12)SoulReaver Wrote:(2023-10-07, 12:55)abhi0077 Wrote:That is actually possible too as I did that myself. I ran this command from the kodi folder(2023-10-07, 09:08)SoulReaver Wrote: Indeed. I was tempted to write hence why they are called as such or obviously at the end of my sentence and bring out the dictionary, but ultimately decided against it as to not sound too condescending against any beginners or non-native English speakers in the forum. Also the specific user later clarified that he did understand the meaning of the word but was just unsure if they were all necessary when building only the binary addons. Have a great weekend and thanks for all your help in this forumPost #129 made me think that there might be a way to build addon without building Kodiand then I just manually zipped up the inputstream.adaptive folder it created and installed that from zip in Kodi after installing the latest nightly. So you could do that now as you seem to have everything set up for building for any other binary addon you want to install after having already installed Kodi if you want to update these individually in the future without having to build Kodi each time as wellCode:make -j$(getconf _NPROCESSORS_ONLN) -C tools/depends/target/binary-addons PREFIX=$HOME/kodi/build/tools/webOS/packaging ADDONS="inputstream.adaptive"
(2023-10-03, 23:17)sundermann Wrote: @quietvoid: I have pushed my work on the pcm starfish sink here. However, it has very high latency so it's not recommended to enable GUI sounds. Maybe it improves the situation for you
(2023-10-06, 00:11)sundermann Wrote: @k.gg: The debug log is unfortunately not very helpful here. If you can get a stacktrace, that would be great. Usually, core dumps are created in the kodi install directory.
(2023-10-09, 22:23)sundermann Wrote: @k.gg The crash reports feature in DevMode Manager for webOS should give you the stacktrace