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 h264 encoded frame

Hello All,

I have integrated the TI's h264 lib dm6446_h264enc_2_00_01_00_production (downloaded from internet)

Based on demo example present in the path dm6446_h264enc_2_00_01_00_production\packages\ti\sdo\codecs\h264enc\app\Client\Build

I could integrate the lib on dsp side of dm6446 custom board. I could validate the encoded bit streams in the form of file( when saved on hdd using emulator in case of dsp and arm using file operations). But when i tried to stream over rtsp using live555 stack, the vlc player was not able to show the video. The parameters are same as Testparams.cfg file. Only difference is instead of reading and writing file, i am using live video for encoding.

The input video of yuv 420 with 360*240 as dimension

Am i missing any steps to stream the encoded data over rtsp. I am quite newbee to this . Please help

regards

Hrishikesh