DSPRelated.com
Forums

streaming over IP with DM642

Started by modo270180 December 7, 2005
Hi Everybody,

I need your help to understand if I can do this project. (I'm a
beginner in streaming and in network applications using DSP).
I have ported an H263 code over DSP DM642 (Ateme board DMEK642 +
camera connected to the board + Code Composer Studio 2.21) and now I
would like
to stream it over IP to show the video in a player like QickTime or
VideoLan.(I have installed the NDK code)
I have searched in every part of the discussion group but I didn't
find anything that can help me.
Could someone give me a hint about how to do it?

Thanks in advice.

Regards
Tiziano



What help do you need. As for doability, it is very
much doable.

Since you already have the encoder ready, you need to
interface with the camera for input, and start using
the TCP/IP (NDK) for streaming the encoder output over
the network. I hope you are aware that playing on some
standard player on PC would be possible only after you
have taken care of the transport protocol as well e.g.
rtsp etc.

Regards
Piyush

--- modo270180 <modo270180@modo...> wrote:

> Hi Everybody,
>
> I need your help to understand if I can do this
> project. (I'm a
> beginner in streaming and in network applications
> using DSP).
> I have ported an H263 code over DSP DM642 (Ateme
> board DMEK642 +
> camera connected to the board + Code Composer Studio
> 2.21) and now I
> would like
> to stream it over IP to show the video in a player
> like QickTime or
> VideoLan.(I have installed the NDK code)
> I have searched in every part of the discussion
> group but I didn't
> find anything that can help me.
> Could someone give me a hint about how to do it?
>
> Thanks in advice.
>
> Regards
> Tiziano
>


Hi All,

First 0f all I want thank Piyush for your answer,
perhaps, I wasn't very clear in explaining what I'm interested in.

I already ported the H263 algorithm
in the DSP and now I would like to stream the encoder output
over IP to show it in a player like QickTime and therefore
my problem is the transport protocol.

I read about two solution:

1)streaming UDP, because in the NDK is implement an UDP server
2)streaming RTP/RTSP/RTC because is often used in program like
QuikTime ecc

but I'm a beginner in network protocol and I would like to know
what do we think about and moreover if is possible to build,
over the NKD, an RTP server or is better
to start from other point, like
an open source application and try to port it over DSP?

Thanks in advice,
Tiziano --- In c6x@c6x@..., piyush kaul <piyushkaul@y...> wrote:
>
> What help do you need. As for doability, it is very
> much doable.
>
> Since you already have the encoder ready, you need to
> interface with the camera for input, and start using
> the TCP/IP (NDK) for streaming the encoder output over
> the network. I hope you are aware that playing on some
> standard player on PC would be possible only after you
> have taken care of the transport protocol as well e.g.
> rtsp etc.
>
> Regards
> Piyush
>
> --- modo270180 <modo270180@y...> wrote:
>
> > Hi Everybody,
> >
> > I need your help to understand if I can do this
> > project. (I'm a
> > beginner in streaming and in network applications
> > using DSP).
> > I have ported an H263 code over DSP DM642 (Ateme
> > board DMEK642 +
> > camera connected to the board + Code Composer Studio
> > 2.21) and now I
> > would like
> > to stream it over IP to show the video in a player
> > like QickTime or
> > VideoLan.(I have installed the NDK code)
> > I have searched in every part of the discussion
> > group but I didn't
> > find anything that can help me.
> > Could someone give me a hint about how to do it?
> >
> > Thanks in advice.
> >
> > Regards
> > Tiziano
> >
>