dm365可以实现接收网络上的数据流在dm365上解码吗,貌似demo的decode程序只能解码TI编码的h264或mpeg4文件,我该从哪里下手。弱弱的有个想法,直接在arm-linux下解码,再写io驱动驱动tvp5146解码可行吗。请各位提点建议。
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.
dm365可以实现接收网络上的数据流在dm365上解码吗,貌似demo的decode程序只能解码TI编码的h264或mpeg4文件,我该从哪里下手。弱弱的有个想法,直接在arm-linux下解码,再写io驱动驱动tvp5146解码可行吗。请各位提点建议。
你好,
这个功能是可以实现的。TI的codec可以配置为universal decoder,可以作为通用解码器来解码,但性能会有所下降。TI的解码库是解码纯数据流的。如果收到的文件是有文件头的,你需要用软件把纯数据流解析出来。
不理解你说的写io驱动驱动tvp5146解码是什么意思?TVP5146是把模拟信号解析转换为数字信号。