Forum Discussion
Altera_Forum
Honored Contributor
13 years agoNiosII
hi I have a source code of compression vidéo (h.264 ,jpeg) how is exécutable in visual studio c++,my problem is how to implement this code in NiosII ,how to convert this source code in niosII. th...
Altera_Forum
Honored Contributor
13 years agoYour code probably use fwrite() to write the data to a file. Instead of doing this, just keep the buffer allocated. You can probably modify the web server code to use a pointer to that buffer and directly return its contents instead of reading a file on the system.