Top "Live555" questions

Cross-platform C++ source-code libraries for standards-based RTP/RTCP/RTSP/SIP multimedia streaming, suitable for embedded and/or low-cost streaming applications.

MJPEG streaming and decoding

I want to receive JPEG images from an IP camera (over RTSP). For this, I tried cvCreateFileCapture_FFMPEG in OpenCV. …

c++ opencv rtsp mjpeg live555
RTSP/RTMP Video Streaming Client iOS

I'm in need of a open source solution/library to stream RTSP/RTMP to an iOS Application. I need to …

ios ffmpeg rtsp rtmp live555
How to write a Live555 FramedSource to allow me to stream H.264 live

I've been trying to write a class that derives from FramedSource in Live555 that will allow me to stream live …

c++ ffmpeg h.264 x264 live555
Confusion regarding RTSP over HTTP tunneling

I had an confusion of which I searched but didn't get any answer. I am streaming a video file using …

stream rtsp live555 http-tunneling
Using Live555 to Stream Live Video from an IP camera connected to an H264 encoder

I am using a custom Texas Instruments OMAP-L138 based board that basically consists of an ARM9 based SoC and a …

c++ h.264 rtsp encoder live555
Cannot stream with Live555 server - Example not working

Recently I downloaded Live555 server source code from their site. I tried to compile and run testMPEG1or2AudioVideoStreamer.cpp …

c++ streaming live555
SOS:Streaming video from android camera to VLC player on PC

I am in search of some code that streams the live camera recording of android device to the vlc player …

android vlc live555
Live555: X264 Stream Live source based on "testOnDemandRTSPServer"

I am trying to create a rtsp Server that streams the OpenGL output of my program. I had a look …

c++ stream live555 libx264
Live555 on Android

I'm trying to get the RTSP video stream play in my Android App using the build-in Videoview/MediaPlayer, but there're …

android video-streaming rtsp rtp live555
How frame rate is calculated or read from h264 bitstream sending through rtsp protocol by live555

Problem: In my case, bit stream coming from h264 encoder which is feed by live camera. Bitstream is sending by …

video-streaming vlc rtsp frame-rate live555