ossrs / srs

SRS is a simple, high-efficiency, real-time video server supporting RTMP, WebRTC, HLS, HTTP-FLV, SRT, MPEG-DASH, and GB28181.
https://ossrs.io
MIT License
24.75k stars 5.28k forks source link

srt-to-rtmp-forward #3893

Closed attiliodrei closed 6 months ago

attiliodrei commented 7 months ago

Describe the bug when srt-to-rtmp on , sending to ossrs with srt protocol and forwarding to other rtmp server , metatadata informations are not sent Version 5.0.195 Config vhost test.com { srt { enabled on; srt_to_rtmp on; } forward 192.168.1.18; }

Bug should send metadata packet containing the track list reported by 3rd party rtmp server error RTMP ERR: first packet must be metadata https://github.com/bluenviron/mediamtx/issues/386

winlinvip commented 6 months ago

Your issue does not comply with the requirements for issues. Please submit bugs according to the issue template. Issues that do not provide complete information will be deleted directly. This issue will be deleted. Please read the FAQ first: #2716.

TRANS_BY_GPT4