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-TS 用の Java の API はありますか?
情報と PAT、PMT、CAT などの他のすべての情報を含む解析済みの TS パケットを取得できる API が必要です。受信した TS からいくつかのプログラムを選択して TS マルチプレクサー アプリケーションを開発できます。
ありがとう
ストリーム リーダー クラスを使用して、mpeg-ts に解析できると思います。リーダーとは、ストリームからバイナリを読み取って保存し、必要な別の形式に出力する必要があることを意味します。