Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我必须从内存中播放 MPEG-4,而不是文件。
因为我只从流媒体服务器获取一个 MPEG-4 文件并且必须立即显示它。
我想我应该使用 libvlc_media_new_path 和 libvlc_media_player_play,但是这些函数需要一个文件才能播放。
请帮帮我~!:->
也许你可以试试imem 模块,它可以从内存中获取数据。
从 VLC 论坛发布的一些示例代码。