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.74k stars 5.28k forks source link

DVR: For multiple-level app name, the stream value inconsistent #3939

Open larryteal opened 5 months ago

larryteal commented 5 months ago

Describe the bug stream value inconsistent

Version Docker ossrs/srs:4

To Reproduce None

Expected behavior stream value remains consistent

Screenshots srs_stream_error

Additional context The stream value is inconsistent, resulting in errors in the live broadcast address and the location saved in the DVR.

winlinvip commented 5 months ago

This is about a multi-tier app experiencing issues that need to be resolved.

Workaround: You can initially use a single-level app, for example, replace dron/12/247 with dron-12-247. If it's a URL, change from rtmp://ip/dron/12/247/livestream to rtmp://ip/dron-12-247/livestream.

Certainly, this issue requires correction.

TRANS_BY_GPT4