Kodi Community Forum
OpenELEC Testbuilds for RaspberryPi Part 2 - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: Raspberry Pi (https://forum.kodi.tv/forumdisplay.php?fid=166)
+---- Thread: OpenELEC Testbuilds for RaspberryPi Part 2 (/showthread.php?tid=184866)



RE: OpenELEC Testbuilds for RaspberryPi Part 2 - Milhouse - 2013-11-14

Nope, still no luck.

Code:
DVDDemuxFFmpeg.cpp: In member function 'void CDVDDemuxFFmpeg::GetStreamInfo(AVPacket*)':
DVDDemuxFFmpeg.cpp:1532:11: error: expected primary-expression before 'const'
DVDDemuxFFmpeg.cpp:1532:11: error: expected ';' before 'const'
DVDDemuxFFmpeg.cpp:1534:11: error: 'codec' was not declared in this scope
make[2]: *** [DVDDemuxFFmpeg.o] Error 1
make[2]: *** Waiting for unfinished jobs....

These are the relevant lines from DVDDemuxFFmpeg.cpp:
Code:
1530:        if (st->codec->codec_type == AVMEDIA_TYPE_VIDEO)
1531:        {
1532:          const (AVCodec*) codec;
1533:          AVDictionary *thread_opt = NULL;
1534:          codec = st->codec->codec ? st->codec->codec : m_dllAvCodec.avcodec_find_decoder(st->codec->codec_id);

I had to change (AVCodec*) in two patches, as it is added in the first then updated in the second, and maybe something went wrong there, but for now I'll just leave these ffmpeg patches out.


RE: OpenELEC Testbuilds for RaspberryPi Part 2 - popcornmix - 2013-11-14

(2013-11-14, 00:58)MilhouseVH Wrote: I had to change (AVCodec*) in two patches, as it is added in the first then updated in the second, and maybe something went wrong there, but for now I'll just leave these ffmpeg patches out.

I've updated newclock3 to latest version of PR#3590, but with the const bits removed. Any better?


This was what I meant by the cast:
Code:
m_dllAvCodec.avcodec_open2(st->codec, (AVCodec *)codec, &thread_opt);

i.e. insert (AVCodec*) where the error message (DVDDemuxFFmpeg.cpp:1538:67) was. i.e. line 1538, column 67.


RE: OpenELEC Testbuilds for RaspberryPi Part 2 - Milhouse - 2013-11-14

(2013-11-14, 01:15)popcornmix Wrote: I've updated newclock3 to latest version of PR#3590, but with the const bits removed. Any better?

I'm not seeing updated commits in newclock3...

(2013-11-14, 01:15)popcornmix Wrote: This was what I meant by the cast:
Code:
m_dllAvCodec.avcodec_open2(st->codec, (AVCodec *)codec, &thread_opt);

i.e. insert (AVCodec*) where the error message (DVDDemuxFFmpeg.cpp:1538:67) was. i.e. line 1538, column 67.

Ah, ok that's building... Smile


RE: OpenELEC Testbuilds for RaspberryPi Part 2 - popcornmix - 2013-11-14

(2013-11-14, 01:24)MilhouseVH Wrote: I'm not seeing updated commits in newclock3...

Ah yes, it wasn't pushed. Should be visible now.


RE: OpenELEC Testbuilds for RaspberryPi Part 2 - Milhouse - 2013-11-14

(2013-11-14, 01:41)popcornmix Wrote: Ah yes, it wasn't pushed. Should be visible now.

Got it now - builds fine, many thanks! Smile


RE: OpenELEC Testbuilds for RaspberryPi Part 2 - Koloss - 2013-11-14

Popcornmix or milhouse, can give us a new gotham build with newclock3 patch and airplay fix?


RE: OpenELEC Testbuilds for RaspberryPi Part 2 - Milhouse - 2013-11-14

(2013-11-14, 14:59)Koloss Wrote: Popcornmix or milhouse, can give us a new gotham build with newclock3 patch and airplay fix?

Here you go: (obsolete build)

It's standard OpenELEC master plus newclock3 patches. I have no idea about any Airplay fix - unless it's been pushed upstream it's not in this build.


RE: OpenELEC Testbuilds for RaspberryPi Part 2 - Perlbo - 2013-11-14

After Update to OpenELEC-RPi.arm-devel-20131113121142-r16378 my pi don´t show the Clock in Metropolis Skin .. What can i do to get it visible again ? Just Day of Month is visible ...


RE: OpenELEC Testbuilds for RaspberryPi Part 2 - h.udo - 2013-11-14

(2013-11-14, 18:42)MilhouseVH Wrote:
(2013-11-14, 14:59)Koloss Wrote: Popcornmix or milhouse, can give us a new gotham build with newclock3 patch and airplay fix?

Here you go: Dropbox.

It's standard OpenELEC master plus newclock3 patches. I have no idea about any Airplay fix - unless it's been pushed upstream it's not in this build.

Hi MilhouseVH,

Is this https://github.com/popcornmix/xbmc/commit/0189744cd61951d03c5a83cc0a4a43374f64d37b ?


RE: OpenELEC Testbuilds for RaspberryPi Part 2 - Perlbo - 2013-11-14

wrong thread ? Whre can i Post it ... or is it so simple ? Sorry if i am wrong ... here ... :-)


RE: OpenELEC Testbuilds for RaspberryPi Part 2 - Milhouse - 2013-11-14

(2013-11-14, 21:52)hudo Wrote: Hi MilhouseVH,

Is this https://github.com/popcornmix/xbmc/commit/0189744cd61951d03c5a83cc0a4a43374f64d37b ?

Yep, that's in the build - all the newclock3 patches (other than the gif spinner) are in the build.


RE: OpenELEC Testbuilds for RaspberryPi Part 2 - Koloss - 2013-11-14

MilhouseVH:I test your build tomorrow


RE: OpenELEC Testbuilds for RaspberryPi Part 2 - Koloss - 2013-11-15

Grr, the build hangs on network search the, first config, the pi endless searching for network, "working" always show. I have a fresh installation!


RE: OpenELEC Testbuilds for RaspberryPi Part 2 - nickshe89 - 2013-11-15

some as and lirc bokin

thanks


RE: OpenELEC Testbuilds for RaspberryPi Part 2 - allan87 - 2013-11-15

I used the new milhous build for a while last night. Videos (in library over NFS) and PVR recordings (from a mythTV server) played OK.

• There are a couple of preexisting issues, not introduced by the build (i.e. commercial breaks on mythTV recordings skip prematurely, EDL advanced settings do not function correctly).

• Build is less stable than the Rbej builds, but I have found this to be the case with any Openelec 4 based builds I have tried. I had a couple of full system crashes (full reboot). It crashed while changing channels. It also crashed when I tried to configure a skin that I had never tried before (maybe the skin's fault).

• I was unable to delete unwanted skins.

• Generally, my impression is that it is not faster than the last Rbej release, in terms of changing channels or starting playback of video.

• No problem with LIRC (samsung TV)