| The Following User Says Thank You to mattiviljanen For This Useful Post: | ||
|
|
2020-11-17
, 00:53
|
|
Posts: 440 |
Thanked: 2,256 times |
Joined on Jul 2014
|
#162
|
| The Following 4 Users Say Thank You to r0kk3rz For This Useful Post: | ||
|
|
2020-11-18
, 22:05
|
|
Posts: 58 |
Thanked: 65 times |
Joined on Oct 2009
@ Finland
|
#163
|
| The Following User Says Thank You to mattiviljanen For This Useful Post: | ||
|
|
2020-11-18
, 22:09
|
|
Posts: 239 |
Thanked: 586 times |
Joined on Oct 2011
@ Denmark
|
#164
|
I changed the scorpion media stack to be the same as the windys, no idea why it was different. I should really get around to updating droidmedia and gst-droid on these devices as its pretty ancient now which might be the problem you're seeing.
I also baked some new 3.4 images on the gitlab-ci if you want to install and try those out
| The Following User Says Thank You to LouisDK For This Useful Post: | ||
|
|
2020-11-18
, 22:29
|
|
Posts: 440 |
Thanked: 2,256 times |
Joined on Jul 2014
|
#165
|
| The Following User Says Thank You to r0kk3rz For This Useful Post: | ||
|
|
2020-11-25
, 10:50
|
|
Posts: 16 |
Thanked: 23 times |
Joined on Jun 2012
|
#166
|
After I upgraded my sfos on scorpion_windy to 3.3.0.16, applications are unable to output video stream via gstreamer with the following error messages when executed from terminal:
(csd:3433): GLib-GObject-WARNING **: 14:45:59.338: ../gobject/gsignal.c:2529: signal 'show-frame' is invalid for instance '0xb81941d0' of type 'GstDroidEglSink'
(csd:3433): GLib-GObject-WARNING **: 14:45:59.338: ../gobject/gsignal.c:2529: signal 'buffers-invalidated' is invalid for instance '0xb81941d0' of type 'GstDroidEglSink'
Has @mattiviljanen experienced similar problems?
| The Following User Says Thank You to persmule For This Useful Post: | ||
|
|
2020-12-15
, 16:49
|
|
Posts: 4 |
Thanked: 6 times |
Joined on Sep 2018
|
#167
|
| The Following User Says Thank You to contra For This Useful Post: | ||
|
|
2021-01-01
, 00:22
|
|
Posts: 4 |
Thanked: 6 times |
Joined on Sep 2018
|
#168
|
| The Following User Says Thank You to contra For This Useful Post: | ||
|
|
2021-01-01
, 22:31
|
|
Posts: 440 |
Thanked: 2,256 times |
Joined on Jul 2014
|
#169
|
Happy New Year,
Could the not working video be due to the following commit:
https://github.com/sailfishos/gst-droid/pull/48
Would it be possible to try (compile and install) a gst-droid before that commit?
| The Following User Says Thank You to r0kk3rz For This Useful Post: | ||
It's strange, because the audio is ok, the time progresses, but the video just remains black... Something to do with hardware acceleration I guess? I'm reverting back to 3.2 for now...
direc85