Intel® Collaboration Suite for WebRTC
Community support and discussions on the Intel® Collaboration Suite for WebRTC (Intel® CS for WebRTC).

MCU V3.3.1无法接入 rtsp

jiyang_y_
Beginner
871 Views

MCU已经按官网步骤安装部署,能实现多人同时接入摄像头。
RTSP来自 IPCamera ,能用VLC 打开。
但是通过  https://xxxx:3004?url=rtsp://192.168.1.78:554/stream_chn0.h264/
无法接入rtsp。

以下是部分日志内容:

2017-05-03 15:47:12.113  - INFO: AmqpClient - Connecting to rabbitMQ server OK
2017-05-03 15:47:12.144  - INFO: AmqpClient - Exchange woogeenRpc is open
2017-05-03 15:47:12.160  - INFO: AmqpClient - Reply queue for rpc client amq.gen-DQ-fQq0guHQKU0Z7ERTs5A is open
2017-05-03 15:47:12.262  - INFO: AmqpClient - Exchange woogeenRpc is open
2017-05-03 15:47:12.277  - INFO: AmqpClient - Request queue for rpc server avstream.31c84f5e-dc16-ab49-cbea-c9aba193d6a5.17 is open
2017-05-03 15:47:12.285  - INFO: ErizoJS - avstream.31c84f5e-dc16-ab49-cbea-c9aba193d6a5.17 as rpc server ready
2017-05-03 15:47:12.293  - INFO: AmqpClient - Exchange woogeenMonitoring is open
2017-05-03 15:47:12.304  - INFO: AmqpClient - Message queue for monitoring is open: amq.gen-HG3ug8XzdGJY8OK3iu5Xww
2017-05-03 15:47:12.314  - INFO: ErizoJS - avstream.31c84f5e-dc16-ab49-cbea-c9aba193d6a5.17 as monitor ready
2017-05-03 15:48:23,711  - INFO: woogeen.RtspIn - (0x32bf9b0)url: rtsp://192.168.1.78:554/stream_chn0.h264/, audio: 0, video: 1, transport: tcp
2017-05-03 15:48:23.712  - DEBUG: Connections - Add connection: 344198832521215100 avstream portal.f39309f8-5b93-8de8-82e1-e9b8e1119b9a
2017-05-03 15:48:23,732  - INFO: woogeen.RtspIn - (0x32bf9b0)Opening input
[rtsp @ 0x7fef2c000900] method SETUP failed: 461 Unsupported transport
2017-05-03 15:48:29,373  - ERROR: woogeen.RtspIn - (0x32bf9b0)Error opening input Protocol not supported
2017-05-03 15:48:29,374  - ERROR: woogeen.RtspIn - (0x32bf9b0)Connect failed, {"type":"failed","reason":"error opening input url"}
2017-05-03 15:48:29.381  - DEBUG: Connections - Remove connection: 344198832521215100
2017-05-03 15:48:29.382  - DEBUG: Connections - remove subscriptions from connection: 344198832521215100
2017-05-03 15:48:29,382  - INFO: woogeen.RtspIn - (0x32bf9b0)Closing rtsp://192.168.1.78:554/stream_chn0.h264/
2017-05-03 15:48:29.385  - WARN: ErizoJS - Exiting on SIGTERM

希望大神帮忙解答,十分感谢。

0 Kudos
1 Reply
Lei_Z_Intel1
Employee
871 Views

提示这个RTSP流不支持TCP transport,修改程序参数设置transport为UDP试试。

===========================================================================

[rtsp @ 0x7fef2c000900] method SETUP failed: 461 Unsupported transport
2017-05-03 15:48:29,373  - ERROR: woogeen.RtspIn - (0x32bf9b0)Error opening input Protocol not supported

0 Kudos
Reply