Skip to content

Commit

Permalink
improve env.md for install ZLMediaKit
Browse files Browse the repository at this point in the history
  • Loading branch information
sherlockchou86 committed Apr 23, 2024
1 parent 74bab2f commit 0874a8a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions doc/env.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,11 @@ make -j8
- then run `export DISPLAY=local_ip:0.0` (or add it to ~/.bashrc) on remote machine (linux server or embedded board)

---------
Maybe you need install nginx with `http-rtmp-module` as rtmp server for debug purpose (other tools such as `ZLMediaKit` works fine).
Maybe you need install nginx with `http-rtmp-module` as rtmp server for debug purpose (other tools such as `ZLMediaKit` works fine **which was highly recommended**). Also, maybe you need a rtsp server from which we can receive rtsp stream for debug purpose.

Also, maybe you need a rtsp server from which we can receive rtsp stream for debug purpose.
- [how to install ZLMeidaKit](https://github.com/ZLMediaKit/ZLMediaKit/wiki/vcpkg%E6%96%B9%E5%BC%8F%E5%AE%89%E8%A3%85zlmediakit)
- [how to push stream to ZLMediaKit](https://github.com/ZLMediaKit/ZLMediaKit/wiki/ZLMediaKit%E6%8E%A8%E6%B5%81%E6%B5%8B%E8%AF%95), a few samples which used `vp_rtmp_des_node` in VidepPipe would push rtmp stream to server.
- [how to pull/play stream from ZLMediaKit](https://github.com/ZLMediaKit/ZLMediaKit/wiki/%E6%92%AD%E6%94%BEurl%E8%A7%84%E5%88%99), VLC player or ffplay was recommended.

## tips ##
- Use shared_ptr/make_shared in whole project, do not use new/delete.
Expand Down

0 comments on commit 0874a8a

Please sign in to comment.