<div dir="ltr">Ross, <div><br></div><div>Yes sure! thanks for the help, really I'm evaluating replacement to our current media server, I like but just need some security features that I saw build-in into Live555 Streaming media.</div><div><br></div><div>When I say Business Logic, I mean that we need be able to authenticate the user with our Rest Service, and can handle MP4 file names in base to the camera id, thinks like this... we are using Java media server with and API, my question is related to this part, if we can add custom handlers to capture some events, like login, and recordings.</div><div><br></div><div>Sorry for my English, and regards from Argentine.</div><div> </div><div>Alejandro</div></div><div class="gmail_extra"><br><div class="gmail_quote">2014-10-08 16:17 GMT-03:00 Ross Finlayson <span dir="ltr"><<a href="mailto:finlayson@live555.com" target="_blank">finlayson@live555.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word"><div><span class=""><blockquote type="cite"><div dir="ltr"><div>* Why is not recommended use RTSP over TCP? </div></div></blockquote><div><br></div></span>Just to be clear, the RTSP protocol (the 'control protocol') is always over TCP. By default, however, the *media* packets (i.e., RTP/RTCP) are sent over UDP. It is possible, however, to also stream the media packets (RTP/RTCP) interleaved over the RTSP (i.e., TCP) connection. The basic reason why this is not recommended - unless you're behind a firewall that blocks UDP packets - is that the media (RTP/RTCP) packets are intended to be 'real time' data, and by carrying them over TCP, you're introducing often excessive (and usually unnecessary) delay, and also making the streaming less data efficient,</div><div><br></div><div><span class=""><br><blockquote type="cite"><div dir="ltr"><div>* Our camera work inside of a home, and push to cloud servers, I think in this scenario, UDP will be not an issue, right?</div></div></blockquote><div><br></div></span>Do you mean "UDP packets will not be able to pass between your clients and servers"? Perhaps they will; why not try it and check?</div><div><br></div><div><span class=""><br><blockquote type="cite"><div dir="ltr"><div>* Has live555 a library to push from Android? </div></div></blockquote><div><br></div></span>Are you asking it the "LIVE555 Streaming Media" code can run on 'Android'. Yes it can; remember that 'Android' is basically just Linux. So use one of the "config.linux*' configuration files when you build the software.</div><div><br></div><div><span class=""><br><blockquote type="cite"><div dir="ltr"><div>* Can guide me to some documentation, about how to extend business logic with your server?</div></div></blockquote><div><br></div></span>I'm not sure what you mean by "extend business logic" (that sounds like marketing talk :-), but remember that there's a limit as to how much advice/help I can dispense 'for free' on this mailing list.</div><div><br></div><div><span class=""><br><blockquote type="cite"><div dir="ltr"><div>we need record all the incoming streams into mp4 to made this available later to watch as VOD.</div></div></blockquote><div><br></div></span>I suggest that you start by looking at our "openRTSP" application - <a href="http://www.live555.com/openRTSP/" target="_blank">http://www.live555.com/openRTSP/</a> - and also reviewing the code for the "testRTSPClient" demo application.</div><span class=""><br><br><div>
<span style="border-collapse:separate;color:rgb(0,0,0);font-family:Helvetica;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:-webkit-auto;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px"><span style="border-collapse:separate;color:rgb(0,0,0);font-family:Helvetica;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:-webkit-auto;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px">Ross Finlayson<br>Live Networks, Inc.<br><a href="http://www.live555.com/" target="_blank">http://www.live555.com/</a></span></span>
</div>
<br></span></div><br>_______________________________________________<br>
live-devel mailing list<br>
<a href="mailto:live-devel@lists.live555.com">live-devel@lists.live555.com</a><br>
<a href="http://lists.live555.com/mailman/listinfo/live-devel" target="_blank">http://lists.live555.com/mailman/listinfo/live-devel</a><br>
<br></blockquote></div><br></div>