Replies: 11 comments
-
|
I would have expected that. Implementing the detach/attach feature would make it possible to start one of the plugin instances in detached mode without display/decoder. |
Beta Was this translation helpful? Give feedback.
-
|
Implementing this might open the opportunity to do integration tests in CI (pushing sample PES packets into PlayVideo()). I think for now an appropriate error message would be sufficient. |
Beta Was this translation helpful? Give feedback.
-
|
https://github.com/rellla/vdr-plugin-softhddevice-drm-gles/tree/WIP/suspendV02 |
Beta Was this translation helpful? Give feedback.
-
|
And it does not end the init when this fails, leading to a crash This fails if dtoverlay=vc4-fkms-v3d is not set.
|
Beta Was this translation helpful? Give feedback.
-
|
According to the readme, dtoverlay should be vc4-mks-v3d anyway!? |
Beta Was this translation helpful? Give feedback.
-
|
Yes, it was a mistake on my side. But the plugin should not crash in this case. |
Beta Was this translation helpful? Give feedback.
-
|
Yes, probably. But what is the usecase of softhddevice without displaying anything? |
Beta Was this translation helpful? Give feedback.
-
|
The point is an application must not crash, regardless how dumb the user is :) |
Beta Was this translation helpful? Give feedback.
-
|
Maybe we simply can try to always set detached state if sth with init went wrong? |
Beta Was this translation helpful? Give feedback.
-
|
Makes sense, now that we have that ability! |
Beta Was this translation helpful? Give feedback.
-
|
needs testing, but maybe #269 could fix this |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Here
vdr-plugin-softhddevice-drm-gles/videorender.cpp
Line 2056 in 307dc4e
Beta Was this translation helpful? Give feedback.
All reactions