Feature Questions
I would like to find out if the EMS is able to:
1) accept a MJPEG stream over TCP pull as input source and do transcoding into other formats?
2) support push WebM (VP8/Ogg) over http? As well as DASH WebM format?
3) handle streams from live sources such as cameras, do runtime transcoding into h264 and stream out?
We’ve a module that abstract the Video management system (VMS) away, so it can be used to interface to differnet VMS, and expose the cameras in the VMS in the form of either a MPEG-TS h264 or MJPEG over TCP. As these are streams and not file based, the transcoding to be done before streaming out has to be done in realtime so writing to a file such as the HLS/MSS/HDS/DASH way isn’t exactly an option. Can EMS do realtime transcoding of such streams into fMP4?
Also, how is the support for RTMPT? We would like to avoid firewall issues related to use of proprietary ports, and would very much prefer http streaming, including for the case of RTMP, thus RTMPT.