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 Plugins
Popular Plugins
OnlineVideos
HGTV-US (or another rookie trying to please his wife)
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="sgp1" data-source="post: 851632" data-attributes="member: 121095"><p>So I want to create a site for US HGTV and I need some help. I used the generic site builder to get the categories and video lists, but I'm unsure what the "Resulst url" should be. I've looked at the XBMC python script and it produces a url that looks like this example for a specific video( at least I think it does).</p><p> </p><p>rtmp://flash.scrippsnetworks.com:1935/ondemand?ovpfv=1.1 swfUrl="<a href="http://common.scrippsnetworks.com/common/snap/snap-3.0.3.swf" target="_blank">http://common.scrippsnetworks.com/common/snap/snap-3.0.3.swf</a>" playpath=/library/HGTV/0149702</p><p> </p><p>I also used rtmpsuck to get this:</p><p> </p><p>app: ondemand/library?ovpfv=1.1</p><p>flashVer: WIN 11,1,102,62</p><p>swfUrl: <a href="http://common.scrippsnetworks.com/common/snap/snap-3.2.10.swf" target="_blank">http://common.scrippsnetworks.com/common/snap/snap-3.2.10.swf</a></p><p>tcUrl: rtmp://flash.scrippsnetworks.com:1935/ondemand/library?ovpfv=1.1</p><p>pageUrl: <a href="http://www.hgtv.com/hgtv40/videos/index.html" target="_blank">http://www.hgtv.com/hgtv40/videos/index.html</a></p><p> </p><p>I tried the same format as XBMC in the video result url and it does not work. I get a "No URL" error.</p><p> </p><p>I'm using the rtmp Site Util - can I put the app, tcUrl, and swfurl in the properties for the rtmp site? If so, what would go in the Video Result url - the playpath?</p><p> </p><p>Here is a piece of code from the XBMC for HGTV:</p><p> </p><p>link = video('videourl')[0].string </p><p>playpath = link.replace('<a href="http://wms.scrippsnetworks.com','').replace('.wmv" target="_blank">http://wms.scrippsnetworks.com','').replace('.wmv</a>','')</p><p>url = 'rtmp://flash.scrippsnetworks.com:1935/ondemand?ovpfv=1.1 swfUrl="<a href="http://common.scrippsnetworks.com/common/snap/snap-3.0.3.swf" target="_blank">http://common.scrippsnetworks.com/common/snap/snap-3.0.3.swf</a>" playpath='+playpath</p><p> </p><p>sample videourl:</p><p><<span style="font-size: 10px"><span style="color: #a31515"><span style="font-size: 10px"><span style="color: #a31515">videoUrl</span></span></span></span><span style="font-size: 10px"><span style="color: #0000ff"><span style="font-size: 10px"><span style="color: #0000ff">><!</span></span></span></span><span style="font-size: 10px">[</span><span style="font-size: 10px"><span style="color: #a31515"><span style="font-size: 10px"><span style="color: #a31515">CDATA</span></span></span></span><span style="font-size: 10px">[</span><span style="font-size: 10px"><span style="color: #ff0000"><span style="font-size: 10px"><span style="color: #ff0000">http</span></span></span></span><span style="font-size: 10px"><span style="color: #0000ff"><span style="font-size: 10px"><span style="color: #0000ff">:</span></span></span></span><span style="font-size: 10px">//</span><span style="font-size: 10px"><span style="color: #ff0000"><span style="font-size: 10px"><span style="color: #ff0000">wms.scrippsnetworks.com</span></span></span></span><span style="font-size: 10px">/</span><span style="font-size: 10px"><span style="color: #ff0000"><span style="font-size: 10px"><span style="color: #ff0000">library</span></span></span></span><span style="font-size: 10px">/</span><span style="font-size: 10px"><span style="color: #ff0000"><span style="font-size: 10px"><span style="color: #ff0000">HGTV</span></span></span></span><span style="font-size: 10px">/0149702.</span><span style="font-size: 10px"><span style="color: #ff0000"><span style="font-size: 10px"><span style="color: #ff0000">wmv</span></span></span></span><span style="font-size: 10px">]]</span><span style="font-size: 10px"><span style="color: #0000ff"><span style="font-size: 10px"><span style="color: #0000ff">></</span></span></span></span><span style="font-size: 10px"><span style="color: #a31515"><span style="font-size: 10px"><span style="color: #a31515">videoUrl</span></span></span></span><span style="font-size: 10px"><span style="color: #0000ff"><span style="font-size: 10px"><span style="color: #0000ff">></span></span></span></span></p><p><span style="font-size: 10px"><span style="color: #0000ff">Thanks.</span></span></p></blockquote><p></p>
[QUOTE="sgp1, post: 851632, member: 121095"] So I want to create a site for US HGTV and I need some help. I used the generic site builder to get the categories and video lists, but I'm unsure what the "Resulst url" should be. I've looked at the XBMC python script and it produces a url that looks like this example for a specific video( at least I think it does). rtmp://flash.scrippsnetworks.com:1935/ondemand?ovpfv=1.1 swfUrl="[url]http://common.scrippsnetworks.com/common/snap/snap-3.0.3.swf[/url]" playpath=/library/HGTV/0149702 I also used rtmpsuck to get this: app: ondemand/library?ovpfv=1.1 flashVer: WIN 11,1,102,62 swfUrl: [url]http://common.scrippsnetworks.com/common/snap/snap-3.2.10.swf[/url] tcUrl: rtmp://flash.scrippsnetworks.com:1935/ondemand/library?ovpfv=1.1 pageUrl: [url]http://www.hgtv.com/hgtv40/videos/index.html[/url] I tried the same format as XBMC in the video result url and it does not work. I get a "No URL" error. I'm using the rtmp Site Util - can I put the app, tcUrl, and swfurl in the properties for the rtmp site? If so, what would go in the Video Result url - the playpath? Here is a piece of code from the XBMC for HGTV: link = video('videourl')[0].string playpath = link.replace('[url]http://wms.scrippsnetworks.com','').replace('.wmv[/url]','') url = 'rtmp://flash.scrippsnetworks.com:1935/ondemand?ovpfv=1.1 swfUrl="[url]http://common.scrippsnetworks.com/common/snap/snap-3.0.3.swf[/url]" playpath='+playpath sample videourl: <[SIZE=2][COLOR=#a31515][SIZE=2][COLOR=#a31515]videoUrl[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]><![/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][[/SIZE][SIZE=2][COLOR=#a31515][SIZE=2][COLOR=#a31515]CDATA[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][[/SIZE][SIZE=2][COLOR=#ff0000][SIZE=2][COLOR=#ff0000]http[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]:[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2]//[/SIZE][SIZE=2][COLOR=#ff0000][SIZE=2][COLOR=#ff0000]wms.scrippsnetworks.com[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2]/[/SIZE][SIZE=2][COLOR=#ff0000][SIZE=2][COLOR=#ff0000]library[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2]/[/SIZE][SIZE=2][COLOR=#ff0000][SIZE=2][COLOR=#ff0000]HGTV[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2]/0149702.[/SIZE][SIZE=2][COLOR=#ff0000][SIZE=2][COLOR=#ff0000]wmv[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2]]][/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]></[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][COLOR=#a31515][SIZE=2][COLOR=#a31515]videoUrl[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]>[/COLOR][/SIZE][/COLOR][/SIZE] [SIZE=2][COLOR=#0000ff]Thanks.[/COLOR][/SIZE] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Plugins
Popular Plugins
OnlineVideos
HGTV-US (or another rookie trying to please his wife)
Contact us
RSS
Top
Bottom