Jump to content


Photo

GStreamer 1.0

gstreamer 1.0 openpli

  • Please log in to reply
2520 replies to this topic

Re: GStreamer 1.0 #801 mx3L

  • Senior Member
  • 616 posts

+79
Good

Posted 18 March 2015 - 07:09

@athoik
Indeed it's cleaner, feel free to adjust, thanks..



Re: GStreamer 1.0 #802 christophecvr

  • Senior Member
  • 3,131 posts

+140
Excellent

Posted 18 March 2015 - 07:57

info new vu drivers with gst 1.4.5 works good better as before my not working dts files works now and spinner playback mkv with dts was gone

 

new atv 4,3 coming in 1-2 h

p.s

 

You are working with oe alliance 2.4 ?

 

The reason why dts downmix did not workes is cause You did not enblaed downmix in DVMEDIASINK_CONFIG

 

it is set

DVBMEDIASINK_CONFIG = "--with-pcm --with-eac3 --with-amr --with-wmv"

But should be

DVBMEDIASINK_CONFIG = "--with-pcm --with-eac3 --with-dtsdownmix --with-amr --with-wmv"


Re: GStreamer 1.0 #803 babsy98

  • Senior Member
  • 166 posts

+18
Neutral

Posted 18 March 2015 - 08:15

dts downmix works with vu new drivers perfect  !



Re: GStreamer 1.0 #804 babsy98

  • Senior Member
  • 166 posts

+18
Neutral

Posted 18 March 2015 - 08:18

my dts downmix issue only with dreambox models, but less time to test this comes later



Re: GStreamer 1.0 #805 blzr

  • PLi® Core member
  • 2,269 posts

+118
Excellent

Posted 18 March 2015 - 08:55

info new vu drivers with gst 1.4.5 works good better as before my not working dts files works now and spinner playback mkv with dts was gone


not a big surprise it works better, since vu+ apparently adjusted drivers to PLi's dvbmediasink in this release
(what was supposed to  n e v e r   e v e r  happen, btw... :P )


True sarcasm doesn't need green font...

Re: GStreamer 1.0 #806 christophecvr

  • Senior Member
  • 3,131 posts

+140
Excellent

Posted 18 March 2015 - 09:11

my dts downmix issue only with dreambox models, but less time to test this comes later

 

Not difficult this

 

1) do not use gst-plugin-dtsdownmix \ (That is only needed if You build with schwercraft mediasink)

 

Modifie the DVBMEDIASINK_CONFIG just add --with-dtsdownmix  . (Note --with-dts is not required as it is added by default).

 

And enigma2 frompli does not need the ac3+ patch anymore in servicesmp3.cpp


Edited by christophecvr, 18 March 2015 - 09:13.


Re: GStreamer 1.0 #807 MastaG

  • Senior Member
  • 1,531 posts

+118
Excellent

Posted 18 March 2015 - 09:43

thanks christophecvr :)



Re: GStreamer 1.0 #808 babsy98

  • Senior Member
  • 166 posts

+18
Neutral

Posted 18 March 2015 - 09:53

but dts downmix not works here all silent



Re: GStreamer 1.0 #809 christophecvr

  • Senior Member
  • 3,131 posts

+140
Excellent

Posted 18 March 2015 - 10:12

but dts downmix not works here all silent

 

Fuck yes it did worked now it's silent ?? I'll check it out.



Re: GStreamer 1.0 #810 christophecvr

  • Senior Member
  • 3,131 posts

+140
Excellent

Posted 18 March 2015 - 11:19

@athoik, You where right. The servicesmp3.cpp eac3 bypas patch indeed still neede on dm. This will indeed always be needed. Perhaps finding a way to run a machine related enigma2.bbappend for dm series dm8000 and dm800se (the broadcom factory-dts)



Re: GStreamer 1.0 #811 babsy98

  • Senior Member
  • 166 posts

+18
Neutral

Posted 18 March 2015 - 11:31

with patch you mean for dm i dont have see this ?



Re: GStreamer 1.0 #812 christophecvr

  • Senior Member
  • 3,131 posts

+140
Excellent

Posted 18 March 2015 - 12:20

with patch you mean for dm i dont have see this ?

 First on my dm now dts ac3 (ac3+ not tested but also for that adaptation will be needed)

 

Just use https://github.com/c.../commits/master

 

ac3 works when downmix is set to on. (Yellow button remote command when movie is playing)

 

Then for the bypass that's only for the ac3+ ac3 is ok.

 

Here the enigma2 patch for dm800se and dm8000 . That was made long time ago by athoik.

 

I just give You may patch I use.

Attached Files



Re: GStreamer 1.0 #813 babsy98

  • Senior Member
  • 166 posts

+18
Neutral

Posted 18 March 2015 - 13:08

ah yes i have adapt for long time i have forget it :)



Re: GStreamer 1.0 #814 MastaG

  • Senior Member
  • 1,531 posts

+118
Excellent

Posted 18 March 2015 - 15:22

Ahhh!

The one that was refused by the PLi team :P



Re: GStreamer 1.0 #815 MastaG

  • Senior Member
  • 1,531 posts

+118
Excellent

Posted 18 March 2015 - 15:34

So Chris, could you make one final -full- patch against the current gst-1 branch which includes all fixes made to your github branch till now (also the dreambox audio patch that was refused).

And maybe make a small note on what has been improved / added / fixed.

 

Then I'll start again clean with the gst-1 branch + your patch and report back my findings on my dm800se :)

I'll make a nice test report with various movies and internet streams.

 

Off-topic:

@babsy98

The oe-a 2.4 branch uses the meta-oe snapshot with glibc 2.20, this version does not support the 2.6.18 kernel used in the old dm800.

The same goes for the oe-a 3.0 branch which uses glibc 2.21.

Are you guys going to patch glibc for this ancient kernel?

Or backport eglibc 2.19?

Or drop the old dm800?

 

I still have this old thing lying around, would love to give gst-1 a try on it as well :)



Re: GStreamer 1.0 #816 babsy98

  • Senior Member
  • 166 posts

+18
Neutral

Posted 18 March 2015 - 15:35

2.19 are coming to git only for dm800hd



Re: GStreamer 1.0 #817 christophecvr

  • Senior Member
  • 3,131 posts

+140
Excellent

Posted 18 March 2015 - 16:03

@MastaG

 

Hier the patch I use when a start a fresh clean build. Ac3+ dm8000 dm800se added

It's for vuplus,dm8000 and dm800se.

 

It uese my own created git with a working. gstreamer1.0-plugin-multibox-dvbmediasink https://github.com/c...ox-dvbmediasink

 

Just erase You're openpli-oe-core map. Then all is real clean (keep you're sources) And do a fresh clone.

 

then just make (not make image)

once done apply this patch to the git.

 

For vuplus You still need to patch the meta-vuplus  (that patch I set a couple off message ago)

For dm800se or dm8000 You can build right away.

 

Then flash the box and it should be ok

Attached Files


Edited by christophecvr, 18 March 2015 - 16:04.


Re: GStreamer 1.0 #818 HPPli

  • Senior Member
  • 1,904 posts

+36
Good

Posted 18 March 2015 - 17:12

@christophecvr/@stefansp, could you publish an OpenPli image example with your patch(es) for the VU+Duo2 based on the latest nightly build ? Not everyone is capable (like me) and have the skills to compile the firmware/ image by himself.

Re: GStreamer 1.0 #819 christophecvr

  • Senior Member
  • 3,131 posts

+140
Excellent

Posted 18 March 2015 - 17:17

You're not the first who ask it. But I do not have a hosting server for You're plugins updates enso on. And If You set the opkg to openpli hosting server it will be all screwed up. Gues You will have to be patient.



Re: GStreamer 1.0 #820 christophecvr

  • Senior Member
  • 3,131 posts

+140
Excellent

Posted 18 March 2015 - 17:19

I just tried with the latest driver updates from vu the one :

 

http://code.vuplus.c...70b74611649fc65

 

It just works fine. But it already worked fine by me before. :P





46 user(s) are reading this topic

0 members, 46 guests, 0 anonymous users