Fetch the repository succeeded.
This action will force synchronization from liyunmy/libLiveServer, which will overwrite any changes that you have made since you forked the repository, and can not be recovered!!!
Synchronous operation will process in the background and will refresh the page when finishing processing. Please be patient.
本程序是流媒体客户服务器程序,基于live555的接口封装,目前暂时只支持视频流。
HY_LiveServer_Init();//首先初始
......
HY_LiveServerPushData(int channel,BYTE *data,int len);//直接向某通道压数据就行
rtsp://10.6.2.25/video/h264/ch0/sub/stream
目前只允许更改chx,如下:
rtsp://10.6.2.25/video/h264/ch0/sub/stream
rtsp://10.6.2.25/video/h264/ch1/sub/stream
......
chx范围为:ch0~ch7,一共有8通道视频,每个通道允许有8个连接。
2017-06-20 V1.01.170620
1、第一版。
Sign in for post a comment
Comments ( 0 )