chundonglinlin

Results 9 comments of chundonglinlin

There is a problem with the streaming command: `ffmpeg -re -i ./1024x556.rmvb -y -f flv rtmp://127.0.0.1/live/test` If ffmpeg does not specify a codec or use the copy option, it will...

Configuration 1: `dvr_wait_keyframe on;` Reason for not segmenting: When `vcodec=2`, which means the codec is H263, if `dvr_wait_keyframe` is enabled, it will keep waiting for a keyframe of H264. Otherwise,...

If streaming is done according to the following configuration, it will enter a DVR infinite loop. The main reason is that when reopening a fragment, the duration of the fragment...

Test the 3.0 release version, and this problem also exists. The time when this problem was introduced is approximately Thu Feb 9 15:42:42 2017. Compare: [https://github.com/ossrs/srs/compare/455d9b285e82503d89f9b3e9df4e39794f037d54...00abaf4df28b5025215833765b719d1778405bf5](https://github.com/ossrs/srs/compare/455d9b285e82503d89f9b3e9df4e39794f037d54...00abaf4df28b5025215833765b719d1778405bf5) The implementation logic before...

Thank you, Boss Yang, for your guidance. The analysis is very clear. Currently, I have thought of several repair methods: Method 1: Clean up fragment duration when open/close; Method 2:...

The old shutting_down worker can still listen on a port to provide services by using per _worker config.

hls写ts片时头里patpmt是固定的ngx_rtmp_mpegts_header,如: https://github.com/winshining/nginx-http-flv-module/blob/ddc0df9d96b4d7045782cf944e42dac585906b3c/hls/ngx_rtmp_mpegts.c#L48 你应该重新生成pmt部分的信息替换h264和aac

Following the test method mentioned above, switching to the ffmpeg5.1.3 version, the issue of loud crackling electrical noise still persists. Added debugging logs, ```cpp srs_error_t SrsAudioTranscoder::decode_and_resample(SrsAudioFrame *pkt) { srs_error_t err...