Hello all,
This seems to be the closest list to address my issue, so I hope someone can
give me a clue:
I'm writing my own little audio/video streaming server that will send out RTP
payload types 0 and 26 (ulaw audio and JPEG). I'm trying to send this to the
QuickTime player. I can get audio to work. When I try JPEG, RTSP seems to be
happy and I send the JPEG data over RTP, but it doesn't display and I get no
error messages about what failed.
I've been searching for a RTSP server which will stream JPEG so I can at least
prove out that QuickTime will accept it as per the RFC. I've looked at the
Darwin code and see no mention of JPEG; it appears to only stream QuickTime
movies.
My questions are:
o Is it true that QuickTime will accept a JPEG/RTP stream (rfc 2435)?
o Does anyone know of a reference implementation of the server side which will
send JPEG?
o Are there any RTSP URLs that I can point my QuickTime player to which will
send me a JPEG?
Thanks,
Jim Van Vorst