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 #1501 Beeker

  • PLi® Contributor
  • 1,586 posts

+202
Excellent

Posted 8 July 2015 - 18:06

Yes i did a fresh reboot. Interuption was at track 5 and 6. But it could be caused by many other things like dirt or scratches(in very bad state, i know). I try other CD's these days.


Dreambox dm920, Uclan Ustym4Kpro, Gigablue UHD TRIO 4K and Dreambox dm8000. Wavefrontier T55 13.0|19.2|23.5|28.2 + Ziggo.


Re: GStreamer 1.0 #1502 Beeker

  • PLi® Contributor
  • 1,586 posts

+202
Excellent

Posted 8 July 2015 - 19:18

Try a CD with more than 10 tracks.

 

Track 10 wont play.

 

When select track 11, it play track 1

When select track 12, it play track 2

 

and on and on.


Edited by Beeker, 8 July 2015 - 19:18.

Dreambox dm920, Uclan Ustym4Kpro, Gigablue UHD TRIO 4K and Dreambox dm8000. Wavefrontier T55 13.0|19.2|23.5|28.2 + Ziggo.


Re: GStreamer 1.0 #1503 christophecvr

  • Senior Member
  • 3,131 posts

+140
Excellent

Posted 8 July 2015 - 19:58

I didn't try a cd with 10 or more tracks yet sounds like a problem off MediaPlayer self. And yes scratches may be a problem, that depends more on the type off hardware used. Some cdrom or dvdrom players/writers can handle off so what everything with many scratches and grease on it. Others are  failing with slightest scratch or finger print on a cd or dvd.



Re: GStreamer 1.0 #1504 christophecvr

  • Senior Member
  • 3,131 posts

+140
Excellent

Posted 9 July 2015 - 15:39

Nice work thanks when is it ready for Openpli

 

We just find out that there is a sequence issue from the moment enigma2 uses any gstreamer utility . This has been always there even with gst-0.10, since  gst-1.0 is more efficient and per-formant the side effects are showing up faster. with .... shit as result.

Now the cause is found , we are busy to find the best solution. It is well deep into core use , which means it's a change deeply in core off enigma2 and ..... will take quit a lot of time and testing.

 

Once this issue is solved then perhaps a real(beta) pli4 image with gstreamer1.0 can be made avbl for everyone. I gues a couple off months .

 

There are actually a lot off libraries who needs  to be updated, these are all going pretty deep into ops arch system and enigma2 core.

Once they are all done then indeed the image with base gst-1.5.1  or higher can be published officially.

 

Unfortunatelly now we are not far enough, If everything goes ok we should have a perfect image before end off this year.



Re: GStreamer 1.0 #1505 cobus

  • Senior Member
  • 4,767 posts

+69
Good

Posted 9 July 2015 - 16:40

Ok thanks ;) :)


Groetjes Cobus R

 

VU+ UNO 4K SE FBC DVB-C (8x)

MUTANT HD66SE FBC DVB-C (3x)

MAXYTEC MULTIBOX COMBO

MUTANT HD60 DVB-S

 

 

Ziggo (digitaal) Kabel TV (FTV) op alle decoders met oa fallback tuner

 


Re: GStreamer 1.0 #1506 christophecvr

  • Senior Member
  • 3,131 posts

+140
Excellent

Posted 11 July 2015 - 16:08

The sequence problem at start for media which needs servicemp3,gstdvbaudiosink and or gstdvbvidieosink is solved.

It was just the playbin which was already in playing fase while the rest was not.

Now servicemp3 will initiate, once playbin is initiated and the servicemp3 state goes from NULL to READY,

The gst_state off the playbin will be set in paused. Until all media required settings (caps tags and tocs) are obtained and set . Once this is done the playbin will go to gst_state playing.

Then only the gstdvbvideosink,gstdvbaudiosink and or gstsubsink will proceed to playing.

 

I did all the code only for gst-1 .

 

If You work with the current gst-1 branch. You need to apply three patches in sequence to e2. They marqued 01.. 02.. 03 ..

 

Also You best use the latest commit from gstreamer1.0-plugin-multibox-dvbmediasink  experimental branch

 

https://github.com/c...ee/experimental

 

Would be nice if others test it out by me it works good by dm8000 and vuduo2.

 

Now the base enigma2 player does have chapter support for mkv movies with gst-1 100 %

The sync issues audio video are gone. 100 %

internal subtitles 100 % . (no vob support yet)

 

the external srt subtitles do start perfect at media start, at this point also 100 %

But by resuming a movie which was stopped sometimes they still do not start. (solution just resync you're current audio track and ok or wait +- 2 minutes).

resync audio just simple once You're movie is playing at the remove position, yellow button The cursor will be on the current used audio track just press ok and you're done.

 

pause unpause 100 % ok (use well gstreamer1.0-plugin-multibox-dvbmediasink experimental.)

 

 

 

 

 

Attached Files



Re: GStreamer 1.0 #1507 daif01

  • Senior Member
  • 48 posts

0
Neutral

Posted 11 July 2015 - 17:23

Please , could i  get backup image of openpli with Gstreamer 1.0  for vu+duo2. I want to test it . i have plenty of time this week and can test lots of. Thank you for your efforts. thanks in advance.



Re: GStreamer 1.0 #1508 Beeker

  • PLi® Contributor
  • 1,586 posts

+202
Excellent

Posted 11 July 2015 - 19:12

Problem with track 10 and above solved.

diff --git a/lib/serviceservicemp3.cpp b/lib/serviceservicemp3-02.cpp
index 3732d8d..d28adf9 100644
--- a/lib/service/servicemp3.cpp
+++ b/lib/service/servicemp3.cpp
@@ -509,7 +509,7 @@ eServiceMP3::eServiceMP3(eServiceReference ref):
 	}
 	else if ( m_sourceinfo.containertype == ctCDA )
 	{
-		int i_track = atoi(filename+18);
+		int i_track = atoi(filename+17);
 		uri = g_strdup_printf ("cdda://%i", i_track);
 	}
 	else if ( m_sourceinfo.containertype == ctVCD )

Attached Files


Dreambox dm920, Uclan Ustym4Kpro, Gigablue UHD TRIO 4K and Dreambox dm8000. Wavefrontier T55 13.0|19.2|23.5|28.2 + Ziggo.


Re: GStreamer 1.0 #1509 christophecvr

  • Senior Member
  • 3,131 posts

+140
Excellent

Posted 11 July 2015 - 20:07

IPTV Betacentauri for gst-1.

 

Here its' called 04-IPTV-recording-in-E2.patch

 

to be aplied after patch 01 02 and 03.

 

 

Attached Files



Re: GStreamer 1.0 #1510 littlesat

  • PLi® Core member
  • 56,933 posts

+695
Excellent

Posted 11 July 2015 - 20:32

This is for gstreamer >1.0? 

 

it would be nice to add ((no vob support yet)) this soon too..... :D

Thanks for the good work!!!!
 


Edited by littlesat, 11 July 2015 - 20:33.

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


Re: GStreamer 1.0 #1511 christophecvr

  • Senior Member
  • 3,131 posts

+140
Excellent

Posted 11 July 2015 - 20:48

Well the patch 01 just ads  base cuesheet support to e2 servicesmp3 also aplicable for gst-0.10 . But the only use off it there is setting a manual cuesheet on it a handy tool anyway.

 

The patch 02 automated chapter add by mkv movies if toc info avbl.  Works only for gst-1  all related code limited by #if GST_VERSION_MAJOR >= 1

 

The patch 03 start sequence could also be usefull for gst-0.10 but I limited for now by to gst-1 with #if GST_VERSION_MAJOR >= 1

 

The patch 04 not mine it's the iptv recording add from betacentauri for gst-0.10 and gst-1.0 . I just adapted the patch so it applies after patch 01 02 03.

 

The 4 patches are push ready for the current e2 master.



Re: GStreamer 1.0 #1512 littlesat

  • PLi® Core member
  • 56,933 posts

+695
Excellent

Posted 11 July 2015 - 22:55

So it there is no danger to push them? This includes patch #4 the recording patch?

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


Re: GStreamer 1.0 #1513 christophecvr

  • Senior Member
  • 3,131 posts

+140
Excellent

Posted 11 July 2015 - 23:42

So it there is no danger to push them? This includes patch #4 the recording patch?

No no danger, and I even just made a full build with the 4 patches applied for vuduo2 and dm8000 with gst-0.10 no problem



Re: GStreamer 1.0 #1514 christophecvr

  • Senior Member
  • 3,131 posts

+140
Excellent

Posted 12 July 2015 - 00:39

I also flashed the box dm8000 with the gst-0.10 image which is build all ok. works like gst-0.10 always worked.



Re: GStreamer 1.0 #1515 zbutlr

  • Member
  • 2 posts

0
Neutral

Posted 12 July 2015 - 08:43

Excuse me I don't know much. How do I apply those four patches to my vu zero receiver.??Is this some kind of a plugin??

Re: GStreamer 1.0 #1516 Rob van der Does

  • Senior Member
  • 7,766 posts

+184
Excellent

Posted 12 July 2015 - 08:57

I'm using GSt 1.4 images for all my boxes for quite some time now and I haven't had the slightest issues. I must admit that I seldom if ever play MM-files; boxes are used for satellite- and IP-TV.

atm I'm switching to GST 1.5 images and the first impression is also good.

 

So thanks for all the work!



Re: GStreamer 1.0 #1517 christophecvr

  • Senior Member
  • 3,131 posts

+140
Excellent

Posted 12 July 2015 - 09:07

Excuse me I don't know much. How do I apply those four patches to my vu zero receiver.??Is this some kind of a plugin??

These are only for users who build there own image.

 

There is no official pli4 image with gst-1.0 yet



Re: GStreamer 1.0 #1518 christophecvr

  • Senior Member
  • 3,131 posts

+140
Excellent

Posted 12 July 2015 - 09:22

I'm using GSt 1.4 images for all my boxes for quite some time now and I haven't had the slightest issues. I must admit that I seldom if ever play MM-files; boxes are used for satellite- and IP-TV.

atm I'm switching to GST 1.5 images and the first impression is also good.

 

So thanks for all the work!

I see that you use iptv on gst-1xxx.

 

Can You tell which plugin You use by gst-1 ?



Re: GStreamer 1.0 #1519 littlesat

  • PLi® Core member
  • 56,933 posts

+695
Excellent

Posted 12 July 2015 - 09:26

I'm considering to push these four... I always can revert them is someone discovered something wierd....

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


Re: GStreamer 1.0 #1520 Rob van der Does

  • Senior Member
  • 7,766 posts

+184
Excellent

Posted 12 July 2015 - 10:25

 

I'm using GSt 1.4 images for all my boxes for quite some time now and I haven't had the slightest issues. I must admit that I seldom if ever play MM-files; boxes are used for satellite- and IP-TV.

atm I'm switching to GST 1.5 images and the first impression is also good.

 

So thanks for all the work!

I see that you use iptv on gst-1xxx.

 

Can You tell which plugin You use by gst-1 ?

 

Maybe I was misleading you: I use streams that are in the 'Hanssettings'.





8 user(s) are reading this topic

0 members, 8 guests, 0 anonymous users