How can I implement h264 video stream encapsulation in flv format and push it using WebSocket in iOS using native lightweight code?

62 views Asked by At

As the title, I am an iOS developer now, but I know nothing about the packaging of flv format, but there are no similar code cases in the community. Some are just some heavy third-party libraries based on rtmp or ffmpeg, so there is no lightweight native code packaging. I want a code implementation case of objc or C, so powerful netizens can help me.

I tried to encapsulate it, but the encapsulated video can't be played because of the lack of script tag and MetaData. I expect to get a high-quality code case answer, and I will give back to the community a hundred times.

0

There are 0 answers