diff options
| author | Mistivia <i@mistivia.com> | 2025-09-16 02:23:21 +0800 |
|---|---|---|
| committer | Mistivia <i@mistivia.com> | 2025-09-16 02:23:21 +0800 |
| commit | 5e555fb6ad9528c36e784c615e6d05cc8e92889f (patch) | |
| tree | d111fd63151c19dc7b0e43ac07c892650a328852 /rtmpserver.cpp | |
| parent | 99329b886e8790127600fbd8c6ea876ee8c2cda6 (diff) | |
fix minio compatibility
Diffstat (limited to 'rtmpserver.cpp')
| -rw-r--r-- | rtmpserver.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/rtmpserver.cpp b/rtmpserver.cpp index 313c31f..7b51065 100644 --- a/rtmpserver.cpp +++ b/rtmpserver.cpp @@ -373,8 +373,6 @@ void handle_setdataframe(Client *client, Decoder *dec) throw std::runtime_error("not a publisher"); } - printf( "client paht is %s",client->path.c_str()); - std::string type = amf_load_string(dec); if (type != "onMetaData") { throw std::runtime_error("can only set metadata"); |
