RootEncoder icon indicating copy to clipboard operation
RootEncoder copied to clipboard

SrsFlvMuxer class missing

Open mylaimani opened this issue 4 years ago • 1 comments

In old version we had this library, net.ossrs.rtmp.SrsFlvMuxer, I am using old version for USB live streaming. Now in the new version we are missing this class SrsFlvMuxer

Is there any alternate for the public class RtmpUSB extends USBBase that uses SrsFlvMuxer

mylaimani avatar Dec 29 '21 15:12 mylaimani

Hello,

You have 2 options:

  • Compile library with version 2.0.2 or older (last version with SrsFlvMuxer)
  • Compile last library version and replace SrsFlvMuxer with RtmpClient that have a really similar usage

pedroSG94 avatar Dec 30 '21 17:12 pedroSG94