Jump to content


Photo

GStreamer 0.10 no longer maintained


  • Please log in to reply
329 replies to this topic

Re: GStreamer 0.10 no longer maintained #201 athoik

  • PLi® Core member
  • 8,458 posts

+327
Excellent

Posted 3 July 2013 - 22:05

Dear betacentauri,

 

Yes probably that will do the job ;) . I will test it and come back with the patch.


Wavefield T90: 0.8W - 1.9E - 4.8E - 13E - 16E - 19.2E - 23.5E - 26E - 33E - 39E - 42E - 45E on EMP Centauri DiseqC 16/1
Unamed: 13E Quattro - 9E Quattro on IKUSI MS-0916

Re: GStreamer 0.10 no longer maintained #202 athoik

  • PLi® Core member
  • 8,458 posts

+327
Excellent

Posted 4 July 2013 - 20:52

Dear All,

 

 

I created a patch as betacentauri suggested but this sample has the same behaviour (although i need to do more testing to be 100% sure).

 

Attached File  0001-Set-only-by-hardware-supported-audio-mpeg-4-profile.patch.txt   3KB   5 downloads

 

I think this is not working because of this patch applied recently on dreambox dvbmediasink. I will try with OpenPLi dvbmediasink and see if sample has different behaviour on sound switching.

 

Can you understand what this patch tries to do? It forces to use AAC LC?


Wavefield T90: 0.8W - 1.9E - 4.8E - 13E - 16E - 19.2E - 23.5E - 26E - 33E - 39E - 42E - 45E on EMP Centauri DiseqC 16/1
Unamed: 13E Quattro - 9E Quattro on IKUSI MS-0916

Re: GStreamer 0.10 no longer maintained #203 betacentauri

  • PLi® Core member
  • 7,185 posts

+323
Excellent

Posted 5 July 2013 - 00:22

As far as i can see and understand does the patch set the sample rate, channel config,... in the adts_header. And also patches object type to AAC lc if other profiles are used.
But this shouldn't be a problem. With the changed caps (profile=lc) the dvbmediasink shouldn't be used for decoding of AAC data without lc profile. This should be done by faad decoder.
I can take a deeper look at it later this day. What profile and what type does your sample have?
I have used AAC data with ltp profile and a Mkv with main profile.
Xtrend ET-9200, ET-8000, ET-10000, OpenPliPC on Ubuntu 12.04

Re: GStreamer 0.10 no longer maintained #204 athoik

  • PLi® Core member
  • 8,458 posts

+327
Excellent

Posted 5 July 2013 - 06:51

 What profile and what type does your sample have?

 

Here is the output of mediainfo from the sample.

 

Spoiler

 

Most probably your patch solves a completely different issue (not the problem when switching from AAC to AC3). It can play AAC files with profile different than LC.

 

Do you have a sample file to test patch (profile = (string) lc) if it works on dreambox? If it works we can apply patch for dreambox dvbmediasink too.


Wavefield T90: 0.8W - 1.9E - 4.8E - 13E - 16E - 19.2E - 23.5E - 26E - 33E - 39E - 42E - 45E on EMP Centauri DiseqC 16/1
Unamed: 13E Quattro - 9E Quattro on IKUSI MS-0916

Re: GStreamer 0.10 no longer maintained #205 betacentauri

  • PLi® Core member
  • 7,185 posts

+323
Excellent

Posted 5 July 2013 - 11:43

My patch doesn't solve the ac3 AAC switching problem.
With my patch you can hear sound when you use AAC with e.g main or ltp profile.
I have a test file. I'll send it to you or post a link after work.
Xtrend ET-9200, ET-8000, ET-10000, OpenPliPC on Ubuntu 12.04

Re: GStreamer 0.10 no longer maintained #206 betacentauri

  • PLi® Core member
  • 7,185 posts

+323
Excellent

Posted 5 July 2013 - 15:05

For testing you can use this test file:

http://download.wave...bps_48000Hz.AAC

 

Without my patch I cannot hear audio. If it's the same for dreamboxes, I don't know.


Xtrend ET-9200, ET-8000, ET-10000, OpenPliPC on Ubuntu 12.04

Re: GStreamer 0.10 no longer maintained #207 athoik

  • PLi® Core member
  • 8,458 posts

+327
Excellent

Posted 5 July 2013 - 19:26

For testing you can use this test file:

http://download.wave...bps_48000Hz.AAC

 

Without my patch I cannot hear audio. If it's the same for dreamboxes, I don't know.

 

It's the same ;)

 

With the changes proposed, the above sample works. Great job betacentauri.

 

The following file patches dreambox dvbmediasink.


Attached File  0001-Set-only-by-hardware-supported-audio-mpeg-4-profile.patch.txt   3KB   11 downloads


Edited by athoik, 5 July 2013 - 19:26.

Wavefield T90: 0.8W - 1.9E - 4.8E - 13E - 16E - 19.2E - 23.5E - 26E - 33E - 39E - 42E - 45E on EMP Centauri DiseqC 16/1
Unamed: 13E Quattro - 9E Quattro on IKUSI MS-0916

Re: GStreamer 0.10 no longer maintained #208 betacentauri

  • PLi® Core member
  • 7,185 posts

+323
Excellent

Posted 12 July 2013 - 15:30

In another forum biki3 told me that he has problems with mkv with ac3 and aac tracks. If you start with ac3 you can hear sound. Then switch to aac (which also works) and then back to ac3. Then you cannot here anything. If you start with aac track (works) and switch to ac3, you cannot hear anything.


Does anybody have an idea, what the problem is and how to solve it?

 

I found a solution for this :) . It's a little bug in the dvbaudiosink. Once an aac track was selected, self->aac_adts_header_valid was set to true. Changing audio track back to ac3 track didn't change that flag. This had the effect that always an aac adts header was added to the pes packet.

Attached is a patch to solve this problem.

Attached Files


Xtrend ET-9200, ET-8000, ET-10000, OpenPliPC on Ubuntu 12.04

Re: GStreamer 0.10 no longer maintained #209 pieterg

  • PLi® Core member
  • 32,766 posts

+245
Excellent

Posted 12 July 2013 - 16:16

thanks, well spotted. Pushed it.

Re: GStreamer 0.10 no longer maintained #210 betacentauri

  • PLi® Core member
  • 7,185 posts

+323
Excellent

Posted 12 July 2013 - 16:36

Thanks! Found it (luckily) by accident. I only wanted to check whether data is written to audio device. And there I saw that the pes header size changed while switching track, which is normal but not different sizes for one track...


Xtrend ET-9200, ET-8000, ET-10000, OpenPliPC on Ubuntu 12.04

Re: GStreamer 0.10 no longer maintained #211 betacentauri

  • PLi® Core member
  • 7,185 posts

+323
Excellent

Posted 12 July 2013 - 16:50

@Athoik: Now it's your turn to patch dreambox dvbmediasink ;)

  It looks like dreambox dvbmediasink has the same error...


Xtrend ET-9200, ET-8000, ET-10000, OpenPliPC on Ubuntu 12.04

Re: GStreamer 0.10 no longer maintained #212 athoik

  • PLi® Core member
  • 8,458 posts

+327
Excellent

Posted 12 July 2013 - 17:26

@Athoik: Now it's your turn to patch dreambox dvbmediasink ;)

  It looks like dreambox dvbmediasink has the same error...

 

Yes it does ;)

 

I will test the same fix on dreambox dvbmediasink.

 

Well done betacentauri!


Wavefield T90: 0.8W - 1.9E - 4.8E - 13E - 16E - 19.2E - 23.5E - 26E - 33E - 39E - 42E - 45E on EMP Centauri DiseqC 16/1
Unamed: 13E Quattro - 9E Quattro on IKUSI MS-0916

Re: GStreamer 0.10 no longer maintained #213 athoik

  • PLi® Core member
  • 8,458 posts

+327
Excellent

Posted 12 July 2013 - 18:39

I will test the same fix on dreambox dvbmediasink.

 

It works also on dreambox dvbmediasink.

 

Here is the patch.


Attached File  0001-Fix-ac3-audio-playback-if-aac-track-is-present.patch.txt   3.04KB   15 downloads


Wavefield T90: 0.8W - 1.9E - 4.8E - 13E - 16E - 19.2E - 23.5E - 26E - 33E - 39E - 42E - 45E on EMP Centauri DiseqC 16/1
Unamed: 13E Quattro - 9E Quattro on IKUSI MS-0916

Re: GStreamer 0.10 no longer maintained #214 salimda

  • Senior Member
  • 30 posts

0
Neutral

Posted 13 July 2013 - 14:34

hi

still this stream not working m3u8 http://37.46.199.34:.../playplist.m3u8

you can check to see why not working and I m using latest enigma openpli3.0

thanks



Re: GStreamer 0.10 no longer maintained #215 athoik

  • PLi® Core member
  • 8,458 posts

+327
Excellent

Posted 13 July 2013 - 17:11

hi

still this stream not working m3u8 http://37.46.199.34:.../playplist.m3u8

you can check to see why not working and I m using latest enigma openpli3.0

thanks

 

 It's the third time asking exactly the same think! Because segments are encrypted!

 

Just read here for a possible solution using GreekStreamTV.


Edited by athoik, 13 July 2013 - 17:12.

Wavefield T90: 0.8W - 1.9E - 4.8E - 13E - 16E - 19.2E - 23.5E - 26E - 33E - 39E - 42E - 45E on EMP Centauri DiseqC 16/1
Unamed: 13E Quattro - 9E Quattro on IKUSI MS-0916

Re: GStreamer 0.10 no longer maintained #216 salimda

  • Senior Member
  • 30 posts

0
Neutral

Posted 13 July 2013 - 19:12

hi

sorry but I m not asking to play stream with GreekStreamTV.

I m asking for help to play stream with the bouquet and trying to play stream with  GreekStreamTV not working either.

thanks

hi

still this stream not working m3u8 http://37.46.199.34:.../playplist.m3u8

you can check to see why not working and I m using latest enigma openpli3.0

thanks

 

 It's the third time asking exactly the same think! Because segments are encrypted!

 

Just read here for a possible solution using GreekStreamTV.



Re: GStreamer 0.10 no longer maintained #217 athoik

  • PLi® Core member
  • 8,458 posts

+327
Excellent

Posted 14 July 2013 - 06:46

with  GreekStreamTV not working either.

 

it's working.

 

Attached File  test.jpg   74.74KB   58 downloads


Wavefield T90: 0.8W - 1.9E - 4.8E - 13E - 16E - 19.2E - 23.5E - 26E - 33E - 39E - 42E - 45E on EMP Centauri DiseqC 16/1
Unamed: 13E Quattro - 9E Quattro on IKUSI MS-0916

Re: GStreamer 0.10 no longer maintained #218 athoik

  • PLi® Core member
  • 8,458 posts

+327
Excellent

Posted 15 July 2013 - 16:51

I will test the same fix on dreambox dvbmediasink.

 

It works also on dreambox dvbmediasink.

 

Here is the patch.


attachicon.gif0001-Fix-ac3-audio-playback-if-aac-track-is-present.patch.txt

 

Here is the patch removing above fix. Original dvbmediasink is fixed (probably better, since it fixes a possible memory leak also).

 

Attached File  0001-Remove-patch-for-ac3-audio-playback-if-aac-track-is-.patch.txt   3.01KB   26 downloads

 

 

Thanks to Persian Prince for noticing the update.


Wavefield T90: 0.8W - 1.9E - 4.8E - 13E - 16E - 19.2E - 23.5E - 26E - 33E - 39E - 42E - 45E on EMP Centauri DiseqC 16/1
Unamed: 13E Quattro - 9E Quattro on IKUSI MS-0916

Re: GStreamer 0.10 no longer maintained #219 littlesat

  • PLi® Core member
  • 56,294 posts

+691
Excellent

Posted 15 July 2013 - 17:55

pieterg did just made a commit...


WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W


Re: GStreamer 0.10 no longer maintained #220 pieterg

  • PLi® Core member
  • 32,766 posts

+245
Excellent

Posted 15 July 2013 - 17:59

I just reverted the commit, keeps the history clear


0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users