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
Language specific support
Deutsches MediaPortal Forum
Hard- und Software rund um den HTPC
Hardware
TV-Karten
Digital Devices Octopus NET CT/2 Erfahrungen?
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="KayDiefenthal" data-source="post: 1064448" data-attributes="member: 22825"><p>if have test your Rtsp Code</p><p>there is one Thing in RtspClient.cs that had me confused stream.close if i send the frist Request /Response goes it but if i try to send the next is Client.GetStream always null so i have removed(not nice i know) the stream.Close and it works</p><p></p><p>a other Thing from SatIpTuner Base where you read the Tranport there must i Change the split char in</p><p>[CODE]string[] sections = transport.Split(', '); [/CODE]to [CODE]string[] sections = transport.Split(' " '); [/CODE]so i become i all things</p><p></p><p>and i had small Addition made ( i Know you doesnt Need it )</p><p>but i share it with you if you it want built in</p><p></p><p>[CODE] else if (parts[0].Equals("destination"))</p><p> {</p><p> destination = parts[1];</p><p> }</p><p> else if (parts[0].Equals("port"))</p><p> {</p><p> string[] ports = parts[1].Split('-');</p><p> _rtpPort = int.Parse(ports[0]);</p><p> _rtcpPort = int.Parse(ports[1]);</p><p> }</p><p> else if (parts[0].Equals("ttl"))</p><p> {</p><p> ttl = parts[1];</p><p> }</p><p> else if (parts[0].Equals("source"))</p><p> {</p><p> source = parts[1];</p><p> }[/CODE]</p><p></p><p></p><p> if you want that i look more inside let it me Know PS i can share the Test Project too</p></blockquote><p></p>
[QUOTE="KayDiefenthal, post: 1064448, member: 22825"] if have test your Rtsp Code there is one Thing in RtspClient.cs that had me confused stream.close if i send the frist Request /Response goes it but if i try to send the next is Client.GetStream always null so i have removed(not nice i know) the stream.Close and it works a other Thing from SatIpTuner Base where you read the Tranport there must i Change the split char in [CODE]string[] sections = transport.Split(', '); [/CODE]to [CODE]string[] sections = transport.Split(' " '); [/CODE]so i become i all things and i had small Addition made ( i Know you doesnt Need it ) but i share it with you if you it want built in [CODE] else if (parts[0].Equals("destination")) { destination = parts[1]; } else if (parts[0].Equals("port")) { string[] ports = parts[1].Split('-'); _rtpPort = int.Parse(ports[0]); _rtcpPort = int.Parse(ports[1]); } else if (parts[0].Equals("ttl")) { ttl = parts[1]; } else if (parts[0].Equals("source")) { source = parts[1]; }[/CODE] if you want that i look more inside let it me Know PS i can share the Test Project too [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Language specific support
Deutsches MediaPortal Forum
Hard- und Software rund um den HTPC
Hardware
TV-Karten
Digital Devices Octopus NET CT/2 Erfahrungen?
Contact us
RSS
Top
Bottom