Results 6 comments of ChungTak

the same issue here. ios conference sample -> click connect button. error log: [2019-06-16 14:46:57] [connect] Successful connection [2019-06-16 14:46:57] [error] handle_read_http_response error: websocketpp.transport:7 (End of File)

libsioclient.a is linked . I changed to libsioclient_tls_no_verification.a ,connect url changed to https://xxx:3004 get the same error.

我抽取了里面的导出代码来运行,但转换不成功,运行代码: ``` from _WIDERFACE_LFD_L_work_dir_20210116_153509.WIDERFACE_LFD_L import config_dict, prepare_model prepare_model() model = config_dict['model'] input_shapes = [[1, 3, 720, 1280]] input_names = ['input_data'] output_names = ['classification_output', 'regression_output'], temp_onnx_file_path = os.path.join( os.path.dirname(__file__), 'temp', 'temp.onnx')...

@q191201771 这里有摄像机的ps流抓包文件 https://github.com/ty6815/AvStackDocs/blob/master/test%20file/format/02c27467_1593177349.ps 海康 https://github.com/ty6815/AvStackDocs/blob/master/test%20file/raw/01e168e1_1995306245.ps https://github.com/ty6815/AvStackDocs/blob/master/test%20file/raw/1543389179_ac1d0b29-7f9fbc002b80-03b18ffe.ps ps流和ts差不多,老大应该很容易弄出来,只是国内厂家会在协议头加了一些私有信息,过滤那些信息就可以,譬如 "遇到00 00 01 bd的,这个是海康私有流的标识,可以丢弃" 可以参考 https://github.com/ireader/media-server/tree/master/libmpeg/source 这个库适配了国内主流ps流,建议参考 期待lal能支持ps流~~

相向。支持接收raw rtp ,也支持向外推流raw rtp janus 的 rtpforwad 和 mediasoup 的 PlainTransport(PlainRtpTransport) 实现的就是这样的功能