@christophecvr
I was looking into 0001-0002-eos-vuplus-dreambox-3.patch, and I think you should separate my patch from it, there is no reason to bundle everything into one big patch.
Also is this neccessary?
diff --git a/gstdvbaudiosink.c b/gstdvbaudiosink.c index 2725def..9cd12e0 100644 --- a/gstdvbaudiosink.c +++ b/gstdvbaudiosink.c @@ -74,9 +74,15 @@ #include <poll.h> #include <stdio.h> +#if GST_VERSION_MAJOR < 1 #include <gst/gst.h> #include <gst/audio/audio.h> #include <gst/base/gstbasesink.h> +#else +#include <gstreamer-1.0/gst/gst.h> +#include <gstreamer-1.0/gst/audio/audio.h> +#include <gstreamer-1.0/gst/base/gstbasesink.h> +#endifOther then that I think patch looks fine, maybe you could add more info to commit message about where did you get DREAMBOX and VUPLUS specifics (dreambox/vu+ dvbmediasink I assume)
@littlesat
1. recommended - http://forums.openpl...ndpost&p=480012
2. important - http://forums.openpl...ndpost&p=481794
Yes You must use the correct headers for gstreamer 1.
Now we are just lucky that the concerned elements and or functions used are same in both. headers. But it could be an issue using wrong headers.
Splitings out is to late now . they should have set You're patch in git from start. It was good Very well documented You really could not have done it better. And it was not machine related.
About DREAMBOX AND VUPLUS is very good documented and explained. On top off it it's very basic. It will not interfere in any way with the ET boxes (which seems the the only in the world who can work with ioctl(self->fd, VIDEO_SET_CODEC_DATA, &videocodecdata)
It's only adapted bypass (audio) and streamtype (video) in function of boxtype.
And the pes-headers in function off boxtype.
That's really all.
But yes pli does not support vuplus we now that. Also not dreambox for the only infantil reason you close You're source na na na I do the same. After all dreambox is only shootings in there own feeds. And no I will never buy a dreambox anymore. Point is I still have one. Like a tremendous amount off users.
If I had known that pli4 team again would act like this I would have start this from the begining.
https://github.com/c...ox-dvbmediasink
Then we would have everything step by step.