• 1
  • 235
  • 236
  • 237(current)
  • 238
  • 239
  • 694
[OLD/CLOSED] PseudoTV Live - Set-Top box solution
Is it possible to have XML EPG data with direct plugin? still trying to use chtype 8 or 9 but they wont work at all. Only direct works for some odd reason but i want to add EPG data for the stream.

unless theres an obvious error here

Quote:<settings>
<setting id="Channel_#_type" value="9" />
<setting id="Channel_#_1" value="5400" />
<setting id="Channel_#_2" value="plugin://plugin.video.sportingstreams/?url=rtmp://vdn.sportingstreams.net:1935/live+playpath=channel1?s=MBXrf+app=live+live=true&mode=30&name=Channel+1+-+Sky+Sports+1" />
<setting id="Channel_#_3" value="VevoTV" />
<setting id="Channel_#_4" value="Sit back and enjoy a 24/7 stream of music videos on VEVO TV." />
<setting id="Channel_#_rulecount" value="1" />
<setting id="Channel_#_changed" value="True" />
<setting id="Channel_#_time" value="0" />
<setting id="Channel_#_rule_1_id" value="1" />
<setting id="Channel_#_rule_1_opt_1" value="VevoTV" />
</settings>
(2014-04-14, 02:43)Dec64 Wrote: Is it possible to have XML EPG data with direct plugin? still trying to use chtype 8 or 9 but they wont work at all. Only direct works for some odd reason but i want to add EPG data for the stream.

unless theres an obvious error here

Quote:<settings>
<setting id="Channel_#_type" value="9" />
<setting id="Channel_#_1" value="5400" />
<setting id="Channel_#_2" value="plugin://plugin.video.sportingstreams/?url=rtmp://vdn.sportingstreams.net:1935/live+playpath=channel1?s=MBXrf+app=live+live=true&mode=30&name=Channel+1+-+Sky+Sports+1" />
<setting id="Channel_#_3" value="VevoTV" />
<setting id="Channel_#_4" value="Sit back and enjoy a 24/7 stream of music videos on VEVO TV." />
<setting id="Channel_#_rulecount" value="1" />
<setting id="Channel_#_changed" value="True" />
<setting id="Channel_#_time" value="0" />
<setting id="Channel_#_rule_1_id" value="1" />
<setting id="Channel_#_rule_1_opt_1" value="VevoTV" />
</settings>
try that stream in a .strm file and see if it works cause it does not for me so that may be your problem.
Its a subscription service so it needs auth with username/password via the plugin. The link was taken directly from using the plugin and adding the direct media file to the channel to favourites. Clicking it in favourites works, just never as a chtype 8 or 9 in PTVL unfortunately.
(2014-04-14, 02:43)Dec64 Wrote: Is it possible to have XML EPG data with direct plugin? still trying to use chtype 8 or 9 but they wont work at all. Only direct works for some odd reason but i want to add EPG data for the stream.

unless theres an obvious error here

Quote:<settings>
<setting id="Channel_#_type" value="9" />
<setting id="Channel_#_1" value="5400" />
<setting id="Channel_#_2" value="plugin://plugin.video.sportingstreams/?url=rtmp://vdn.sportingstreams.net:1935/live+playpath=channel1?s=MBXrf+app=live+live=true&mode=30&name=Channel+1+-+Sky+Sports+1" />
<setting id="Channel_#_3" value="VevoTV" />
<setting id="Channel_#_4" value="Sit back and enjoy a 24/7 stream of music videos on VEVO TV." />
<setting id="Channel_#_rulecount" value="1" />
<setting id="Channel_#_changed" value="True" />
<setting id="Channel_#_time" value="0" />
<setting id="Channel_#_rule_1_id" value="1" />
<setting id="Channel_#_rule_1_opt_1" value="VevoTV" />
</settings>
Well, for one, try replacing "#" with an actual channel number?
Haha nice, stupid oversight by me lol cheers. Was late and i was trying too hard. Still i tried the plugin:// link in a strm file also with no luck. I also fixed my stupid error.

I get a new issue now tho, it would also explain why i have an issue playing USTVnow

Quote:WARNING: CreateLoader - Unsupported protocol(plugin) in plugin://plugin.video.ustvnow/?name=ABC&mode=play

Quote:WARNING: CreateLoader - Unsupported protocol(rtmp) in rtmp://vdn.sportingstreams.net:1935/live playpath=channel12?s=MBXrf app=live live=true

Main issue seems to be this error here tho.
Quote: ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.KeyError'>
Error Contents: ('url',)
Traceback (most recent call last):
File "/storage/.xbmc/addons/plugin.video.sportingstreams/default.py", line 392, in <module>
url = urllib.unquote_plus(params["url"])
KeyError: ('url',)
::Update::

Git update tonight, includes a few direct plugin changes, check post 2.
Some unicode errors are fixed, a few tweaks to internettv chtype.

Feedback on your experiences with the new direct plugin chtype would be appreciated...
Image Lunatixz - Kodi / Beta repository
Image PseudoTV - Forum | Website | Youtube | Help?
(2014-04-15, 02:11)Lunatixz Wrote: ::Update::

Git update tonight, includes a few direct plugin changes, check post 2.
Some unicode errors are fixed, a few tweaks to internettv chtype.

Feedback on your experiences with the new direct plugin chtype would be appreciated...

Direct plugin now nolonger works for me, creating the channel it hangs, the log just repeats this over and over;

Code:
02:31:03 T:139734059833088  NOTICE: plugin://plugin.video.sportingstreams/?mode=20
02:31:03 T:139734059833088  NOTICE: ['0']
02:31:03 T:139734059833088  NOTICE: 1
02:31:03 T:139734059833088  NOTICE: FillPluginInfo
(2014-04-15, 03:36)Dec64 Wrote:
(2014-04-15, 02:11)Lunatixz Wrote: ::Update::

Git update tonight, includes a few direct plugin changes, check post 2.
Some unicode errors are fixed, a few tweaks to internettv chtype.

Feedback on your experiences with the new direct plugin chtype would be appreciated...

Direct plugin now nolonger works for me, creating the channel it hangs, the log just repeats this over and over;

Code:
02:31:03 T:139734059833088  NOTICE: plugin://plugin.video.sportingstreams/?mode=20
02:31:03 T:139734059833088  NOTICE: ['0']
02:31:03 T:139734059833088  NOTICE: 1
02:31:03 T:139734059833088  NOTICE: FillPluginInfo

I think you are confusing using a pluggin link with the new chtype which parses a plugin. Read post 2
Image Lunatixz - Kodi / Beta repository
Image PseudoTV - Forum | Website | Youtube | Help?
i still dont know whats wrong regarding the osd key m, if i hold it i can see it flicker there, but it always disappears and i cant use it
(2014-04-15, 06:21)nerdmastax Wrote: i still dont know whats wrong regarding the osd key m, if i hold it i can see it flicker there, but it always disappears and i cant use it

It was disabled while I tested a few things, I will reenable in the next update.
Image Lunatixz - Kodi / Beta repository
Image PseudoTV - Forum | Website | Youtube | Help?
Sorry if this was already addressed, I have not been able to download your USTVnow from the link in post 1. is it down or is this an error on my end. I am using Chrome on a Mac Pro running OSX 10.7.5 if it helps.
(2014-04-15, 19:36)omnicroncs Wrote: Sorry if this was already addressed, I have not been able to download your USTVnow from the link in post 1. is it down or is this an error on my end. I am using Chrome on a Mac Pro running OSX 10.7.5 if it helps.

link was updated... try now
Image Lunatixz - Kodi / Beta repository
Image PseudoTV - Forum | Website | Youtube | Help?
(2014-04-15, 20:06)Lunatixz Wrote:
(2014-04-15, 19:36)omnicroncs Wrote: Sorry if this was already addressed, I have not been able to download your USTVnow from the link in post 1. is it down or is this an error on my end. I am using Chrome on a Mac Pro running OSX 10.7.5 if it helps.

link was updated... try now

As always you're the best...works perfectly
(2014-04-15, 05:38)Lunatixz Wrote:
(2014-04-15, 03:36)Dec64 Wrote:
(2014-04-15, 02:11)Lunatixz Wrote: ::Update::

Git update tonight, includes a few direct plugin changes, check post 2.
Some unicode errors are fixed, a few tweaks to internettv chtype.

Feedback on your experiences with the new direct plugin chtype would be appreciated...

Direct plugin now nolonger works for me, creating the channel it hangs, the log just repeats this over and over;

Code:
02:31:03 T:139734059833088  NOTICE: plugin://plugin.video.sportingstreams/?mode=20
02:31:03 T:139734059833088  NOTICE: ['0']
02:31:03 T:139734059833088  NOTICE: 1
02:31:03 T:139734059833088  NOTICE: FillPluginInfo

I think you are confusing using a pluggin link with the new chtype which parses a plugin. Read post 2

Yeah I know what the new chtype does. I have tried using the plugin link in internetTV and liveTV channel types yet i cant get it to work at all. I found a workaround was to use the plugin type to parse all the channels within the plugin as they are stored like any other media types in plugins and then exclude all but one which i wanted to dedicate to the channel. This worked perfectly with the first iteration of the directplugin chtype but with the new updates it no longer does :S
if you get the right strm info it will work in chantype 9 that is a lot easier then using this work around your trying to use lol.
just remember if you put the info into a .strm file and xbmc won't play it, neither will ptvl.
  • 1
  • 235
  • 236
  • 237(current)
  • 238
  • 239
  • 694

Logout Mark Read Team Forum Stats Members Help
[OLD/CLOSED] PseudoTV Live - Set-Top box solution45