(2012-04-15 22:42)dobbelina Wrote: After you click "Choose file" you have to click "Add source" BEFORE pressing the Done button.
Did you do that?
Certainly i did !
FireStorm@
Junior Member Joined: Apr 2012 Reputation: 0 |
2012-04-15 22:49
Post: #2791
(2012-04-15 22:42)dobbelina Wrote: After you click "Choose file" you have to click "Add source" BEFORE pressing the Done button. Certainly i did ! |
| find quote |
milans1111
Junior Member Posts: 11 Joined: Mar 2012 Reputation: 0 |
2012-04-15 22:51
Post: #2792
(2012-04-15 15:32)thatguy7669 Wrote:(2012-04-15 13:36)milans1111 Wrote: Most of channels from LiveStream and Live Tv don't work anymore, any chance to work again? I am grateful to all good people who allowed us to watch thoose channels blackoutworm's list - documentary channels ( animal planet, discovery, national geographic, history etc....) , many other channels from that list don't work anymore - movies, entertainment channels, sport channels .... |
| find quote |
dobbelina
Member Posts: 50 Joined: Jan 2011 Reputation: 2 |
2012-04-15 23:20
Post: #2793
(2012-04-15 22:49)FireStorm@ Wrote:(2012-04-15 22:42)dobbelina Wrote: After you click "Choose file" you have to click "Add source" BEFORE pressing the Done button. Seems your XBMC install is made in another userprofile and that has screwed it up. If possible, un-install and re-install in the current profile. Make sure you also delete the C:\Users\Rümy\AppData\Roaming\XBMC folder before re-installing. Edit: Try to move the C:\Users\Rümy\Desktop\XBMC\new channels.xml file to the root of C instead,eg: C:\new channels.xml Perhaps XBMC/the script don't like file paths with foreign characters in them (Rümy)?
(This post was last modified: 2012-04-16 00:33 by dobbelina.)
|
| find quote |
dobbelina
Member Posts: 50 Joined: Jan 2011 Reputation: 2 |
2012-04-16 00:07
Post: #2794
(2012-04-15 13:36)milans1111 Wrote: blackoutworm's list - documentary channels ( animal planet, discovery, national geographic, history etc....) , many other channels from that list don't work anymore - movies, entertainment channels, sport channels ....ATM i only have problem with the National geographic ones, the other mentioned above works for me. Most SD channels play fine, however, the HD ones are often down because of server overload. Better 0ne working SD channel than 10 buffering HD ones. At peakhour, most of these channels wont even start. As a matter of fact, some SD channels is almost as good as the HD ones. A good example is Discovery channel b from k1mo5's playlist.(Navi-X plugin) That one rarely buffers and is a joy to watch. It seems to be a scaled down HD channel to SD, where SD is going at it's full potential. The scaled down channels in blackoutworm's list,eg: UK\ HISTORY CHANNEL HD(SD), etc.. unfortunately is unwatchable because of blurred pixelation. (But not the HD ones) Dunno if this is a settings issue, but on my Nvidia ION rig these channels aren't working properly?
(This post was last modified: 2012-04-16 00:13 by dobbelina.)
|
| find quote |
FireStorm@
Junior Member Joined: Apr 2012 Reputation: 0 |
2012-04-16 06:48
Post: #2795
(2012-04-15 23:20)dobbelina Wrote:(2012-04-15 22:49)FireStorm@ Wrote:(2012-04-15 22:42)dobbelina Wrote: After you click "Choose file" you have to click "Add source" BEFORE pressing the Done button. I moved the 2 files new channels.xml and HD tv.xml to [["new channels", "C:\\new channels.xml"], ["HD TV", "C:\\HD TV.xml"]] and edit the source file to the path above -->script failed Would some be so kind to help me via teamviewer
|
| find quote |
cliyeh
Junior Member Posts: 23 Joined: Feb 2012 Reputation: 0 |
2012-04-17 01:21
Post: #2796
When composing these RMTP/rtsp in the XML. What happens if you run into random sessionID, or tokens in the URL stream? How does one go about adding that into the xml file?
rtsp://live1.gztv.com/gztv_gz?sessionId=QIOPGIhONkCgvF/GfqFpbSob4dwbpqEI |
| find quote |
FireStorm@
Junior Member Joined: Apr 2012 Reputation: 0 |
2012-04-17 10:35
Post: #2797
Pls guys help me :-)
keep cool! |
| find quote |
divingmule
Posting Freak Posts: 1,269 Joined: Oct 2008 Reputation: 54 |
2012-04-17 14:56
Post: #2798
(2012-04-17 10:35)FireStorm@ Wrote: Pls guys help me :-) Hi, there is a XBMC - Windows bug with unicode characters in file paths, in your case it's the ü in your username. There is a workaround, can you upgrade to 1.0.1 and let me know how it goes? If you still have trouble, please http://pastebin.com your xbmc.log and post the link. Download zip -> http://divingmules-repo.googlecode.com/f...-1.0.1.zip |
| find quote |
FireStorm@
Junior Member Joined: Apr 2012 Reputation: 0 |
2012-04-17 15:17
Post: #2799
:'( it is still the same problem SCRIPT FAILED
take a look: http://pastebin.com/pV7MTBi1 Can someone fix this bug? Who is the owner of this plugin
keep cool! |
| find quote |
divingmule
Posting Freak Posts: 1,269 Joined: Oct 2008 Reputation: 54 |
2012-04-17 15:19
Post: #2800
(2012-04-17 01:21)cliyeh Wrote: When composing these RMTP/rtsp in the XML. What happens if you run into random sessionID, or tokens in the URL stream? How does one go about adding that into the xml file? Some characters may need to be 'url encoded', in the above the '/' in sessionid should be %2F. http://www.w3schools.com/tags/ref_urlencode.asp |
| find quote |