Re: [Live-devel] mkv streaming in loop

2013-12-23 Thread Ross Finlayson
> I need to stream a mkv in a loop, i know that I need to write my own > ByteStreamFileSource subclass No, I don't recommend doing things this way. Rather than defining a new class that would sit 'below' MatroskaFile (because, as you discovered, this would require a lot of code duplication), I

[Live-devel] mkv streaming in loop

2013-12-18 Thread HOFFMANN Eric
Hi ross, I need to stream a mkv in a loop, i know that I need to write my own ByteStreamFileSource subclass, problem is, its very difficult to "pass" it to MatroskaFile without a lot of code duplication (MatroskaFileServerDemux and MatroskaFile), is it not possible to allow some ByteStreamFileSo