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.

Compiler/AM5728: GStreamer source code

Part Number: AM5728

Tool/software: TI C/C++ Compiler

hello

I ran the command bellow on TMDSEVM572x (with it's default kernel image on SD Card) via terminal for capturing video and saving it on file x.mp4 :

:~#     gst-launch-1.0 -e v4l2src device=/dev/video1 num-buffers=1000 io-mode=4 ! 'video/x-raw, format=(string)YUY2, width=(int)1280, height=(int)720, framerate=(fraction)30/1' ! vpe num-input-buffers=8 ! tee name=t ! queue ! ducatimpeg4enc bitrate=4000 ! queue ! mpeg4videoparse ! qtmux ! filesink location=x.mp4 t. ! queue ! waylandsink

this is executed correctly. now I want to do these:

1- I want to write an application in C that can do same as above command.

1- I then need to change the code for sending H264 frames to UDP socket.

how can I do this? can I access to simple source code of it?

any help appreciated,

Ali