Re: [Live-devel] HTTP Live streaming

2014-05-03 Thread Jeff Shanab
I wrote a HLS streamer for live stream in my last job that used live555 to pull from security cameras. I only had to make a small modification to the MPEG2TransportStream class to make deterministic PAT packet (or was that PES, sorry this is from memory). These packets are currently inserted on a t

Re: [Live-devel] Logging or debug info

2014-05-03 Thread Jan Ekholm
On 3 maj 2014, at 00:35, Ross Finlayson wrote: >> 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" imple

Re: [Live-devel] HTTP Live streaming

2014-05-03 Thread Ross Finlayson
> I get the H.264 encoded frames in a queue. > I implemented RTSP live streaming by extending the class > OnDemandServerMediaSubsession and reading from the queue. > Can the same be done on HLS. No. Ross Finlayson Live Networks, Inc. http://www.live555.com/

Re: [Live-devel] HTTP Live streaming

2014-05-03 Thread Vikram Singh
I get the H.264 encoded frames in a queue. I implemented RTSP live streaming by extending the class OnDemandServerMediaSubsession and reading from the queue. Can the same be done on HLS. My requirement is to stream OpenGL frames and visualize on a iPad. I can do the same using RTSP but iOS