This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Streaming to OMAP3530

Other Parts Discussed in Thread: OMAP3530

Hi all,

I would like stream encoded video(.264) from my pc to omap3530(Mistral ) board over ethernet.

On board I want to decode the data using my own decode.

As of now.. I dont have any encoder.

So is there anyway to directly send the .264 data with out adding additonal headers to socket port.

Are there any tools which will do that for me..

Can some body guide me.. how to proceed?

Thanks,

Mahalakshmi.

  • I do not know of any readily availbla ethernet client that ships with OMAP SDK.  In my opinion, writing your own is probrably the simplest way; you can use Linux ethernet driver on the board site to write your client and whatever tcp/ip software stack you have on your pc to write the server.  Optionally, you can use open source media players such as live555 or gstramer; I beileve both of these have support for streaming video based on industry standard protocols (RTSP...).

  • Will Mplayer do the work of streaming to the Omap board?