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

25.07.2007 21:12:47
FLV playback via Itunes
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 Quicktime. This is achieved using the perian plugin. Remote Buddy does not allow you to select QT 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

26.07.2007 14:37:01
Re: FLV playback via Itunes
View

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

thanks for asking.

What appears for a certain file depends fully on what OS X Launch 
Services will return to Remote Buddy when it asks for applications 
that can open a file. There are two work arounds:

- change the suffix of your flv files to something that matches with 
QuickTime Player's file types dictionary: i.e. mov or avi

- modify QuickTime Player.app/Contents/Info.plist, so the file type 
dictionary includes flv. To do this, change this block:

[..] 
<dict> 
<key>CFBundleTypeExtensions</key> 
<array> 
<string>mov</string> 
<string>qt</string> 
</array> 
[..]

into this:

[..] 
<dict> 
<key>CFBundleTypeExtensions</key> 
<array> 
<string>mov</string> 
<string>qt</string> 
<string>flv</string> 
</array> 
[..]

You may want to run LSRefresh (to be found on the blog on this 
website) on QuickTime Player.app after you made that change to ensure 
Launch Services reads the altered dictionary.

The benefit of the latter method is that you'll also be able to 
choose QuickTime Player for flv files in the Finder and other apps 
that use Launch Services to get a list of applications for a certain 
file type.

Best regards, 
Felix 

User

26.07.2007 20:32:42
Re: FLV playback via Itunes
View

This posting is older than 6 months and can contain outdated information.
Thanks Felix, works perfectly