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
Comedy network
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="corporate_gadfly" data-source="post: 781470" data-attributes="member: 113254"><p><strong>Re: Support for a site request thread</strong></p><p></p><p></p><p>More progress. For now, I have given up on Comedy Network and concentrating on CTV.</p><p></p><p>I'm able to stream URLs of type:</p><p></p><p><span style="font-family: 'Courier New'">rtmpe://cp45924.edgefcs.net/ondemand/<span style="color: Magenta">s_!ctv/shows/2011/08/22/CWD-308-EP-CLIP01.mp4</span>?auth=dbEaWc2cOdkdacvdxcKbQbvawamdqcDaLaz-bow9ix-eS-iYG-wwI3noDDn&aifp=v001&slist=/s_!ctv/shows/2011/08/22/</span></p><p></p><p>by transforming them within my CTVUtil to something like:</p><p></p><p>[CODE]rtmpurl=rtmp://cp45924.edgefcs.net/ondemand?auth=dbEaWc2cOdkdacvdxcKbQbvawamdqcDaLaz-bow9ix-eS-iYG-wwI3noDDn&aifp=v001&slist=/s_!ctv/shows/2011/08/22/</p><p>playpath=mp4:s_!ctv/shows/2011/08/22/CWD-308-EP-CLIP01.mp4</p><p>swfVfy=http://watch.ctv.ca/Flash/player.swf?themeURL=http://watch.ctv.ca/themes/CTV/player/theme.aspx[/CODE]</p><p>Basically, the following parameters are supplied to rtmplib:</p><ul> <li data-xf-list-type="ul">take the filename out (in magenta) make it the playpath parameter</li> <li data-xf-list-type="ul">add swfVfy</li> </ul><p>For future coders, I had to provide overridden implementations of <span style="font-family: 'Courier New'">getMultipleVideoUrls</span> and <span style="font-family: 'Courier New'">getPlaylistItemUrl</span>.</p><p></p><p>I will test CTV on my home rig this evening and then post the code. rtmpdump on the Mac OS X command-line produced an output.mp4 without any problems. <s>My bare-bones VMWare MePo install for some reason has never streamed anything successfully using OnlineVideos (because of what? lack of SAF codecs? DirectX or something else). Don't worry about the VMWare part.</s> All it means is that my testing will get delayed till I get home.</p><p></p><p>Any one knowledgeable in the mood to <a href="http://pastebin.com/Dj6Ydi54" target="_blank">debug output of rtmpdump for comedy network</a>?</p><p></p><p>I do see a <span style="color: Red">Connection succeeded</span>, but then it fails at the end with <span style="color: Red">Failed to play</span>.</p><p></p><p>Following command-line was used on Mac OS X:</p><p>[CODE]rtmpdump -z -r 'rtmpe://ctvcomedy.fcod.llnwd.net/a4945/d1/2011/08/12/DAILY-J16106-EP-CLIP01.mp4?h=8523c8e918c191c86fea740524f33a6a' \</p><p> -s 'http://watch.thecomedynetwork.ca/Flash/player.swf?themeURL=http://watch.thecomedynetwork.ca/themes/Comedy/player/theme.aspx' \</p><p> -o out.mp4[/CODE]</p></blockquote><p></p>
[QUOTE="corporate_gadfly, post: 781470, member: 113254"] [b]Re: Support for a site request thread[/b] More progress. For now, I have given up on Comedy Network and concentrating on CTV. I'm able to stream URLs of type: [FONT="Courier New"]rtmpe://cp45924.edgefcs.net/ondemand/[COLOR="Magenta"]s_!ctv/shows/2011/08/22/CWD-308-EP-CLIP01.mp4[/COLOR]?auth=dbEaWc2cOdkdacvdxcKbQbvawamdqcDaLaz-bow9ix-eS-iYG-wwI3noDDn&aifp=v001&slist=/s_!ctv/shows/2011/08/22/[/FONT] by transforming them within my CTVUtil to something like: [CODE]rtmpurl=rtmp://cp45924.edgefcs.net/ondemand?auth=dbEaWc2cOdkdacvdxcKbQbvawamdqcDaLaz-bow9ix-eS-iYG-wwI3noDDn&aifp=v001&slist=/s_!ctv/shows/2011/08/22/ playpath=mp4:s_!ctv/shows/2011/08/22/CWD-308-EP-CLIP01.mp4 swfVfy=http://watch.ctv.ca/Flash/player.swf?themeURL=http://watch.ctv.ca/themes/CTV/player/theme.aspx[/CODE] Basically, the following parameters are supplied to rtmplib: [LIST] [*]take the filename out (in magenta) make it the playpath parameter [*]add swfVfy [/LIST] For future coders, I had to provide overridden implementations of [FONT="Courier New"]getMultipleVideoUrls[/FONT] and [FONT="Courier New"]getPlaylistItemUrl[/FONT]. I will test CTV on my home rig this evening and then post the code. rtmpdump on the Mac OS X command-line produced an output.mp4 without any problems. [S]My bare-bones VMWare MePo install for some reason has never streamed anything successfully using OnlineVideos (because of what? lack of SAF codecs? DirectX or something else). Don't worry about the VMWare part.[/S] All it means is that my testing will get delayed till I get home. Any one knowledgeable in the mood to [URL="http://pastebin.com/Dj6Ydi54"]debug output of rtmpdump for comedy network[/URL]? I do see a [COLOR="Red"]Connection succeeded[/COLOR], but then it fails at the end with [COLOR="Red"]Failed to play[/COLOR]. Following command-line was used on Mac OS X: [CODE]rtmpdump -z -r 'rtmpe://ctvcomedy.fcod.llnwd.net/a4945/d1/2011/08/12/DAILY-J16106-EP-CLIP01.mp4?h=8523c8e918c191c86fea740524f33a6a' \ -s 'http://watch.thecomedynetwork.ca/Flash/player.swf?themeURL=http://watch.thecomedynetwork.ca/themes/Comedy/player/theme.aspx' \ -o out.mp4[/CODE] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Plugins
Popular Plugins
OnlineVideos
Comedy network
Contact us
RSS
Top
Bottom