*** frinring_ is now known as frinring | 01:13 | |
*** zbenjamin_ is now known as zbenjamin | 01:28 | |
*** nyov is now known as Guest84576 | 03:07 | |
Mister_Magister | i haven't been here in long time | 10:47 |
---|---|---|
Mister_Magister | abranson: 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/8012b546 | 10:48 |
abranson | Mister_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_Magister | abranson: yeah it happens on 2 different devices, i just have multiple Video components in a silicalistview | 10:52 |
Mister_Magister | and simple files | 10:52 |
Mister_Magister | by multiple i mean around 20j | 10:53 |
Mister_Magister | but it happens even with 2 i believe, it's pretty random | 10:53 |
Mister_Magister | and it's most likely not file problem because sometimes when i just wanna show video app crashes but after crash and restart it works fine | 10:54 |
abranson | hmm, 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 |
abranson | i guess depending on the codec and resolution, if you create too many then it might do what you're seeing | 10:57 |
Mister_Magister | huuh | 10:57 |
abranson | also, i've seen a problem with some dynamic streaming sources where multiple codecs are created to process all the different streams available | 10:57 |
Mister_Magister | anyway thanks for help | 11:04 |
abranson | hope it was some help! | 11:13 |
Mister_Magister | abranson: i changed from onStopped: video.play() to onStopped: { video.seek(0); video.play() } and problem seems to be gone? | 11:16 |
abranson | now you've got me wondering what you're doing :) multiple video streams that get restarted if they're stopped?? | 11:18 |
Mister_Magister | abranson: yeah looped | 11:22 |
Mister_Magister | like gifs | 11:22 |
abranson | ah, not stopped by hand :) | 11:23 |
Mister_Magister | abranson: 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 |
abranson | ah. could be the output doesn't like it. maybe test with having them both play in separate outputs? | 11:25 |
Mister_Magister | abranson: what do you mean? | 11:26 |
abranson | or is that what you're doing anyway? | 11:26 |
Mister_Magister | yeah | 11:26 |
Mister_Magister | i have Video component not VideoOutput and MediaPlayer | 11:26 |
abranson | how many? | 11:27 |
Mister_Magister | yeah i seem to not be able to crash it anymore, maybe i will try to seek play instead of just play with 2 components aswell | 11:27 |
Mister_Magister | abranson: what? | 11:27 |
abranson | do you have one video component with two sources, or two video components that you alternatively show | 11:28 |
Mister_Magister | abranson: second option | 11:28 |
abranson | ah right. if it was the first, i'd suggest doing the second instead, but you already are :) | 11:28 |
abranson | sounds good though! | 11:28 |
Mister_Magister | but ye seeking and playing instead of just playing seems not crashing my app | 11:30 |
Mister_Magister | maybe it works differently | 11:30 |
Mister_Magister | abranson: yep it seems to be working | 11:39 |
ajalkane | Why does QML only app give error when installing to phone: Failed dependencies: libsailfishapp-launcher is needed | 16:31 |
ajalkane | Done with basic SDK template without modifications to yamls etc. Works in emulator. | 16:31 |
ajalkane | Hmph, 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 |
ajalkane | Actually the yaml and sppec files do specify that. Weird | 16:39 |
ajalkane | Well, 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 |
attah | Maybe if you "install by copying binaries" and have never installed any other pure qml apps? | 17:05 |
ajalkane | I 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 |
ajalkane | I haven't checked the RPM contents if they retain the information specified in yaml and spec though. | 17:11 |
ajalkane | But I guess they do, at least in some form, since "rpm -i" was smart enough to complain about it | 17:12 |
*** svartoyg is now known as svartoyg_afk | 23:29 |
Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!