Re: [Live-devel] RTSP server behind a router (Ross Finlayson)

2015-10-01 Thread Giovanni Iamonte
Bye Ing. Giovanni Iamonte Developments and technologies area Quintetto Srl - Pont Saint Martin (AO) ( mobile: +39 393 9196310 ( tel: +39 0165 1845290 + e-mail: giovanni.iamo...@quintetto.it [ web: www.quintetto.it <http://www.quin

[Live-devel] RTSP server behind a router

2015-09-24 Thread Giovanni Iamonte
tops and also testRTSPClient shows video/audio packet. Do you have any idea about this behavior? Thanks for your help Ing. Giovanni Iamonte Area Tecnologie e sviluppi Quintetto Srl - Pont Saint Martin (AO) ( mobile: +39 393 9196310 ( tel: +

[Live-devel] RSTP Live streaming from USB camera (Ross Finlayson)

2015-04-02 Thread Giovanni Iamonte
Bye ____ Ing. Giovanni Iamonte Area Tecnologie e sviluppi Quintetto Srl - Pont Saint Martin (AO) ( mobile: +39 393 9196310 ( tel: +39 0165 1845290 + e-mail: iamo...@quintetto.it <mailto:iamo...@quintetto.it> [ web: www.quintetto.it <http:/

Re: [Live-devel] RSTP Live streaming from USB camera (Ross Finlayson)

2015-02-21 Thread Giovanni Iamonte
dly, we programmatically increased the socket buffer by adding the call to "setsockopt" in Live555ServerMediaSubsession :: createNewRTPSink What do you think about? Is interesting for you to consider our code? Bye ____

Re: [Live-devel] RSTP Live streaming from USB camera (Ross Finlayson)

2014-11-19 Thread Giovanni Iamonte
Hi Ross. Thank for your suggestion, after we set the reuseFirstSource to true everything works as we expect. Anyway, before this change, when more clients were connected to the server, the begin sequence that they receiving was SPS, PPS, keyframe, slice, ..., slice. Now when several clients were

[Live-devel] RSTP Live streaming from USB camera

2014-11-13 Thread Giovanni Iamonte
audioSpecificConfig[1] = (AUDIO_SRATE_INDEX << 7) | (AUDIO_CHANNELS << 3); sprintf(fConfigStr, "%02X%02x", audioSpecificConfig[0], audioSpecificConfig[1]); return (MPEG4GenericRTPSink::createNew(envir(), rtpGroupsock, 96, AUDIO_SRATE, "audio&qu