Reputation: 91
I would like to stream live camera capture on to web browser using gstreamer where camera frame comes from appsrc.
suggest me the best way to proceed.
Pra-win
Upvotes: 2
Views: 3212
Reputation: 1539
In gstreamer alone you will not find a sink plugin that will be able to serve your purpose (believe me, Ive been looking) you will need a server.
If you like gstreamer, I can suggest one: gst-rtsp-server. It integrates seamlessly to your gstreamer and sets up a RTSP server in a port/address defined by you. (however it is not included in gstreamer, You'll have to compile/install it separately.)
Upvotes: 2