Jump to content


Photo

Compile code and install in dreambox


  • Please log in to reply
5 replies to this topic

#1 idealsat

  • Senior Member
  • 232 posts

0
Neutral

Posted 24 June 2012 - 15:51

Hi

How i can compile install able code with bitbake devshell.

Example

We have video player source.

In Video player source folder there is compile.sh when we compile with compile.sh in ubuntu then its directlly install in ubuntu.

How i can compile this code for dreambox when we run in dreambox its auto install in dreambox like ipk package.

Or

How i can make ipk package.?

Thanks

Edited by bable, 24 June 2012 - 15:55.


Re: Compile code and install in dreambox #2 christophecvr

  • Senior Member
  • 3,131 posts

+140
Excellent

Posted 24 June 2012 - 19:56

To compile such source for dream it's not that all easy, since it must be written or at least patched to fit with video drivers of box self.
For that google around if the source from your specific videoplayer does work with video drivers of you're box.

Re: Compile code and install in dreambox #3 idealsat

  • Senior Member
  • 232 posts

0
Neutral

Posted 24 June 2012 - 20:42

Which video player i want to run on dreambox its codec is x264.

Dreambox x264 codec support.?

Re: Compile code and install in dreambox #4 christophecvr

  • Senior Member
  • 3,131 posts

+140
Excellent

Posted 25 June 2012 - 00:07

I gues that dreambox support that codec, But as how to implement that all ..
that's for specialists in the matter.

Re: Compile code and install in dreambox #5 Sjaaky

  • Senior Member
  • 7,443 posts

+41
Good

Posted 25 June 2012 - 10:54

If you want to create a video player, take a look gstreamer. Enigma2 uses it for playing anything but dvb and dvd. The integration between the two is in lib/service/servicemp3.cpp.
All HD dreamboxes support h264 decoding in hardware. h264 encoding can only be done in software, probably trough ffmpeg using the x264 encoder*.

Enigma2 and all HD dreamboxes already play h264 movies. servicemp3.cpp should give you a clue as to how to integrate it into your own player.

* There is a difference between h264 and x264. h264 is de video format itself, whereas x264 is an open source implementation of an h264 encoder and decoder.

Re: Compile code and install in dreambox #6 idealsat

  • Senior Member
  • 232 posts

0
Neutral

Posted 25 June 2012 - 12:58

Hello sjaaky

Thanks for explanations.

As i understand dreambox support x264 through ffmpeg codec install.Right.?

Second question is dreambox support mp4 for audio codec.?

Thanks

Edited by bable, 25 June 2012 - 12:59.



1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users