Closed pthomasj closed 1 month ago
I just found
execute_process(COMMAND xxd -i ../media/audio.g711a ../media/audio.g711a.h)
execute_process(COMMAND xxd -i ../media/video.h264 ../media/video.h264.h)
in CMakeLists.txt
. I then installed xxd
and this fixed it.
The files
audio.g711a
andvideo.h264
exist insmolrtsp-0.1.3/examples/media/
but I do not seeaudio.g711a.h
andvideo.h264.h
. Is there a script that generates these?