Winlin

Results 123 issues of Winlin

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.

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

服务器可以将流copy到另外的vhost,配合edge就可以实现forward的功能,还可以实现redirect的功能,也可以实现alias的功能。 不必重复实现这些功能,只要拆分成vhost级别的copy,还有配合vhost。

feature

For the golang binding [project](https://github.com/nareix/codec), we can directly encoding the video and audio data to stream, because the multiple cpu provides enough performance to do this. For origin, fetch the...

feature

About the audio only HLS, need to use aac, not ts; the timestamp need to recalculate. ``` Hello Winlin, > Hi, I am the author of SRS(Simple RTMP Server) which...

feature

For origin: Publish stream to server, remux stream to MPEG-DASH. For edge: Play MPEG-DASH, fetch stream from upstream, remux stream to MPEG-DASH. The wiki: Not ready.

feature

Server listen at upd port, encoders push MPEG-TS over UDP to server. Server then can remux the stream to RTMP/FLV/HLS/HDS etc. The wiki: https://github.com/ossrs/srs/wiki/v2_CN_Streamer https://github.com/ossrs/srs/wiki/v2_EN_Streamer

feature

For origin: Publish stream to server, remux stream to HDS. For edge: Play HDS, edge fetch stream from upstream, remux to HDS. The wiki: https://github.com/ossrs/srs/wiki/v2_CN_DeliveryHDS https://github.com/ossrs/srs/wiki/v2_EN_DeliveryHDS

feature

Server can callback external system for some event. The wiki: https://github.com/ossrs/srs/wiki/v2_CN_HTTPCallback https://github.com/ossrs/srs/wiki/v2_EN_HTTPCallback

feature