Re: [Live-devel] Wrong reconstructed JPEG Header after RTP Streaming

2015-07-09 Thread Michael Bommes
Ok, one thing I found after looking at those headers is, that the encoded frame isnt jfif, but I could tell the encoder to generate jfif header. Would it be possible to use JPEGVideoRTPSink to stream different header correctly?  After that I was able to come close to the desired result by adj

[Live-devel] Wrong reconstructed JPEG Header after RTP Streaming

2015-07-09 Thread Bommes, Michael
Hi, I'm trying to stream JPEG images via RTP. After using Jpeg Parser from http://dbmibu.blogspot.in/2011/06/streaming-jpeg-images-over-rtp-using.html I could verify that I only send Jpeg data without header information and that virtual u_int8_t type() and width/height return the right values