MediaPortal Forums HTPC/MediaCenter

Go Back   MediaPortal Forum » MediaPortal TV-Server 1 » General Talk


General Talk Talk about the MediaPortal TV-Server

Reply
 
LinkBack (9) Thread Tools Display Modes
Old 2008-03-29, 07:52   #31 (permalink)
Portal Developer
 
and-81's Avatar
 
Join Date: Mar 2005
Location: Melbourne
Age: 27
Posts: 2,244
Thanks: 30
Thanked 131 Times in 86 Posts

Country:

My System

Default

Quote:
Originally Posted by EvilDude View Post
I am open to suggestions
That's my queue ...

Here's what I would like to see:

1. The ability to move between channels while watching. EG. Use the Skip - and Skip + buttons to change channels.

2. Fast Forward and Rewind while watching live TV. That is, move around in the timeshift buffer.

3. Faster channel loading, not sure how much this is you and how much this is TV Server.

If you need any help on the TV Server plugin side let me know.

Cheers,
and-81 is offline   Reply With Quote
Old 2008-03-31, 07:45   #32 (permalink)
Portal User
 
Join Date: Mar 2008
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts


Default

Quote:
Originally Posted by and-81 View Post
Quote:
Originally Posted by EvilDude View Post
I am open to suggestions
That's my queue ...

Here's what I would like to see:

1. The ability to move between channels while watching. EG. Use the Skip - and Skip + buttons to change channels.

2. Fast Forward and Rewind while watching live TV. That is, move around in the timeshift buffer.

3. Faster channel loading, not sure how much this is you and how much this is TV Server.

If you need any help on the TV Server plugin side let me know.

Cheers,
I second #1 and #3 as very welcome improvements.
Maybe some of the integrated MythTV code in XBMC is usable?
DrDDT is offline   Reply With Quote
Old 2008-04-01, 10:28   #33 (permalink)
Portal Member
 
Join Date: Feb 2008
Posts: 32
Thanks: 0
Thanked 3 Times in 3 Posts

Country:


Default

Quote:
Originally Posted by Gamester17 View Post
Great work EvilDude!

I for one is still curious how your script and work could be combined with thechad's python script for XBMC and MediaPortal plugin, (in order to get the best of both in one script so to speak)
I looked through the code the xbmc python script will probably not be useful. I do not want to code a GUI in python, and would prefer to use everything xbmc already has. I would like to get it working in the same way the myth:// stuff works at the moment. I'll probably get all those features working once xbmc has a nice way for me to add all this in.

Quote:
Originally Posted by and-81 View Post
1. The ability to move between channels while watching. EG. Use the Skip - and Skip + buttons to change channels.

2. Fast Forward and Rewind while watching live TV. That is, move around in the timeshift buffer.

3. Faster channel loading, not sure how much this is you and how much this is TV Server.

If you need any help on the TV Server plugin side let me know.

Cheers,
I will look into those tonight, I am not sure if it is possible as a python plugin though. It might require embedding into XBMC.
EvilDude is offline   Reply With Quote
Old 2008-04-05, 12:27   #34 (permalink)
Portal Member
 
Join Date: Feb 2008
Posts: 32
Thanks: 0
Thanked 3 Times in 3 Posts

Country:


Default

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
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.
EvilDude is offline   Reply With Quote
Old 2008-04-12, 13:21   #35 (permalink)
Portal Member
 
Hojou's Avatar
 
Join Date: Jan 2007
Age: 34
Posts: 56
Thanks: 5
Thanked 0 Times in 0 Posts

Country:


Default

The links mentioned here doesn't seem to work anymore?

I just want to be able to watch TV on my xbox through a stream from tv server
Hojou is offline   Reply With Quote
Old 2008-04-12, 14:09   #36 (permalink)
Portal Developer
 
and-81's Avatar
 
Join Date: Mar 2005
Location: Melbourne
Age: 27
Posts: 2,244
Thanks: 30
Thanked 131 Times in 86 Posts

Country:

My System

Default

Here's a recent build.
Attached Files
File Type: zip TVServer Live TV.zip (13.4 KB, 143 views)
File Type: zip TVServerXBMC.zip (8.4 KB, 109 views)
and-81 is offline   Reply With Quote
Old 2008-04-12, 14:14   #37 (permalink)
Portal Member
 
Hojou's Avatar
 
Join Date: Jan 2007
Age: 34
Posts: 56
Thanks: 5
Thanked 0 Times in 0 Posts

Country:


Default

Great, thanks! Can you fill me in on the details? The dll - is that a plugin i just place in TV Servers plugin dir? And the other stuff for XBMC - where do i place that and how do i run/activate it in XBMC - just run it as a script or can i set it up as an easy link in some menu (for the wife)
Hojou is offline   Reply With Quote
Old 2008-04-12, 14:20   #38 (permalink)
Portal Developer
 
and-81's Avatar
 
Join Date: Mar 2005
Location: Melbourne
Age: 27
Posts: 2,244
Thanks: 30
Thanked 131 Times in 86 Posts

Country:

My System

Default

I think there's already info on that in this thread but let me explain quickly how I've used it.

1. Place the dll in the TV Server plugins folder and enable it in TV Server setup.

2. Make sure you are running a recent version of XBMC (it must support file system plugins).

3. Copy the other files to your XBMC\plugins\video folder.

4. You'll need to modify one of the py files to set the IP address of your TV Server.

Re-read this whole thread if you have any trouble.

Hope that helps,
and-81 is offline   Reply With Quote
This User Say Thank You:
Old 2008-04-12, 14:28   #39 (permalink)
Portal Member
 
Hojou's Avatar
 
Join Date: Jan 2007
Age: 34
Posts: 56
Thanks: 5
Thanked 0 Times in 0 Posts

Country:


Default

Thanks, and sorry for asking about how to set it up, but i've spend so much time lately trying to follow some process that is outdated and thus no longer works...

You supplied the files and the how-to fast, for which i'm grateful - thanks
Hojou is offline   Reply With Quote
Old 2008-04-12, 14:52   #40 (permalink)
Portal Member
 
Join Date: Feb 2008
Posts: 32
Thanks: 0
Thanked 3 Times in 3 Posts

Country:


Default

Hey, the latest might not be so functional. The latest SVN code has changed a lot (and I have even more local changes). I'm attempting some C++ to get it working inside XBMC, so I haven't been working with the python much. I might take a look at the python again if I get some time, but I have a nice structure set up in the C++ code.
EvilDude is offline   Reply With Quote
Reply

Bookmarks

Tags
python, script, xbmc

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

LinkBacks (?)
LinkBack to this Thread: http://forum.team-mediaportal.com/general-talk-233/xbmc-python-script-36590/
Posted By For Type Date
xbmc.de: News / Kommentare / MediaPortal TVServer Zugriff via XBMC Script in Arbeit This thread Refback Yesterday 12:34
MythTV front-end client built-into to XBMC - Page 24 - XBMC Community Forum This thread Refback 2008-08-03 07:54
Joe Adams - Media Portal & XBMC This thread Refback 2008-07-25 14:03
xbmc.de: Foren / XBMC : Shoutcast / Streaming / MediaPortal TVServer Zugriff via XBMC Script in Arbeit This thread Refback 2008-07-23 19:49
Wrap InputStream in a File (for MediaPortal TVserver client in XBMC) - Page 2 - XBMC Community Forum This thread Refback 2008-07-23 11:15
xbmc.de: MediaPortal TVServer Zugriff via XBMC Script in Arbeit This thread Refback 2008-07-22 14:03
XBMC + Live TV Streaming - Page 2 - XBMC Community Forum This thread Refback 2008-07-22 12:29
MediaPortal-client in XBMC (for TV-Scheduling/Rec/Live-TV,... etc.) - Page 9 - XBMC Community Forum This thread Refback 2008-07-21 12:18
xbmc-favorites - Google Code This thread Refback 2008-07-09 17:34

Similar Threads
Thread Thread Starter Forum Replies Last Post
Script support for IMDB grabbing dukus watch/edit Videos 88 Yesterday 22:44
Python Plugin? t-herweg Plugins/Erweiterungen 0 2007-10-20 22:25
XMLtv Channel tag Replacer Python script. gibman xmlTV 1 2007-09-04 18:55
Video thumbnails script MonsterM Tips and Tricks 5 2007-04-29 22:47
Script for Palmbutler HTPC-Fan Tips and Tricks 8 2005-04-15 23:58


All times are GMT +1. The time now is 00:47.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
Integrated by BBpixel ©2004-2008, jvbPlugin
Protected by Akismet Blog with WordPress