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
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
> 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/
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