Open kumaraguru1735 opened 7 months ago
HLS is static file service basically, so I guess it's not complicated to let http server support both http-flv and a static file service on same port.
@suzp1984 The logic is not difficult to implement. But currently, rtmp and http-flv are two separate creates. I don’t really want to have a reference relationship between these two libraries, so I think how to implement it elegantly needs to be carefully considered..
RTMP need to run on 1935 Like that Flv,dash,m3u8 all need to run in single port Example:8080
I want to manage hls and httpflv in single port not with different different port
In SRS I manage HLS, DASH, HTTP-SERVER, FLV in single port (8080) itself, so I can use https using nginx for this protocols