Saturday, 2020-04-18

*** frinring_ is now known as frinring01:13
*** zbenjamin_ is now known as zbenjamin01:28
*** nyov is now known as Guest8457603:07
Mister_Magisteri haven't been here in long time10:47
Mister_Magisterabranson: in my app i'm getting sigabrt from DroidMediaCodec, is there a way i could workaround it somehow to make my app not crash? https://paste.opensuse.org/8012b54610:48
abransonMister_Magister: looks like a failure allocating an output buffer? not enough info to see what's going on. you say this is an app problem, not device specific?10:51
Mister_Magisterabranson: yeah it happens on 2 different devices, i just have multiple Video components in a silicalistview10:52
Mister_Magisterand simple files10:52
Mister_Magisterby multiple i mean around 20j10:53
Mister_Magisterbut it happens even with 2 i believe, it's pretty random10:53
Mister_Magisterand it's most likely not file problem because sometimes when i just wanna show video app crashes but after crash and restart it works fine10:54
abransonhmm, i know the media_codec xml files declare maximum instances for each codec, but i don't think we're taking any notice of those.10:56
abransoni guess depending on the codec and resolution, if you create too many then it might do what you're seeing10:57
Mister_Magisterhuuh10:57
abransonalso, i've seen a problem with some dynamic streaming sources where multiple codecs are created to process all the different streams available10:57
Mister_Magisteranyway thanks for help11:04
abransonhope it was some help!11:13
Mister_Magisterabranson: i changed from onStopped: video.play() to onStopped: { video.seek(0); video.play() } and problem seems to be gone?11:16
abransonnow you've got me wondering what you're doing :) multiple video streams that get restarted if they're stopped??11:18
Mister_Magisterabranson: yeah looped11:22
Mister_Magisterlike gifs11:22
abransonah, not stopped by hand :)11:23
Mister_Magisterabranson: i was having 2 Video components per one file and then starting second one when first ends and so on, it make it way more fluid than just restarting one video component (cause one video component has like 0.5s delay before restarting) but i guess 2 streams are too unstable?11:24
abransonah. could be the output doesn't like it. maybe test with having them both play in separate outputs?11:25
Mister_Magisterabranson: what do you mean?11:26
abransonor is that what you're doing anyway?11:26
Mister_Magisteryeah11:26
Mister_Magisteri have Video component not VideoOutput and MediaPlayer11:26
abransonhow many?11:27
Mister_Magisteryeah i seem to not be able to crash it anymore, maybe i will try to seek play instead of just play with 2 components aswell11:27
Mister_Magisterabranson: what?11:27
abransondo you have one video component with two sources, or two video components that you alternatively show11:28
Mister_Magisterabranson: second option11:28
abransonah right. if it was the first, i'd suggest doing the second instead, but you already are :)11:28
abransonsounds good though!11:28
Mister_Magisterbut ye seeking and playing instead of just playing seems not crashing my app11:30
Mister_Magistermaybe it works differently11:30
Mister_Magisterabranson: yep it seems to be working11:39
ajalkaneWhy does QML only app give error when installing to phone: Failed dependencies: libsailfishapp-launcher is needed16:31
ajalkaneDone with basic SDK template without modifications to yamls etc. Works in emulator.16:31
ajalkaneHmph, I see... libsailfishapp-launcher is "Available" and not installed by default. So the SDK template is a bit silly, that it doesn't include it as a dependency?16:38
ajalkaneActually the yaml and sppec files do specify that. Weird16:39
ajalkaneWell, I manually installed that one. I guess I'll let Jolla QA deal with it if there's a problem. Might be just my phone...16:41
Nico[m]Hm, does your rpm still list that as a dependency? Maybe the way you installed didn't install dependencies?16:52
attahMaybe if you "install by copying binaries" and have never installed any other pure qml apps?17:05
ajalkaneI tried installing with FileBrowser and with "rpm -i". And yeah, it was not by copying binaries but by creating the RPM. It's probable I have never installed any pure qml apps before.17:10
ajalkaneI haven't checked the RPM contents if they retain the information specified in yaml and spec though.17:11
ajalkaneBut I guess they do, at least in some form, since "rpm -i" was smart enough to complain about it17:12
*** svartoyg is now known as svartoyg_afk23:29

Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!