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

A HTTP/HTTPS API proxy for SRS.

Results 22 httpx-static issues
Sort by recently updated
recently updated
newest added

go-oryx 有部署文档吗?

有个想法,go-oryx支持QUIC的接入,转换成TCP连接,代理到SRS,这样SRS就可以支持QUIC-RTMP的推流和拉流。

Read https://github.com/ossrs/srs/issues/466 For origin: Publish stream to server, remux the stream to HLS in memory. For edge: Play the HLS, fetch from upstream, remux the stream to HLS in memory....

feature

Read https://github.com/ossrs/srs/issues/770 Maybe use MPEGTS over KCP(UDP), because the size of TS packet is 188 bytes, which is very nice to transport over UDP packet.

对于新手没有知道文档呜呜

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...

Byteorder in protocol.RtmpUint16 UnmarshalBinary is incorrect. Current: *v = RtmpUint16(uint16(data[0]) | uint16(data[1])

bug

Server will start listener and accept RTSP client. Then remux the stream to RTMP, FLV, HLS, HDS or other types of stream. The wiki: https://github.com/ossrs/srs/wiki/v2_CN_Streamer https://github.com/ossrs/srs/wiki/v2_EN_Streamer

feature