[Live-devel] Stream JPEG over RTP (Arun Ekhande)

2017-08-21 Thread Weber, Patrick
I suggest you don't try to stream JPEG, but instead use FFMPEG to encode to a different CODEC; for sample code, check out: https://github.com/alm4096/FFMPEG-Live555-H264-H265-Streamer This will be a far more robust solution, and something you can adapt to other camera types as well. - Pat Weber

Re: [Live-devel] Stream JPEG over RTP

2017-08-18 Thread Ross Finlayson
Arun, See here http://live555.com/liveMedia/faq.html#jpeg-streaming (And note especially the disclaimer that streaming JPEG-over-RTP is usually a bad idea,.) Ross Finlayson Live Networks, Inc. http://www.live555.com/ ___ live-devel mailing l

[Live-devel] Stream JPEG over RTP

2017-08-18 Thread Arun Ekhande
Hello, I am working with a Prosilica GC camera of Aliied Vision on the CoM board with ARM and Debian linux os .I have used AVT Vimba SDK to capture the frame and I want to stream those frames over RTP.For the same I have referred your testProg from this link http://www.live555.com/Elphel/ but in t