Re: [Live-devel] RTCP APP packet handling

2015-02-10 Thread Ross Finlayson
Nick, I’ve now installed a new version (2015.02.10) of the “LIVE555 Streaming Media” code that includes support for sending/handling RTCP “APP” packets. I changed (simplified) your interface and implementation a little - in particular, there’s no longer “RTCPAppPacket” class. Because you’re t

Re: [Live-devel] problem with triggerEvent

2015-02-10 Thread Ross Finlayson
> I'm reusing event triggers because I thought that triggerEvent would enqueue > the data and it will process all the events. No, the implementation of “triggerEvent()” in “BasicTaskScheduler” does not do this. If you want to use the same “EventTriggerId” more than once, you’ll need to wait un

[Live-devel] problem with triggerEvent

2015-02-10 Thread Francisco Javier Cabello Torres
Hi, I'm developing an android application which connects to several RTSP servers. The application shows several video streams concurrently. I'm using only one thread for live555 and I use live555 events to start/stop streams. In order to start a new stream I call: scheduler->triggerEve

Re: [Live-devel] "RTSP-over-TCP" error

2015-02-10 Thread Andrey Shvyrkin
Thanks for the reply. When I using RTP-over-UDP streaming is no such problem. However, when playing a stream sometimes appear friezes. I found this same problem in mailing list (/Fri Dec 19 19:31:41 PST 2014/). I understand that change source code precludes further support, but the proposed sol

Re: [Live-devel] SDP file

2015-02-10 Thread Ross Finlayson
> I can generate a RTP h.264 video stream (using gstreamer) and have the > description of that stream in client.sdp. If I use vlc I can view the video > just fine. ex. vlc client.sdp. > > I would like to perform the same function in my application using live555. > > What are the necessary step