Most voted "rtsp" questions
5 questions
Sort by count of
-
2
votes1
answer93
viewsCapture image from gstreamer Pipeline
I have an IP camera that uses protocol RTSP to transmit images, the code below uses the gstreamer to connect, grab these images and show on swing (works just right). I want to get the camera frames…
-
1
votes1
answer500
viewsMultiple connections via rtsp using Opencv and Python
I recently made a basic Python script using the Opencv library for recognition using security cameras, but I realized that for some reason, I can’t open two or more connections on the same camera,…
-
0
votes0
answers202
viewsRTSP protocol with primefaces?
I am trying to implement with primefaces to accept the RTSP protocol: <p:media value="rtsp://myUrl" width="190" height="250"> <f:param name="autoPlay" value="false" /> </p:media>…
-
0
votes1
answer324
viewsHow to write RTSP stream
I’m using the package node-rtsp-stream more Websocket to do the transmission of my IP-Camera, and the preview goes well, now I would like to know how to record this transmission and I have no idea…
-
0
votes0
answers114
viewsView video streaming using RTSP protocol
Hi, I’m trying to display the image of an IP camera that uses rtsp protocol. I tested using VLC (video software) and it worked, but I need to display on a web page.