Re: [Live-devel] Adding some DVB Tables to a Stream

2014-01-30 Thread Thomas Göllner
It worked perfectly. I'm just adding a table packet periodically instead of calling fInputSource->getNextFrame(...) -Ursprüngliche Nachricht- Gesendet: Montag, 27. Januar 2014 15:34 An: 'live-devel@lists.live555.com' Betreff: AW: Adding some DVB Tables to a Stream I've got it. The objects

Re: [Live-devel] Adding some DVB Tables to a Stream

2014-01-27 Thread Thomas Göllner
I've got it. The objects afterGettingFrame() function copys the parameters. That's, what I forgot. So I did not tell the next Filter in queue, that there is any data - because of frameSize. I'll try now to insert the tables as I mentioned and report the result. Best regards, Thomas Göllner

Re: [Live-devel] Adding some DVB Tables to a Stream

2014-01-27 Thread Thomas Göllner
Thanks Ross for your quick reply. I have made a new subclass of MPEG2TransportUDPServerMediaSubsession and added my "SDTinserter" subclass of FramedFilter into the filter chain. The createNewStreamSource() function ends like that: ... transportStreamSource = SDTInserter::createNew(envir(), transp

Re: [Live-devel] Adding some DVB Tables to a Stream

2014-01-26 Thread Ross Finlayson
> I want to add some DVB tables (e.g. SDT, NIT) to a stream that I'm streaming > over LIVE555 RTSPServer. Can someone tell me where the best point for this > injection is? I'm receiving a TS via RTPSource or UDPSource.^ Because you are using our RTSP server implementation, I presume that you have