home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
Support
General Support
HDHomeRun Prime Tuner Locked
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="mm1352000" data-source="post: 1066286" data-attributes="member: 82144"><p>Hello georgius</p><p></p><p>The server doesn't support RTCP. AFAIK this is true for all CableCARD tuners.</p><p>What Jason said was that the server closed the connection - sent a TCP FIN in packet 4563 which was acknowledged at packet 4564. So, live555 was sending the TEARDOWN on a closed connection. The reset means that the client should open a new connection... but it doesn't do that. The way I read the live555 RTSPClient.cpp code it seems that live555 uses a single connection for communication with the server. It doesn't actually handle the closed connection/socket. There is a function to close the current connection (resetTCPSockets()). If this were called, it would trigger a new connection to be opened to send the next message. Normally that function is only called in error conditions and in the destructor.</p><p></p><p>So, this is why I think we are at fault. We should detect that the server has closed the connection and open a new connection.</p><p></p><p>Do you think your new filter would handle this scenario properly?</p><p></p><p>mm</p></blockquote><p></p>
[QUOTE="mm1352000, post: 1066286, member: 82144"] Hello georgius The server doesn't support RTCP. AFAIK this is true for all CableCARD tuners. What Jason said was that the server closed the connection - sent a TCP FIN in packet 4563 which was acknowledged at packet 4564. So, live555 was sending the TEARDOWN on a closed connection. The reset means that the client should open a new connection... but it doesn't do that. The way I read the live555 RTSPClient.cpp code it seems that live555 uses a single connection for communication with the server. It doesn't actually handle the closed connection/socket. There is a function to close the current connection (resetTCPSockets()). If this were called, it would trigger a new connection to be opened to send the next message. Normally that function is only called in error conditions and in the destructor. So, this is why I think we are at fault. We should detect that the server has closed the connection and open a new connection. Do you think your new filter would handle this scenario properly? mm [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Support
General Support
HDHomeRun Prime Tuner Locked
Contact us
RSS
Top
Bottom