httpx-static icon indicating copy to clipboard operation
httpx-static copied to clipboard

Have you ever considered exporting the rtmp protocol as an independent golang library?

Open Akagi201 opened this issue 8 years ago • 1 comments

I dive into the protocol directory.

I found that the protocol sub-package only depends on core/utility.go and core.Context.

I think you can create a util sub-package and put core/utility.go and core.Context in it.

What do you think of it? Or I can do it myself, and make a PR.

Append...

The protocol sub package also depends on config.go and logger.go. It may be not easy to export the protocol package.

Akagi201 avatar Apr 22 '16 04:04 Akagi201

Good idea, we should export the protocol to https://github.com/ossrs/go-oryx-lib. Please file a PR~

winlinvip avatar May 03 '16 09:05 winlinvip