FPGARelated.com
Forums

Real Time Protocol - RTP using FPGA

Started by Emil Imrith November 5, 2012
in my pc there is a DB with songs and i want to send/ transmit using RTP real time protocol to different devices so I want send media over RTP/UDP/IP  using fpgas
On Monday, November 5, 2012 3:55:15 PM UTC-7, Emil Imrith wrote:
> in my pc there is a DB with songs and i want to send/ transmit using RTP real time protocol to different devices so I want send media over RTP/UDP/IP using fpgas
I have the understanding of the RTP header and I know there so ip libraries for ethernet networking so I want to descript a hardware to transmit my media probably I will need an encoder within ?
Emil Imrith <emrith@gmail.com> writes:

> in my pc there is a DB with songs and i want to send/ transmit using RTP real time protocol to different devices so I want send media over RTP/UDP/IP using fpgas
Why do you want to use an FPGA for this? Unless you *need* an FPGA, I'd avoid it... http://electronics.stackexchange.com/questions/45466/compare-implementing-a-simple-automation-design-on-a-mcu-vs-an-fpga-cpld/45474#45474 Cheers, Martin -- martin.j.thompson@trw.com TRW Conekt - Consultancy in Engineering, Knowledge and Technology http://www.conekt.co.uk/capabilities/39-electronic-hardware
On 11/5/2012 5:57 PM, Emil Imrith wrote:
> On Monday, November 5, 2012 3:55:15 PM UTC-7, Emil Imrith wrote: >> in my pc there is a DB with songs and i want to send/ transmit using RTP real time protocol to different devices so I want send media over RTP/UDP/IP using fpgas > > > > I have the understanding of the RTP header > and I know there so ip libraries for ethernet networking > so I want to descript a hardware to transmit my media > probably I will need an encoder within ?
Why not use a wire? They are low power and very inexpensive. They don't require any coding either. If you are talking about generating the RTP protocol, why not do that in software in your PC? Isn't that where the music data base is? How would you get the music into the FPGA? Rick