• 1
  • 50
  • 51
  • 52(current)
  • 53
  • 54
  • 89
[SUPPORT] USTV VoD (Video-on-Demand)
Try the latest version in github.
Reply
Yes, 1.2.1 works great! Thank you very much.
Reply
I see a new version was pushed to git, and now both fireTV and windows box running 14.2 say dependencies not met
Reply
I think we may have a circular dependency issue with the new library updater script. Should be simple to fix but in the mrantime try manually the library updater.
Reply
Any progress with Syfy full episodes?
Reply
The only full episodes that don't require a login that I can find on the website are for defiance, haven and being human both of which show up in the addon. Let me know if I've missed anything.
Reply
My mistake, last time I checked full episodes were still available without login. Sad
Reply
peace,

Having trouble with CC -- Larry Wilmore's show.
seems to be timing out. I remember there was an issue with this before.
hoping somebody can take a look at this:
http://pastebin.com/KXA8XtZ1

thanks in advance.
Linux Mint 18 LTS 64-bit - Kodi 17 Beta6
Odroid-C2 - Libreelec v7.90.009
Reply
Well it's not a time out, looks like a site change to the way the video id is stored. I can change it to get the id but it's still not playing.
Reply
meetoo. i did:
Code:
wget http://www.cc.com/full-episodes/e3tnaq/the-nightly-show-march-23--2015---starbucks-s--race-together--campaign-season-1-ep-01032
and i parsed this url from the output:
Code:
wget 'http://media.mtvnservices.com/embed/mgid:arc:episode:comedycentral.com:1b18f671-5fe9-4918-9c59-feb126176f73'
which has this as the contents:
Code:
<html>
<head>
<style>html,body{margin:0;padding:0;overflow:hidden;}
</style>
<script type="text/javascript">
                                var mtvnPlayerFullRef
= "";
                        </script>
</head>
<body style="margin:0;padding:0;">
<embed base="." allowScriptAccess="always" allowFullS
creen="true" type="application/x-shockwave-flash" WID
TH="100%" HEIGHT="100%" wmode="opaque" SRC="/player/p
rime/mediaplayerprime.2.10.16.swf?uri=mgid:arc:episod
e:comedycentral.com:1b18f671-5fe9-4918-9c59-feb126176
f73&type=normal&ref=None&geo=US&group=entertainment&n
etwork=cable&device=Other&networkConnectionType=None&
CONFIG_URL=http%3a%2f%2fmedia.mtvnservices.com%2fpmt-
arc%2fe1%2fplayers%2fmgid%3aarc%3aepisode%3acomedycen
tral.com%3a%2fcontext6%2fconfig.xml%3furi%3dmgid%3aar
c%3aepisode%3acomedycentral.com%3a1b18f671-5fe9-4918-
9c59-feb126176f73%26type%3dnormal%26ref%3dNone%26geo%
3dUS%26group%3dentertainment%26network%3dcable%26devi
ce%3dOther%26networkConnectionType%3dNone"/>
</body>
not sure what is left to scrape ?
Reply
Typically getting the config URL parameter from the SRC and use that to get the feed URL is how this used to work, I'm busy for the next couple of days will look at it next week if no one gets there befgore me.
Reply
slices,

I followed that chain for what should be a valid video (original URL does bring up the CC player in Firefox) using 'wget'. The Akamai xml that comes back from the config URL has "<error>http://media.mtvnservices.com/hosted/assets/slates/video_unavail_512x288.swf</error>".

If I have time this weekend, I'll look at it some more, but I don't think I'll be able to.

OK, here's some more info. For a working full episode CC feed, the config URL found by 'wget' fetches was:
http://media.mtvnservices.com/pmt-arc/e1...nType=None

The config URL found with Wireshark snooping with their flash player was:
http://media.mtvnservices.com/pmt-arc/e1...&nid=82125

Note the addition of "/context5" and the "site" and "nid" arguments at the end. Otherwise the same. It leads down a path of RSS feeds that finds a list of various-resolution rtmpe: feeds.
I did not see that "context5" string anywhere except for the HTTP/GET so I don't know where it came from.

Hope this helps a little,
- LoopinFool
Reply
Here's what appears to be happening. The URL for the player (which includes the CONFIG_URL) is not currently valid. It returns an HTTP 302 (Moved Temporarily) redirect to the correct location, which includes the correct CONFIG_URL, adding the "context5" to the path.
I don't know the best way to handle that in a script. It seems like one would have to try to fetch the flash player and check if it got re-directed before scraping the CONFIG_URL to go find the real content.

- LoopinFool
Reply
Have this working now just need to tidy up the code.
Fix in github now.
Reply
Thumbs Up 
(2015-04-13, 22:13)slices Wrote: Have this working now just need to tidy up the code.
Fix in github now.

working! thanks for the quickness!

Big GrinWinkBig Grin
Linux Mint 18 LTS 64-bit - Kodi 17 Beta6
Odroid-C2 - Libreelec v7.90.009
Reply
  • 1
  • 50
  • 51
  • 52(current)
  • 53
  • 54
  • 89

Logout Mark Read Team Forum Stats Members Help
[SUPPORT] USTV VoD (Video-on-Demand)10