大家好!
最近想在DM365上做一个音视频同步传输,TI现有给的demos里面的视频保存为X.264文件,音频保存为x.G711文件。我想在speech线程和write线程之间建立一个FIFO把音频编码好的数据,送给write线程,然后在write线程中将编码好的视频数据和音频数据通过SPI接口发送出去,接收端将接收到的数据后进行分流,分别送给speech线程和video线程进行解码,然后输出。不知道这种思路可行不?有做过的朋友给点指导性意见。多谢了!
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.