brotherjohn wrote:Problem: Download and watch flash videos on Windows (get_flash_videos) with PMSEncoder
Solution::
1. Install the new PMSEencoder plugin from here: http://ps3mediaserver.org/forum/viewtopic.php?f=12&t=6644. Put the pmsencoder.jar file into the "plugins" directory.
2. Download the script "get_flash_videos.groovy" from here: https://github.com/chocolateboy/pmsencoder/tree/master/misc/scripts
2. Install ActivePerl according to this HowTo: http://code.google.com/p/get-flash-videos/wiki/Installation. Now you have installed the perl interpreter under the directory "C:\Perl\bin\perl.exe"
3. Download the following perl script http://code.google.com/p/get-flash-videos/downloads/detail?name=get_flash_videos-1.24&can=2&q= and save it on your harddisk.
For example under the path "C:\Perl\Scripts".
4. Change the 2 variables in the get_flash_videos.groovy script as follows:
Instead of:
- Code: Select all
def GET_FLASH_VIDEOS = '/usr/bin/get_flash_videos'
def PERL = '/usr/bin/perl'
write the following paths:
- Code: Select all
def GET_FLASH_VIDEOS = 'C:\\Perl\\Scripts\\get_flash_videos'
def PERL = 'C:\\Perl\\bin\\perl'
5. Now as example enter the following line into your Web.conf file:
- Code: Select all
videofeed.Web,Test,Wimp=http://www.wimp.com/rss/
hi brotherjohn,
i've just done exactly as you explained in the above but i still get "the data are corrupted" and this in the trace
[Thread-344] TRACE 23:22:51.581 Starting transcode/remux of Homeless man with golden radio voice in Columbus, OH. [VIDEO]
[win32\mencoder.exe] TRACE 23:22:53.784 Process D:\PS3 Media Center\PS3 Media Server\win32\mencoder.exe has a return code of 1! Maybe an error occured... check the log file
and my debuglog link is http://hotfile.com/dl/94330661/5580789/debug.rar.html
please help to figure it out...
thanks.
