Re: [Live-devel] Receive RTP Audio over TCP

2017-04-04 Thread Anton Parkhomenko
Hi, Ross, thanks for quick response. In general, I don't need RTSP for receiving audio. My ipcam has RTSP server with two audio/video subsessions and needs some interface to output sound, just to play all incoming data (in current implementation). So I started from this topic http://lists.live5

[Live-devel] Receive RTP Audio over TCP

2017-04-03 Thread Anton Parkhomenko
Hi! I'am working on receiving RTP Audio with live555 library. I use SimpleRTPSource and Groupsock and everything is fine. But now I need TCP instead of UDP and I can't make it work. In the event loop there are RTSP server with two subsessions and subclass of MediaSink, which reads RTP Audio.

[Live-devel] Streaming from two fifos

2016-09-23 Thread Anton Parkhomenko
Hi, I'm working on rtsp server on embedded device using live555. H264 encoder writes data to fifo and then live555 streams this data. I use testOnDemandRTSPServer test prog with H264VideoFileServerMediaSubsession. With one fifo everything is fine, but when there are two h264 streams and two fif