Jump to content


Photo

Octagon SF8008 OpenPli Support


  • Please log in to reply
486 replies to this topic

Re: Octagon SF8008 OpenPli Support #361 rantanplan

  • PLi® Contributor
  • 1,860 posts

+87
Good

Posted 10 June 2020 - 15:26

maybe the problem is also due to the libdvbsi?
https://github.com/O...bdvbsi++.bb#L11
Try to move locally to here ...

https://github.com/O...sionE2/libdvbsi



Re: Octagon SF8008 OpenPli Support #362 rantanplan

  • PLi® Contributor
  • 1,860 posts

+87
Good

Posted 10 June 2020 - 15:40

https://github.com/o...pport_sh4.patch

 

 

would then also have to be tried adapted for Hisi.



Re: Octagon SF8008 OpenPli Support #363 foxbob

  • Senior Member
  • 624 posts

+18
Neutral

Posted 10 June 2020 - 18:08

I don’t have Hisi, another processor.But maybe something else here.I tried different versions libdvdread and libdvdnav from git and xbmc-git.Nothing changes.

If through a media player,then there are no problems with the VOB file:

[Navigation] playing:  4097:0:0:0:0:0:0:0:0:0:/media/hdd/bluray/Masha i Medved'_22_DVD-5/VIDEO_TS/VTS_01_1.VOB
[eServiceFactoryMP3] **** dvb_audiosink created ***
[eServiceFactoryMP3] **** dvb_videosink created ***
[eServiceFactoryMP3] **** dvb_subsink created ***
[eServiceFactoryMP3] ****new play service total services played is 1****
[eServiceMP3] construct!
[eServiceMP3] playbin uri=file:///media/hdd/bluray/Masha%20i%20Medved'_22_DVD-5/VIDEO_TS/VTS_01_1.VOB
[eServiceMP3] *** starting pipeline ****
[eServiceMP3] pause(ePtr<iPauseableService> &ptr)
resolved to PLAY
[eServiceMP3] ****STATE TRANSITION NULL -> READY ****
[eServiceMP3] PLAYBIN WITH BLOCK READY TO PAUSED state:PAUSED pending:VOID_PENDING ret:SUCCESS
[eServiceMP3] ****STATE TRANSITION READY -> PAUSED ****
STREAMTV
STREAM

But a mistake if you try to reproduce video_ts.ifo:

[DVD] FileBrowserClosed /media/hdd/bluray/Masha i Medved'_22_DVD-5/
[DVD] play 4369:0:0:0:0:0:0:0:0:0:/media/hdd/bluray/Masha i Medved'_22_DVD-5/
[DVD] file /VIDEO_TS.IFO
[DVD] /VIDEO_TS.IFO: video_attr_high = 10 video_attr_low = 0
[DVD] height: 1080
[Skin] Parsing embedded skin '<embedded-in-DVDOverlay>'.
[Skin] Processing screen '<embedded-in-DVDOverlay>', position=(0, 0), size=(1920 x 1080) for module 'DVDOverlay'.
[Navigation] playing:  4369:0:0:0:0:0:0:0:0:0:/media/hdd/bluray/Masha i Medved'_22_DVD-5/:Masha i Medved'_22_DVD-5
[eServiceDVD] construct!
[eServiceDVD] pause sending key
[eServiceDVD] DVD_SCREEN_UPDATE: values got from ddvd: 0 0 720 576
No accelerated IMDCT transform found
[eServiceDVD] DVD_SIZE_CHANGED 0: 720x576 2
[eServiceDVD] DVD_FRAMERATE_CHANGED 0: 29970
[eServiceDVD] DVD_PROGRESSIVE_CHANGED 0: 1
libdvdread: Couldn't find device name.
libdvdnav: Can't read name block. Probably not a DVD-ROM device.
[eServiceDVD] DDVD_SHOWOSD_TITLESTRING: 
[eServiceDVD] loadCuesheet trying /media/hdd/bluray/Masha i Medved'_22_DVD-5//dvd.cuts
[eServiceDVD] info
[DVD] __titleUpdated: 1/22

enigma2: ../git/mpegaudio_enc.c:347: ddvd_mpa_compute_scale_factors: Assertion `index >=0 && index <= 63' failed.
Backtrace:
/usr/bin/enigma2(_Z17handleFatalSignaliP9siginfo_tPv) [0x221FD8]
/lib/libc.so.6(__default_rt_sa_restorer) [0xB6C45030]
/lib/libc.so.6(gsignal) [0xB6C4406C]
/lib/libc.so.6(abort) [0xB6C2D84C]
-------FATAL SIGNAL


Re: Octagon SF8008 OpenPli Support #364 rantanplan

  • PLi® Contributor
  • 1,860 posts

+87
Good

Posted 10 June 2020 - 18:51

[Navigation] playing: 4097:0:0:0:0:0:0:0:0:0:/media/hdd/bluray/Masha i Medved'_22_DVD-5/VIDEO_TS/VTS_01_1.VOB

That was my first idea
 

https://github.com/z...silicon.cpp#L63

In my view, the assignments are missing there, as mentioned here

https://forums.openp...dpost&p=1216334

 

It would not be a big deal now to build and try it locally.
You build yourself, maybe you can just test it.
If necessary, do a Branch from Servicehisilicon.



Re: Octagon SF8008 OpenPli Support #365 WanWizard

  • PLi® Core member
  • 70,381 posts

+1,807
Excellent

Posted 10 June 2020 - 18:54

For this case, you are right. Assuming that the HiSil player does support the format, so more might be needed to play the format than just adding the extension.

 

It is not related to DVD playing though.


Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Ultimate (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)

Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.

Many answers to your question can be found in our new and improved wiki.


Re: Octagon SF8008 OpenPli Support #366 rantanplan

  • PLi® Contributor
  • 1,860 posts

+87
Good

Posted 10 June 2020 - 19:07

For me try & error applies. ;)
Maybe someone wants to and then sends the possible error code back here.
I can not test it because the box is not available.

 

:thumbs-up:



Re: Octagon SF8008 OpenPli Support #367 foxbob

  • Senior Member
  • 624 posts

+18
Neutral

Posted 10 June 2020 - 19:25

extensions.push_back("vob"); I have this line in servicemp3.cpp.



Re: Octagon SF8008 OpenPli Support #368 rantanplan

  • PLi® Contributor
  • 1,860 posts

+87
Good

Posted 10 June 2020 - 20:09

extensions.push_back("img");
extensions.push_back("iso");
extensions.push_back("ifo");

you should insert and test the three



Re: Octagon SF8008 OpenPli Support #369 mrvica

  • Senior Member
  • 1,259 posts

+86
Good

Posted 11 June 2020 - 09:35

To watch a DVD you must:
1) use bmediacenter;
2) change with the blue button that the DVDs must work them as videos;
3) watch one vob file at a time.

At the moment it is the only way I have found to watch DVDs with the new 4K boxes (amiko viper combo 4k, gigablue trio4k, octagon sf8008 4k)

If it were a codec problem I couldn't even look at them individually.

The problem in my opinion lies in the processing of the video_ts.ifo files

we can have a look at the source of bmedacenter

https://github.com/O..._VideoPlayer.py



Re: Octagon SF8008 OpenPli Support #370 Dester

  • Senior Member
  • 27 posts

0
Neutral

Posted 11 June 2020 - 13:09

If you don't change the standard setting of the bmediacenter you have the same problem as the other players if you launch a DVD ...

He tries to read the ifo file and crashes.

The only way I have found is, as I explained, to make him exclude the ifo file from reading the files and make him appear the DVD as 4/6 video files that you will have to open individually. You will have a DVD that stops every 20/25 minutes but at least you can watch it without having to rip it in another format.


Re: Octagon SF8008 OpenPli Support #371 WTE

  • Senior Member
  • 821 posts

+36
Good

Posted 11 June 2020 - 14:28

Zgemma H9 combo:

I installed zeus with kodi (as it seems the enigma2 packages missing something. Didn't figure out what yet)

 

DVD menu and selectionbar works fine and movie plays well. Problem I have is with audio that it want software ac3 software decode.

So this means I get no AC3 audio :(

It needs for this liba52 but when I install this it's get in a loop with follow messages:

 

[DVD] SubtitleInfoAvail  (0, '')
[eServiceDVD] DVD_SHOWOSD_AUDIO
[eServiceDVD] info
[eServiceDVD] getInfoObject sUser+6: audio_id=0 lang=-- type=1
[DVD] AudioInfoAvail  (1, '--', 'AC3')
enigma2: ../git/mpegaudio_enc.c:347: ddvd_mpa_compute_scale_factors: Assertion `index >=0 && index <= 63' failed.
Backtrace:
enigma2(_Z17handleFatalSignaliP9siginfo_tPv) [0x20A76C]
/lib/libc.so.6(__default_rt_sa_restorer) [0xB6CCC030]
/lib/libc.so.6(gsignal) [0xB6CCB06C]
/lib/libc.so.6(abort) [0xB6CB484C]
-------FATAL SIGNAL


Mut@nt HD51 STB 4K

   :rolleyes:                :rolleyes:


Re: Octagon SF8008 OpenPli Support #372 foxbob

  • Senior Member
  • 624 posts

+18
Neutral

Posted 11 June 2020 - 17:56

Adding these lines extensions.push_back("img");extensions.push_back("iso");extensions.push_back("ifo");gives nothing. 



Re: Octagon SF8008 OpenPli Support #373 rantanplan

  • PLi® Contributor
  • 1,860 posts

+87
Good

Posted 11 June 2020 - 17:58

did you try to apply the sh4 patch for hisi there?
If only a little adjustment regarding the ifdef things would be necessary and done quickly.



Re: Octagon SF8008 OpenPli Support #374 foxbob

  • Senior Member
  • 624 posts

+18
Neutral

Posted 12 June 2020 - 03:56

I applied the patch and now the DVD does not start right away,but a folder with files appears.And there you choose to play the VOB file.

When you select an IFO file,the system freezes.

Attached Files



Re: Octagon SF8008 OpenPli Support #375 littlesat

  • PLi® Core member
  • 57,117 posts

+698
Excellent

Posted 12 June 2020 - 06:29

Exactly what I did except what should happen :) the solution should come from the manufacturer.

Edited by littlesat, 12 June 2020 - 06:30.

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


Re: Octagon SF8008 OpenPli Support #376 Kaizoku

  • Senior Member
  • 65 posts

+6
Neutral

Posted 21 June 2020 - 01:48

GSOD when entering display settings in 7.3 rc

Re: Octagon SF8008 OpenPli Support #377 Kaizoku

  • Senior Member
  • 65 posts

+6
Neutral

Posted 21 June 2020 - 02:49

Gui skin menu also give green screen of death.
Sorry for double post i cant edit my previous one.

Re: Octagon SF8008 OpenPli Support #378 WanWizard

  • PLi® Core member
  • 70,381 posts

+1,807
Excellent

Posted 21 June 2020 - 12:23

We are aware of that, there is a new 7.3-RC build running at the moment. You need to flash again when finished.


Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Ultimate (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)

Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.

Many answers to your question can be found in our new and improved wiki.


Re: Octagon SF8008 OpenPli Support #379 Kaizoku

  • Senior Member
  • 65 posts

+6
Neutral

Posted 21 June 2020 - 12:47

I will do that, thank you.

Re: Octagon SF8008 OpenPli Support #380 Dester

  • Senior Member
  • 27 posts

0
Neutral

Posted 21 June 2020 - 17:20

multiboot ?




15 user(s) are reading this topic

0 members, 15 guests, 0 anonymous users