Skip to content

Commit

Permalink
add notes for decode element
Browse files Browse the repository at this point in the history
Change-Id: I335da3c94059a91a61ad0fc07a84906e93e9657d
  • Loading branch information
yizhou-xu committed Nov 18, 2024
1 parent 56e8dba commit ad47b35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions element/multimedia/decode/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,3 +111,4 @@ IMG_DIR/
>3. 假设输入BASE64的URL为`/base64`,则http请求的格式需为「POST」(http://{host_ip}:{base64_port}/base64),request body的data字段存储base64数据,如{"data": "{base64 string,不含头部(data:image/xxx;base64,)}"}
>4. 输入GB28181数据流的URL须以`gb28181://`开头
>5. 输入CAMERA数据流的URL须以`/dev/video`开头
>6. 不推荐同时解码本地视频和网络流

0 comments on commit ad47b35

Please sign in to comment.