Questions tagged [live555]

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

The live555 library is an Open Source multimedia transport library implementing various IETF standards including RTP/RTCP/RTSP/SIP as well as various codec-specific RTP profiles.

The library is primarily written in c++ and can be compiled on many platforms/architectures.

It is licensed under the LGPL license.

Support is mainly via the live555 mailing list which usually has quick response times.

Trivia: the live555 library is used for RTSP client functionality inside the VLC media player.

212 questions
0
votes
1 answer

avcodec_decode_video2 always sets got_picture_ptr to 0 while using with live555

I am trying to decode frames using libavcodec. My applications retrieves rtp packets from on rtsp stream using live555. I have searched quite a lot for reasons of avcodec_decode_video setting got_picture_ptr to 0 but haven't been able to find it. …
Richard Macwan
  • 422
  • 1
  • 5
  • 19
0
votes
1 answer

Error seen while trying to compile live555 video streaming platform code in Visual Studio 9.0

I am trying to compile the video streaming live555 platform code on my system using Microsoft Visual Studio 9.0. The code is available in this link: http://www.live555.com/liveMedia/public/ I have generated the makefiles for this code using the…
shardm
0
votes
2 answers

Open source H.264 decoder in C++

I am using live555 for receiving network camera video via RTSP, which data is H264 encoded. Is there any open source software for decoding the received packets and parse it into different video frames? Best regards, Dídac Pérez
Didac Perez Parera
  • 3,734
  • 3
  • 52
  • 87
0
votes
1 answer

Can't restream RTSP with VLC

I have a linux server with VLC installed, and I'm trying to restream the IP camera (rstp). The command for restreaming should be ok, because from my PC, it runs perfectly. When I'm trying to run it from the server, there are some…
DropDropped
  • 1,253
  • 1
  • 22
  • 50
0
votes
2 answers

Building live555 Streaming Media in Windows result in .obj files, not .a

I'm trying to stream rtsp video via tcp using mplayer in windows minGW shell and it depends on live555 streaming media library. The steps I did are: download the live555 streaming media src build each .mak files in src/live/ (I use nmake /f *.mak…
hanzo765
  • 106
  • 1
  • 8
0
votes
1 answer

RTSP url supported in iPhone or not

I am trying to play RTSP url in my iPhone app. I have used many Third-party API's like Live555,FFMpeg I got code Live555 but it is not running in simulator as well as device. There is showing no error. It is always showing Build Succeeded. Pls let…
user1011291
  • 109
  • 1
  • 2
  • 12
0
votes
1 answer

How to use live555 streaming media forwarding

I use Live555 h.264 stream client to query the frame packets from an IP camera, I use ffmpeg to decode the buffer and analysis the frame by OpenCV.(those pipeline are based on testRTSPClient sample, I decode the h.264 frame buffer in…
Kang
  • 1
  • 1
  • 5
0
votes
1 answer

How to integrate OpenRTSP-live555 library into my android application

I want to use openRtsp-live555 library into my android application for the RTSP but i am not getting how to include it in my project and how to compile so that i can use it's methods in my Acivity or java class. Please Help me if anybody has used…
sunil jain
  • 104
  • 6
0
votes
1 answer

Visual Studio 2010 Live555

I have problem developing with live555. I already build the lib-files and example projects with the make files. But if I try to develop something on my own it doesn't work out. After including the headers liveMedia.hh, BasicUsageEnvironment.hh…
user1200794
  • 159
  • 3
  • 9
-1
votes
1 answer

Experiences on building a video recorder for RTSP/RTP streams?

I have to store continuous video streams from many ip cameras, The video is encoded in H.264 and the audio is in AAC or MP3. The recorded videos will be played mostly on mobile devices but also on browsers. What would be the best strategy to…
gipsh
  • 578
  • 1
  • 3
  • 20
-1
votes
1 answer

Why my App cannot decode the RTSP stream?

I use live555 to receive RTP video frame (frame encoded in H264). I use Live555 open my local .sdp file to receive frame data. I just saw DummySink::afterGettingFrame was called ceaselessly。 if fReceiveBuffer in DummySink is correct, Why…
MathxH Chen
  • 51
  • 1
  • 5
-1
votes
1 answer

Save RTSP video frames to a file

I am able to play rtsp stream on web page using live555 server but I need to extract the frames from the rtsp stream and store them in a file. Can anyone guide me how to do this?
urvesh
  • 1
  • 1
-1
votes
1 answer

I want to upload a camera video stream to Amazon S3 and download it to an Android phone. I'm completely new to this. How can I do this?

I'm really dumb and new to RTP/SIP. Is there a stack that's recommended for uploading video to the cloud from a camera attached to a microprocessor? What's the difference between all the things I'm seeing - MPEG DASH, Live555, ffmpeg, and so…
jwu
  • 1
  • 2
-1
votes
2 answers

NDK xlocale.h exception

Trying to load live555 library but having following error when I do ndk-build Compile++ thumb : live555 <= Locale.cpp In file included from…
Ayaz Alavi
  • 4,825
  • 8
  • 50
  • 68
-2
votes
1 answer

exec() in perl as root

I am trying to execute a command through exec() in perl. It runs but not with the same results as running it outside the script as a sudoer. I would like to know how can I run the same command as sudo inside the script first to do some tests. I…
1 2 3
14
15