LIVE555
LIVE555 Streaming Media is a set of open source (LGPL) C++ libraries for multimedia streaming. The libraries support open standards such as RTP/RTCP and RTSP for streaming, and can also manage video RTP payload formats such as H.264, MPEG, VP8, and DV, and audio RTP payload formats such as MPEG, AAC, AMR, AC-3 and Vorbis.
The software distribution also includes a complete RTSP server application, and a RTSP proxy server.
Categories
- openRTSP
- Live-devel: C++ 라이브러리 개발 관련 이슈
- Live555:Python
How to install
Source code:
$ apt-get install build-essential gcc curl
$ curl -O http://www.live555.com/liveMedia/public/live555-latest.tar.gz
$ tar -xzf live555-latest.tar.gz
$ cd live
$ ./genMakefiles linux-64bit
$ make
$ make install
Link order
GCC 링크 순서는 아래와 같다.
- liveMedia
- groupsock
- UsageEnvironment
- BasicUsageEnvironment
How to test
Client test
Demo 서버를 작동한다.
Client를 사용하여 데이터를 획득한다.
Server test
위의 #Client test에서 획득한 데이터의 파일명을 test.264
로 변경하고 테스트 프로그램 실행.
h264용 RTSP URL을 복사한 후 Client에서 실행한다.
LIVE555 Streaming Media
Source-code libraries for standards-based RTP/RTCP/RTSP/SIP multimedia streaming, suitable for embedded and/or low-cost streaming applications. See also:
- openRTSP: a command-line RTSP client
- playSIP: a command-line SIP session recorder
- wis-streamer: an open source streaming server for the Linux WIS GO7007 Encoder Driver
- RTSP/RTP streaming support for the "MPlayer" media player
- "vobStreamer: a network DVD player (Stream your DVD content over a LAN)
Local Download
- LIVE555 2016.01.29
-
Live.2016.01.29.tar.gz
- LIVE555 2018.09.06
-
Live.2018.09.06.tar.gz
- LIVE555 2019.03.06
-
Live.2019.03.06.tar.gz
See also
Favorite site
Project
- Github: yuvalk/demoLive555withFFMPEG
- Github: edsiper/h264dec
- Github: mpromonet/h264_v4l2_rtspserver
- Github: MESAI/FFmpegRTSPServer (This is an implementation of an H264 RTSP server using FFmpeg and Live555)
Turorials
- Live555의 파이프라인 구조
- Live555로 RTSP스트림을 받아보자 - 1
- Live555로 RTSP스트림을 받아보자 - 2
- Naver cafe: Anywhere Streaming
H.264
- Devpia/질문/ RTSP, h264 코덱 헤더 2 (parseSPropParameterSets() 함수를 사용)