Hello All,
We have an IP camera solution based on Android using the stagefright framework. We are using Live555 for RTSP streaming.
We are not using gstreamer in our solution.
Our IP camera solution supports H264 hardware encoding. I would like to know how can i integrate WebRTC into our solution with H264 video.
Is H264 well supported or transcoding to VP8 is mandatory?
Can we give the encoded H264 video to getUserMedia() as a stream input?
We are using Go server. Can somebody suggest what are the WebRTC native components to be used for development?
regards
Ankit Singhal