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 2
Plugin Development
Testbuilds for Native MP2 TV - Updated for 10th AE Update 1 (2014-09-13)!
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: 1139659" data-attributes="member: 82144"><p>Thanks Alan, that's perfect. <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite24" alt="(y)" title="Thumbs Up (y)" loading="lazy" data-shortname="(y)" /></p><p></p><p>As suspected, the trace shows that your Elgato tuner doesn't include the server_port parameter in the RTSP SETUP response:</p><p></p><p></p><p>Since the server_port parameter is not included, TV Server does not know which ports the tuner intends to use for the RTP stream (video, audio etc.) and RTCP connection (stream information, including the required signal information). Therefore your tuner is currently incompatible with TV Server. <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite3" alt=":(" title="Frown :(" loading="lazy" data-shortname=":(" /></p><p></p><p>This trace is really helpful, because it actually includes 3 sets of { SETUP -> PLAY -> TEARDOWN }, and so I can see that the tuner is using different RTP and RTCP source/server ports for each session. I can also see that the tuner is not using sequential RTP and RTCP ports. That's odd because RTP convention is to use an even number for the RTP port, and the following odd number as the RTCP port. For example, "server_port=5000-5001" would mean that the RTP port is 5000, and the RTCP port is 5001.</p><p></p><p>Specifically, the trace shows that your tuner used the following ports:</p><p></p><p>Session 1</p><p>RTP = 50298</p><p>RTCP = 59321</p><p></p><p>Session 2</p><p>RTP = 55328</p><p>RTCP = 45212</p><p></p><p>Session 3</p><p>RTP = 35880</p><p>RTCP = 53352</p><p></p><p>I can't see any pattern in these selections.</p><p></p><p>[USER=22825]@KayDiefenthal[/USER] </p><p>[USER=107951]@georgius[/USER] </p><p></p><p>Do you have any ideas about how this problem could be solved?</p></blockquote><p></p>
[QUOTE="mm1352000, post: 1139659, member: 82144"] Thanks Alan, that's perfect. (y) As suspected, the trace shows that your Elgato tuner doesn't include the server_port parameter in the RTSP SETUP response: Since the server_port parameter is not included, TV Server does not know which ports the tuner intends to use for the RTP stream (video, audio etc.) and RTCP connection (stream information, including the required signal information). Therefore your tuner is currently incompatible with TV Server. :( This trace is really helpful, because it actually includes 3 sets of { SETUP -> PLAY -> TEARDOWN }, and so I can see that the tuner is using different RTP and RTCP source/server ports for each session. I can also see that the tuner is not using sequential RTP and RTCP ports. That's odd because RTP convention is to use an even number for the RTP port, and the following odd number as the RTCP port. For example, "server_port=5000-5001" would mean that the RTP port is 5000, and the RTCP port is 5001. Specifically, the trace shows that your tuner used the following ports: Session 1 RTP = 50298 RTCP = 59321 Session 2 RTP = 55328 RTCP = 45212 Session 3 RTP = 35880 RTCP = 53352 I can't see any pattern in these selections. [USER=22825]@KayDiefenthal[/USER] [USER=107951]@georgius[/USER] Do you have any ideas about how this problem could be solved? [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 2
Plugin Development
Testbuilds for Native MP2 TV - Updated for 10th AE Update 1 (2014-09-13)!
Contact us
RSS
Top
Bottom