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
Development
General Development (no feature request here!)
TVDatabase.GetRecordedTV question
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="pilehave" data-source="post: 480616" data-attributes="member: 71550"><p>Hi again. I tried going to the previous window before starting playback and it didn't do any change...but <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite8" alt=":D" title="Big Grin :D" loading="lazy" data-shortname=":D" /><img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite8" alt=":D" title="Big Grin :D" loading="lazy" data-shortname=":D" /><img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite8" alt=":D" title="Big Grin :D" loading="lazy" data-shortname=":D" /></p><p></p><p>I changed</p><p>[CODE]</p><p>string fileRTSP = RemoteControl.Instance.GetUrlForFile(fileName);</p><p>[/CODE]</p><p></p><p>to</p><p></p><p>[CODE]</p><p>TvServer server = new TvServer();</p><p>string url = server.GetRtspUrlForFile(fileName);</p><p>[/CODE]</p><p></p><p>and...IT WORKS!!!</p><p></p><p>I have <strong>NO</strong> idea why this is a key point to getting it to work, since both methods returns the RTSP url for the file, and playback actually works in both cases...perhaps I missed releasing something..I dunno <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite5" alt=":confused:" title="Confused :confused:" loading="lazy" data-shortname=":confused:" /></p><p></p><p>Well, gotta code the details and release to the exited public, erh wife <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite2" alt=";)" title="Wink ;)" loading="lazy" data-shortname=";)" /></p></blockquote><p></p>
[QUOTE="pilehave, post: 480616, member: 71550"] Hi again. I tried going to the previous window before starting playback and it didn't do any change...but :D:D:D I changed [CODE] string fileRTSP = RemoteControl.Instance.GetUrlForFile(fileName); [/CODE] to [CODE] TvServer server = new TvServer(); string url = server.GetRtspUrlForFile(fileName); [/CODE] and...IT WORKS!!! I have [B]NO[/B] idea why this is a key point to getting it to work, since both methods returns the RTSP url for the file, and playback actually works in both cases...perhaps I missed releasing something..I dunno :S Well, gotta code the details and release to the exited public, erh wife ;) [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Development
General Development (no feature request here!)
TVDatabase.GetRecordedTV question
Contact us
RSS
Top
Bottom