Re: [Live-devel] HTTP Live streaming

2014-05-02 Thread Ross Finlayson
> 1) Can we stream h.264 encoded data using HLS in live555. If so, can you > please point me out the example which does this in live555 testProgs folder. It's not an application in the "testProgs" directory. Instead, it's the "LIVE555 Media Server" application (in the "mediaServer" directo

[Live-devel] HTTP Live streaming

2014-05-02 Thread Vikram Singh
Hi I have three question. 1) Can we stream h.264 encoded data using HLS in live555. If so, can you please point me out the example which does this in live555 testProgs folder. 2) I was going through a example testMPEG2TransportStreamer.cpp which stream a test.ts. I have pla

Re: [Live-devel] Logging or debug info

2014-05-02 Thread Ross Finlayson
> I have a case where I develop both the RTSP server (based on Live555) > and the client (based on libav). Why not use our library for your client as well (and use "libav" just for the decoding)? I wouldn't be surprised if "libav's" implementation of RTSP/RTP/RTCP were imperfect. (E.g., if it

[Live-devel] Logging or debug info

2014-05-02 Thread Jan Ekholm
Hi, >From what I can see there is no way to get some form of logging or debug info >out from Live555? I have a case where I develop both the RTSP server (based on Live555) and the client (based on libav). I'm trying to track down a problem where my client application randomly after 5-120 secon