> Is it possible to use live555 as an rtsp server that its input is raw rgb
> images and the output stream is mpeg4/h264 ?
Yes. You would need to write your own filter class (a subclass of
"FramedFilter") that converts raw RGB frames to H.264 frames (NAL units). Your
"OnDemandServerMediaSubse
Has anyone tried contacting "Milestone" and asked them why their client doesn't
send RTCP "RR" packets - as they are supposed to - which would also act as a
keep-alive? Or, alternatively, why it would not send (session-specific)
"GET_PARAMETER" commands instead (which is what every other client
Hello,
> 04.06.2013 8:10, Андрей пишет:
.. Snip
> I can provide the additional output from the console. Client Milestone
> constantly sending requests to my server, and soon breaks the connection and
> then reconnects. Help solve the problem
.. Snip
I see the same problem with the Milestone sma
Jacob,
You need an H.264 encoder before live555 will stream it.
You could use x264 http://www.videolan.org/developers/x264.html or ffmepg with
x264 or any other H.264 compressor.
You may have to do a little post processing on the compressed stream: adjust
for start codes, AU delimiters and PPS/