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.
Re: GStreamer 1.0 #1501
Re: GStreamer 1.0 #1502
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
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
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
Re: GStreamer 1.0 #1506
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
Re: GStreamer 1.0 #1508
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
Re: GStreamer 1.0 #1510
Re: GStreamer 1.0 #1511
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
Re: GStreamer 1.0 #1513
Re: GStreamer 1.0 #1514
Re: GStreamer 1.0 #1515
Re: GStreamer 1.0 #1516
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
Re: GStreamer 1.0 #1518
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
Re: GStreamer 1.0 #1520
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'.
Also tagged with one or more of these keywords: gstreamer, 1.0, openpli
DVB subtitles support in eServiceMP3/GStreamerStarted by DimitarCC, 17 Oct 2024 DVB, Subtitles, GStreamer |
|
|||
Change from openvix to openpli - lose existing hdd recordings?Started by xdoktor, 30 Dec 2023 openpli, openvix, hdd, recordings |
|
|||
Having Trouble While Installing This SoftwareStarted by CharleyDavis, 27 Jun 2023 OpenPLi |
|
|||
Faild to flash or update OPENPLIStarted by dede_one, 8 Oct 2022 openpli |
|
|||
hd+ funktioneret nichtStarted by JeppeG, 29 Sep 2022 Vu+, hd+, oscam, openpli |
|
2 user(s) are reading this topic
0 members, 2 guests, 0 anonymous users