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

RTMP issue MCU v 3.3

Naresh_R_1
New Contributor I
433 Views

Hi Lei,

We are testing MCU v 3.3 noticed RTMP/RTSP stream is not working

Server Details

 Intel(R) Core(TM) i7-4790S CPU @ 3.20GHz

CentOS 7.1 ( Since 7.2  with above server is not supporting Media server studio 2016)

Hardware Accelerated

Deployed ffmpeg with libfdk_aac 

Below is the log error

INFO: stream 5885d0f7f176b87aa928991d VideoLayoutChanged
woogeen.sdk.js:8 ERROR: start external streaming failed: Not allowed to subscribe an already-subscribed stream
196woogeen.sdk.js:8 INFO: stream 5885d0f7f176b87aa928991d VideoLayoutChanged

Do we have to enable RTSP/RTMP some where is configuration since i did found any configuration file in access_agent

Version 3.2.1 is working fine with above configuration with H/W accelerated

 

Thanks

Naresh

 

0 Kudos
5 Replies
Lei_Z_Intel1
Employee
433 Views

RTMP output? Can you please open the debug log for avstream node and send to us? We will diagnose after Chinese New Year holiday. Thanks for your patience.

0 Kudos
Naresh_R_1
New Contributor I
433 Views

Hi Lei,

Can we stream a RTSP URL like below with Intel Basic Example

rtsp://mpv.cdn3.bigCDN.com:554/bigCDN/mp4:bigbuckbunnyiphone_400.mp4

Thanks

Naresh

0 Kudos
Naresh_R_1
New Contributor I
433 Views

Hi Lei,

You can also check with this IP camera URL which has no audio

Model: Hikvision DS-7208HVI-SH

rtsp://intel:password@203.196.151.179:554/h264/ch7/main/av_stream

Thanks

Naresh

0 Kudos
Lei_Z_Intel1
Employee
433 Views

The basic sample of v3.3 has some defect on RTSP input, which by default enable neither video nor audio for RTSP source. As a workaround, you can either modify the source code of basic sample according to JS SDK guide on file <InstallFolder>/extras/basic_example/public/script2.js, or replace the script2.js with attached file, and use query string to control audio/video flag like https://x.x.x.x:3004/?url=xxxx&audio=false&video=true.

0 Kudos
Naresh_R_1
New Contributor I
433 Views

Hi Lei,

Thanks

I am able to connect the rtsp video but the video ouptut is like just a image, you can test with the above mentioned rtsp URL

Thanks

Naresh

0 Kudos
Reply