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
2 answers

h.264 I-frame loss handling in rtsp streaming

I am developing a player which open rtsp stream using Live555 and using FFMPEG to decode video stream. I am stuck at a point, where IDR frame is getting lost over the network, so that after decoding its successor B/P frames, it shows a jittering…
user636424
0
votes
2 answers

Take input from a live source instead of from a file in live555

I am just beginning to use live555 library. There are not much instance using live library. I get the image data from a camera and I have converted into h264 format. Now, the data is stored in the buffers in the program. So i need to stream live…
venkat
  • 1
  • 2
0
votes
1 answer

How can I stream camera using ffmpeg and send over network using live555

I am making a application for streaming webcam. I would like to use ffmpeg to capture camera, ffmpeg as encoder and live555 as server. I know I must implement DeviceSource.cpp in live555 to encapsulate the encoder to receive frame from ffmpeg.So can…
0
votes
1 answer

How to use live555 to streaming video?

I use C++ with Qt to create a project to streaming video from KIT armTiny6410 to Laptop. I use live555 to do it. This is the Thread to streaming file. But I don't know what I need to include because when I compile I get these errors: error:…
0
votes
2 answers

Change codec format of video which is captutred using openRTSP live555

I want to capture video on server using openRTSP.exe from live555 code and access it from server. I'm able to capture the video but it is in h264 codec format. Can we change this codec format other than h264 like wma etc.
0
votes
1 answer

Compiling live555 and ffmpeg with Xcode 5

In my current project we need to use both live555 and ffmpeg libraries in the same project. We are able to build and run sample for both projects without issues, but when merging both projects into the project the following compiler errors were…
Kai
  • 15,284
  • 6
  • 51
  • 82
0
votes
2 answers

Streaming a Panasonic IP camera for a local web application on Chrome

I am trying to get my Panosonic WV-SP306 to stream on a chrome browser for a web application I am building. I can get it to stream through the default IE 9/Windows setup on their control pannel. The problem with that is that my client will only use…
0
votes
0 answers

Live555 (RTP/RTSP) on armv7s

it is possible to use live555 lib with armv7s? Becasue I try to compile it with config # Change the following version number, if necessary, before running "genMakefiles iphoneos" IOS_VERSION = 7.0 DEVELOPER_PATH = …
Błażej
  • 3,617
  • 7
  • 35
  • 62
0
votes
0 answers

A very high CPU usage at liveMedia RTSP server

I'm developing a multimedia application, which stream video and audio over RTSP using the liveMedia library. I read raw video frames from the camera, encode it using libx264, save it in the tbb::concurrent_queue and run RTSP server. I use…
Dmitry Bakhtiyarov
  • 181
  • 1
  • 2
  • 12
0
votes
1 answer

How to stream a mp3 file music using live555?

I want to write an application which server send a music to it's clients and clients play this music exactly simultaneously.After a lot of search around it , I found live555 which streams a music. So how Can I stream a mp3 file to my clients using…
Foad Saeidi Nik
  • 260
  • 1
  • 5
  • 20
0
votes
1 answer

Problems in implementing responce for RTSP's SETUP request

I'm implementing simple RTSP server that should stream mjpeg over rtsp. The first problem I faced was the "hanging" RTSP client (i tried vlc and openRTSP) when I respond with some response data: buffering issue with java communicating vlc However,…
Eljah
  • 4,188
  • 4
  • 41
  • 85
0
votes
1 answer

Failed to find network address

i installed openRTSP on UBUNTU and try to call url rtsp://simplelive.nexg.tv:554/starplus_mpeg.sdp using the command openRTSP rtsp://simplelive.nexg.tv:554/starplus_mpeg.sdp i am getting the error Failed to get a SDP description for the URL…
mathlearner
  • 7,509
  • 31
  • 126
  • 189
0
votes
1 answer

to support iptv directly on udp/tcp

I used to suport live555 client on android. it was supposed use rtp over udp/tcp. now I was asked to run it directly on udp/tcp in single program. Frankly, without rtcp/rtp, how could udp frames be reordered?
coalber
  • 1
  • 2
0
votes
1 answer

Display a Live555 RTSP stream

I am developing a RTSP client for desktop (C++). I now understand the operation of the library live555 and I can receive frames with the example "testRTSPClient". Now I want to display the video on the screen. How to convert data received to image ?
Sony
  • 1,773
  • 3
  • 23
  • 39
0
votes
1 answer

Has anyone succeedded in streaming rtsp packet using TCP through live 555 libraries

Has anyone succeedded in streaming rtsp packet using TCP through live 555 libraries.?** I try'ed searching web a lot but didn't find anything useful all the solution provided i try'ed but the wireshark shows that UDP packet are being streamed.
Ajinkya
  • 1,701
  • 4
  • 25
  • 42