I'm receiving H.263+ (H.263 1998) data from IP camera through
RTP/TCP channel. After sending RTSP "PLAY" command, I start receiving
data. But after I receive several video frames (tens of RTP packets), I
cannot read any RTP data, i.e. I receive socket reading error
(timeout). Why does it happen? A
Hi,
I'm receiving H.263+ (H.263 1998) data from IP camera through
RTP/TCP channel. After sending RTSP "PLAY" command, I start receiving
data. But after I receive several video frames (tens of RTP packets), I
cannot read any RTP data, i.e. I receive socket reading error
(timeout). Why does it happe
Can anyone tell me what the process is for contributing to the library?
Just send your contribution (ideally in the form of patch file(s)
against the most recent release) to the mailing list. I'll then
decide whether or not it gets included in subsequent releases of the
code.
I have a ne
Hi,
Can anyone tell me what the process is for contributing to the library?
I have a new RTSPOverHTTPServer implementation, which I'm curious if
anyone is interested in seeing added to the library. It subclasses from
RTSPServer, and allows normal RTSP services as well as RTSP Over HTTP
serv
Hi,
I'm facing this problem, the app which get webcam screenshot and encode them
in h263 works and feed live with an UDP socket (addr 127.0.0.1 port 1234). I
don't know why the bytestream seems not arriving to the live server..
Could anyone help me or give any hints?
I report my server code below