I am developing the rtmps live streaming by videojs.
But I have a problem. T_T
The rtmps live-streaming do not play. (Rtmp works well.)
Even if you use another flash player, it won't play. (ex) jwplayer
<video ...
data-setup='{ "techOrder":["html5", "flash"]}'>
...
<source src = " ** RTMPS_URL ** " type ="rtmp/flv"/>
</video>
- RTMPS_URL : rtmps://{SERVER_URL}/?{PARAMETER}
- SERVER_URL : IP:PORT/args1/args2
- PARAMETER : key = value
videojs error message.
"FLASH: rtmpconnectfailure"
The suspected part is as follows.
The rtmps server is writing a personal certificate.(Certificate not certified by public institutions) So I installed a personal certificate on my computer, and the error is identical.
Videojs blogs are said to offer rtmps.Are you sure?
What am I doing wrong?
I need your help.
thanks :-)