Allan Lei

Results 6 comments of Allan Lei

@mahmoud @wcooley I've extended this PR in #298.

The `http2bin.org` endpoint seems to be down, is there another HTTP2 endpoint or a way to dummy the connection?

My workflow is to build `linux/amd64` and `linux/arm64`, but `docker/setup-qemu-action`'s `platform` output produces `linux/386` and the following steps in the workflow fail because `linux/386` is not supported but is produced....

Same using `ossrs/srs:5.0.185` with client publishing via SRT Configuration ``` listen 1935; max_connections 1000; srs_log_tank console; srs_log_level verbose; daemon off; utc_time on; auto_reload_for_docker off; force_grace_quit on; http_api { enabled on;...

Using `ossrs/srs:5.0.195` and installing `binutils` ``` [2023-11-03 02:14:18.822][WARN][1][m7a3ig37][11] parse ts packet err=code=4019(CasterTsPse)(Invalid ts PSE payload for stream caster) : ts: ts packet decode : ts: demux payload : ts: PES...

An update for my case. It turned out the SDK we were using (https://github.com/ThibaultBee/StreamPack) was producing an invalid streams. If we don't use this SDK, then the warnings and crashes...