Hi All,
I have installed licode on ubuntu12.04:
./licode/scripts/installUbuntuDeps.sh --enable-gpl
./licode/scripts/installErizo.sh
./licode/scripts/installNuve.sh
./licode/scripts/installBasicExample.sh
Next, I try to connect to RTSP stream (H264) and modify
basic_example/public/script.js like this:
var config = { video: true, audio:false,
url:“rtsp://user:pass@10.10.11.179:554/cam/realmonitor?channel=1&subtype=0”};
The video displayed on screen is green but date information is correct.
Can any one help on this issue
Thanks
Naresh