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
MediaPortal 1 Talk
XBMC Python Script
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="EvilDude" data-source="post: 252007" data-attributes="member: 66455"><p>Ok for faster channel changing, I cannot add Skip- and Skip+ from python. It is not yet possible in XBMC without using C++, which I don't really want to do yet (much more time needed than python I find). Anyway, I was checking out to see if I could do a "live" change of channel, so while the stream was going. Here is what I tried:</p><p></p><p>[code]</p><p>TVServerXBMC:0-1</p><p>Protocol-Accept:1</p><p>ListGroups:</p><p>Ten,SBS,ABC,Nine,Seven</p><p>ListChannels:Seven</p><p>417%3B7%20HD%20Digital,414%3B7%20Digital%201,415%3B7%20Digital%202,416%3B7%20Digital%203,418%3B7%20Guide,413%3B7%20Digital</p><p>TimeshiftChannel:417</p><p>rtsp://home/stream5.0</p><p>ListGroups:</p><p>Ten,SBS,ABC,Nine,Seven</p><p>ListChannels:Ten</p><p>448%3BTEN%20HD,450%3BTEN%20HD%20(1),449%3BTEN%20Digital</p><p>TimeshiftChannel:449</p><p>rtsp://home/stream5.0</p><p>[/code]</p><p></p><p>After the first timeshift, I open VLC to open that stream. The stream plays back channel 7 fine. Now after the second timeshift, the VLC stream just pauses. It does *not* show the channel stuff until I close and reopen the stream.</p><p></p><p>I am wondering if there is anyway for the stream to change channels and still work without having to close it. That would make channel switching a lot faster I think. I could then work on making skip+ / skip- work and it'll be much faster than closing and reopening.</p></blockquote><p></p>
[QUOTE="EvilDude, post: 252007, member: 66455"] Ok for faster channel changing, I cannot add Skip- and Skip+ from python. It is not yet possible in XBMC without using C++, which I don't really want to do yet (much more time needed than python I find). Anyway, I was checking out to see if I could do a "live" change of channel, so while the stream was going. Here is what I tried: [code] TVServerXBMC:0-1 Protocol-Accept:1 ListGroups: Ten,SBS,ABC,Nine,Seven ListChannels:Seven 417%3B7%20HD%20Digital,414%3B7%20Digital%201,415%3B7%20Digital%202,416%3B7%20Digital%203,418%3B7%20Guide,413%3B7%20Digital TimeshiftChannel:417 rtsp://home/stream5.0 ListGroups: Ten,SBS,ABC,Nine,Seven ListChannels:Ten 448%3BTEN%20HD,450%3BTEN%20HD%20(1),449%3BTEN%20Digital TimeshiftChannel:449 rtsp://home/stream5.0 [/code] After the first timeshift, I open VLC to open that stream. The stream plays back channel 7 fine. Now after the second timeshift, the VLC stream just pauses. It does *not* show the channel stuff until I close and reopen the stream. I am wondering if there is anyway for the stream to change channels and still work without having to close it. That would make channel switching a lot faster I think. I could then work on making skip+ / skip- work and it'll be much faster than closing and reopening. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Talk
XBMC Python Script
Contact us
RSS
Top
Bottom