Re: [Live-devel] Proxying SIP live RTP to RTSP problem (segfault)

2017-09-25 Thread rus
bsession->fmtp_spropparametersets() returns something usefull in playSIP for SIP H264 RTP ? TIA, Rus > > > - this is the > > first thing I've tried, but it do not works too. The main issue as I see > > is that playSIP outputs the buggy (just two 0001) raw h264

Re: [Live-devel] Proxying SIP live RTP to RTSP problem (segfault)

2017-09-25 Thread rus
StreamSource() sesid:2501866341 *** createNewRTPSink() FramedSource[0x1cde2b0]::getNextFrame(): attempting to read more than once at the same time! Aborted (core dumped) ... The only thing that have to be resolved is this abort. How to further debug it ? TIA, Rus > > > Ross Finlayson > Li

Re: [Live-devel] Proxying SIP live RTP to RTSP problem (segfault)

2017-09-25 Thread rus
s > don?t appear in the SIP SDP, but instead appear inline (e.g., > periodically) in the H.264 stream? If that?s the case, then you?ll have > to implement the ?getAuxSDPLine()? virtual function in your > ?H264LiveServerMediaSession? class. For guidance on how to do this, see >

Re: [Live-devel] Proxying SIP live RTP to RTSP problem (segfault)

2017-09-24 Thread rus
d PPS NAL units ahead of time, then you can add > them as (otherwise optional) parameters to the call to > ?H264VideoRTPSink::createNew()? in ?playCommon.cpp?. Sorry, I'm new to the live555 - can you show me the _exact_ way how to extract SPS/PPS in playSIP app from SIP H264 RTP packe

Re: [Live-devel] Proxying SIP live RTP to RTSP problem (segfault)

2017-09-24 Thread rus
if the sprop-parameter-sets is not presenet in SDP but the testOnDemandRTSPServer always expects byte-stream h264 format. The SIP servers ususally do not / never supply the sprop-parameter-sets but the profile-level-id fmtp entry only. Is there

[Live-devel] Proxying SIP live RTP to RTSP problem (segfault)

2017-09-24 Thread rus
IPClient::createAuthenticatorString(Authenticator const* authenticator, && authenticator->password() != NULL) { // We've been provided a filled-in authenticator, so use it: char const* const authFmt - = "Proxy-Authorization: Digest username=\"%s\", realm=\"%s\", nonce=\"%s\", response=\"%s\", uri=\"%s\"\r\n"; + = "Authorization: Digest username=\"%s\", realm=\"%s\", nonce=\"%s\", response=\"%s\", uri=\"%s\"\r\n"; ... --- Rus ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel