English 中文(简体)
HD network media player with 100% open source buildable firmware
原标题:

I am looking to develop an application for HD media player, and looking to purchase one which has 100% open source buildable firmware I can modify. I looked around and all of media players I could find, that advertise they are open source, only have kernel open. Main application usually is proprietary, so they only supply sources of linux kernel and GPL utilities.

What I am looking is the player for which I can actually build complete firmware myself. Any ideas?

最佳回答

Look at DreamBox, it is Linux based, have network, etc.

问题回答

Maybe you can try EHP-608. It s based on sigma design 8635c. It s a network media player.





相关问题
Can Asp.Net support streaming of 320kbps mp3 files?

I have a piece of my site being built for me that works like this... when you click a song, the song loads in the player and plays it. I m being told by the guy who s developing it for me that Asp....

Is there a way to stop all MediaPlayers?

I am currently developing my first Android application by reading Dev Documentation at Android official website. What I am trying to accomplish is to play some ring sounds. A section from my code is: ...

Unknown error on pause()

I get the following error 12-15 16:54:37.125: ERROR/MediaPlayer(6032): error (-2147483648, 0) when trying to execute this code in a service: MediaPlayer mp = null; @Override public void onCreate(...

Change MediaPlayer URI

I have the following working code: @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); this.setContentView(R.layout.player); ...

Jquery Media Plugin with alternate mediaplayer problems

I can t seem to get the jQuery Media plugin to work with nonverblaster:hover ... This is what I m using.... am I doing something wrong? I ve tried loading SWFobject aswell... <script type="...

Listener (or handler) for video finish

I have implement the following code in order to test playing a video from a remote web server through it´s URL. videoView = (VideoView)this.findViewById(R.id.videoView); MediaController mc = new ...

热门标签