media-server
media-server copied to clipboard
RTSP/RTP/RTMP/FLV/HLS/MPEG-TS/MPEG-PS/MPEG-DASH/MP4/fMP4/MKV/WebM
在test.cpp中的测试项,如果需要运行其他的测试项,需要修改代码,重新编译一下,再运行; 例如:我想运行 `//rtmp_server_forward_aio_test(NULL, 1935);`,就需要把注释去掉,重新编译,再运行; 解决办法:可以使用c++的反射机制,根据输入的字符串参数,来调用相应的测试项; 例如: 注册测试项 ``` REGISTER(rtmp_server_forward_aio_test); RUN_REG("rtmp_server_forward_aio_test", argc, argv); ``` 运行: `./test -c rtmp_server_forward_aio_test`
libflv的bug
mpeg4_hevc_t结构体定义中,成员变量data是4KB固定大小内存,但是当帧数据大于4KB时(很常见)就会导致内存越界,为什么这样设定呢?这么明显的问题我想应该不是无意的吧?
如:ZLMdiaKit中bug详细描述和资料提供。 https://github.com/ZLMediaKit/ZLMediaKit/issues/894 大神帮忙看下。感谢感谢!
有计划添加MJPEG 支持?
Hi, I'm using this library to stream the video to a browser which sends the encoded H.264 frames through RTP to the Janus WebRTC gateway to the browser. The problem...
市面上的安防相机的录像码流都是ps流的,或者有没有rtp转flv的例子,谢谢!
遇到401错误码进行鉴权处理的时候,没有设置from的tag。。。 而且案例的写法也是比较临时。 建议把register直接封装起来。只给一个register的接口,参数是nickname, account, password
请教使用libmov 打包mp4文件能否添加GPS信息, 一般的做法是通过添加一个atom来添加gps信息, 请问libmov是否支持手动添加atom?
**TODO** [RFC-7826](https://tools.ietf.org/html/rfc7826)