Hi Sami, Which type of your video, H.264 or MPEG-4? If you encoded your video by MPEG-4, maybe you must modify the videos a little bit before streaming them.
Visit here to find source code for RTP/RTSP streaming: www.live555.com There're 2 ways to stream an video: 1. Encode and store it onto file, then stream the file. You can run mediaServer or some example programs in testProgs/ directory. 2. Encode and stream at the same time. You have to feed frame from encoder to a corresponding RTPSink (modify the demos encode source, or modify the RTP source, it's up to you). Notice: You must write your own H264VideoStreamFramer class for streaming H.264 video file over RTP. Good luck. Sami Bouraoui <[EMAIL PROTECTED]> wrote: The demos provided in the evaluation board only allow me to encode videos and store them on the disk. What I need to do is an RTSP streaming to play recorded and encoded videos in real time on VLC. I read in previous threads that I need to use LiveMedia555. Maybe I need to do some changes in the encode sources, but I can't find out what needs to be changed. Thanks for your help. Sami 2008/5/13 BJ Opp <[EMAIL PROTECTED]>: If you have the dvsdk that came with the eval board (assuming you're using the eval board), there should be demo applications available that do just that available in the 'demos' directory under your dvsdk install path. BJ On Tue, 2008-05-13 at 10:39 +0200, Sami Bouraoui wrote: > Hello, > > I'm a beginner in DaVinci programming and I need to encode a video > captured from a camera and to stream it to VLC (or another video > player). I'm using the DVEVM (DM355). > Could anyone tell me where I should start? > > Thank you. > > Sami > > > _______________________________________________ > Davinci-linux-open-source mailing list > [email protected] > http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source _______________________________________________ Davinci-linux-open-source mailing list [email protected] http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source
_______________________________________________ Davinci-linux-open-source mailing list [email protected] http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source
