Re: [Live-devel] Stream FFMPEG packets using subclassed OnDemandServerMediaSubsession

2020-02-25 Thread Ross Finlayson
> On Feb 26, 2020, at 8:49 AM, Matthew Czarnek wrote: > > I need to be able to have trick play over RTSP for Matroska files. Note that when streaming from a Matroska file, ’seeking’ should already work; just not fast-forward or reverse play. > it is streaming it to openRTSP and storing it t

[Live-devel] Stream FFMPEG packets using subclassed OnDemandServerMediaSubsession

2020-02-25 Thread Matthew Czarnek
I need to be able to have trick play over RTSP for Matroska files. It works in FFMPEG alone, but I cannot get it to stream it out over RTSP. Live555 also happens to be much more efficient than FFMPEG but seemed hard to manipulate individual frames, and that piece already works in FFMPEG. I have cr