Top "Rtsp-client" questions

how to get vlc logs?

I am trying to run rtsp url from the VLC player. But an error appears, and "see logs for details" …

logging vlc rtsp rtsp-client
Record RTSP stream with FFmpeg libavformat

I'm trying to record RTSP stream from Axis camera with FFmpeg libavformat. I can grab video from files and then …

c ffmpeg libavformat rtsp-client
Keeping Alive Rtsp Connection

I have a simple Rtsp Client...The client send Rtsp Commands to Rtsp Server and get RTP packets from server. …

rtsp rtp rtsp-client
FFMPEG API: How to connect to RTSP stream using av_open_input_file?

I'm trying to connect to some RTSP stream using av_open_input_file() like this: AVFormatContext* ic; avcodec_register_all(); …

ffmpeg rtsp-client
Play a SDP file with VLC?

Goal Confirming that VLC can play a stream from a locally given SDP file. This appears to be possible based …

vlc sdp rtsp-client
Upload live android webcam video to RTP/RTSP Server

I have already done proper research, but still lack information on the thing I would like to achieve. So I …

android rtsp rtsp-client
What alternatives do I have for open source RTSP streaming player

Is there anything besides VLC? I need to develop a youtube player without using a flash plugin

rtsp-client
Playing RTSP stream in VLC player

I am trying to make a simple rtsp streaming server in java. The server is able to stream the video …

vlc rtsp live-streaming rtsp-client
How to play rtsp stream in android using ffmpeg

I want to play rtsp stream using ffmpeg library. I was buid ffmpeg for android and also I try to …

android video ffmpeg rtsp rtsp-client