Support
All support resources for our products. Here you can find answers to frequently asked questions, discuss with other users, recover a lost license code or file a support request.
Forum closed
This forum was closed and turned into an archive effective April 21, 2018. It is no longer possible to create new topics or reply to existing topics.

Thanks everyone for all the great questions and contributions over the years.

Please use the Contact form to get in touch.

Remote Buddy Forum

Overview 

AuthorThread
User

02.09.2007 11:10:39
FLV playback in Mplayer
View

This posting is older than 6 months and can contain outdated information.
Hi 
I have a question relating to playing back FLV files using Mplayer. Remote Buddy does not allow you to select Mplayer when you want to play back a FLV file. Is there a way around this.

Regards

Rasheed 

These entries from the FAQ may be relevant to this topic:

Hardware - Apple® Remote
User

03.09.2007 11:04:02
Re: FLV playback in Mplayer
View

This posting is older than 6 months and can contain outdated information.
Hello Rasheed,

Remote Buddy asks Launch Services which applications can handle a 
particular file. Launch Services itself does determine the 
applications to return based on which filetypes an application says it 
can handle. Applications do this through the Info.plist file in their 
application bundle.

Thus, if Mplayer doesn't turn up for selection, it lacks the records 
in Info.plist that would tell the rest of the system it can handle FLV 
files. You can add these records yourself, though:

1) In Finder right click on Mplayer.app and select "Show contents" 
2) Open Contents/Info.plst in a plain text editor (like Subethaedit). 
3) Search for a place that starts like

<dict> 
<key>CFBundleTypeExtensions</key> 
<array> 
<string>nut</string> 
..

and lists all the supported movie formats.

4) Add a line with 
<string>flv</string>

5) Start Mplayer. Restart Remote Buddy.

6) If it still doesn't show up in RB, use LSRefresh from this site's 
blog to manually trigger Launch Services to update its database with 
the latest information of Mplayer.app. LS doesn't always reliably 
detect changes inside bundles unless that app is copied around.

Best regards, 
Felix