Questions tagged [rtsp-client]
147 questions
0
votes
1 answer
using netty to send several RTSP message
I want to create a RTSP client, to send some RTSP message. I use netty to write this, but my code can only send one message. how to send another message?
My client Code like this:
public class RtspClient {
public static class ClientHandler…

linhos
- 111
- 2
- 12
0
votes
1 answer
Problem of Command Window with LIVE555 testRTSPClient project
I would like to implement how to capture audio from a microphone in IP (network) camera, and in real time stream it so that can listen to it live.
I was downloading and building the LIVE555 library.
I compiled the project with the testRTSPClient.cpp…

JS. Park
- 1
- 1
0
votes
1 answer
How to make RTSP Client on Android without any third party library?
Just looked on stackoverflow question post link
RTSP Client Implementation on Android
Found another
Android RTSP Client
Tried to implement with videoview and surfaceview.
--http web link video is coming.
--http using VLC player no video
--rtsp…

Manku
- 431
- 3
- 9
- 16
0
votes
1 answer
Convert Rtsp Packet to bitmap in c#
Hello Every on I have implemented SharpRtsp in c# https://github.com/ngraziano/SharpRTSP
I am receiving rtsp Packets and it has h264 format It has following method in H264Payload Class
private List Process_H264_RTP_Frame(List…

user3269550
- 452
- 4
- 15
0
votes
1 answer
A/libc: Fatal signal 11 (SIGSEGV) at 0x00000005 (code=1), thread 26834 Android app crash
I checked this and this links for this problem but couldn't find any solution.
I am implementing an RTSP player in android and I have used Easy Player for this. Using this player I have implementd my demo application and entered an rtsp://…

Megha Maniar
- 444
- 5
- 22
0
votes
1 answer
Gstreamer application for linking name element of rtspsrc with audio and video queue
I am trying to link audio and video queue's using rtspsrc element property name. The pipeline is:
gst-launch-1.0 rtspsrc location="rtsp://" latency=0 name=demux demux. ! queue ! rtpmp4gdepay ! aacparse ! avdec_aac ! audioconvert ! audioresample…

RajviK
- 41
- 1
- 9
0
votes
1 answer
Linking audio and video bins with gstreamer in c
Getting error for linking audio and video bins: gst_pad_set_active: assertion 'GST_IS_PAD (pad)' failed
Trying to convert the following pipeline to C applications:
gst-launch-1.0 rtspsrc location="rtsp://" latency=0 name=demux demux. ! queue ! …

RajviK
- 41
- 1
- 9
0
votes
1 answer
Gstreamer rtsp application for audio and video
I was trying to develop an application for the pipeline:
gst-launch-1.0 rtspsrc location="rtsp://192.168.3.30:8554/rajvi" latency=0 name=demux demux. ! queue ! rtpmp4gdepay ! aacparse ! avdec_aac ! audioconvert ! audioresample ! autoaudiosink…

RajviK
- 41
- 1
- 9
0
votes
1 answer
Detect rtsp stream before playing using gstreamer
I'm able to play a rtsp stream from an ip camera in linux with following:
gst-launch -v rtspsrc location="rtsp://admin:pw@192.168.3.106/live1.sdp" name=demux demux. ! queue max-size-buffers=2 ! rtph264depay ! ffdec_h264 ! ffmpegcolorspace !…

sb32134
- 426
- 8
- 19
0
votes
1 answer
Does Wowza rtsp server support basic authentication?
I'm creating a demo app for streaming video from android devices to Wowza server. When I try to connect to authenticate RTSP client, the Wowza server seems to ignore it. Here are my RTSP request and response from server.
OPTIONS…

user3540328
- 1
- 2
0
votes
1 answer
Using FFMPEG library in PPAPI: Naclports with FFmpeg
I have configured Webports, ffmpeg; and I have created the following Makefile for the current project. However, I have met some problem with ffmpeg library linking.
$ TOOLCHAIN=pnacl make
LINK…

rasulzhan
- 63
- 1
- 6
0
votes
1 answer
How to watch a h263 video via rtsp with gstreamer
I'm trying to read a video stream, encoded in the h263 format, that I'm receiving via rtsp, with gstreamer, on windows. At the end, I have to get a BGR or RGB format (to use Qimage/Qt).
I can watch the flow with vlc rtsp://172.22.1.2:8554/test
I can…

Clem's
- 41
- 1
- 7
0
votes
1 answer
Stream video from android to RTSP server on router
I have developed an app which streams online video to an ip on the router using RTSP server and i also could get the SDP file of the stream.
How can I show that video on the ip ?
(When we go to the ip address , some kind of flash player would show…

pooyathr
- 56
- 1
- 5
0
votes
1 answer
IP Camera (RTSP) and QR codes
I am working on a project that would enable my application to connect to one or more IP cameras (RTSP, H264) and detect any QR codes. The library I want to use for the QR Code detection is the ZXing Project.
One I can capture the frame from the…

hp.
- 513
- 6
- 15
0
votes
1 answer
Feed an RTSP stream to Wowza Streaming Engine
I'm getting an RTSP live video stream from an IP camera. My URL looks like this rtsp://xxx:80/img/vid.sav I want to open this stream on Wowza. How can I do this?

Sivaprasanna Sethuraman
- 4,014
- 5
- 31
- 60