Sorry, my english is not too good. :(

I installed the flv media player, xspf playlist and all neccessary modules. Follow the flv media player installation documentation, and set up the XSPF playlist.

If i send in a content type, the player is displayed, but when i want to play the video i got the next message: No suiteable model found for playback of this file.

This is the playlist:

<playlist version="1">
<title>qpwo eirut za éá séldlk fkgm yx,nv m,yb</title>
<info>http://192.168.1.106:81/</info>
<annotation>infoooooooooo 1</annotation>
−
<trackList>
−
<track>
<creator>admin</creator>
−
<location>
http://192.168.1.106:81/sites/default/files/poker_face.flv
</location>
<info>http://192.168.1.106:81/node/15</info>
<meta rel="type">flv</meta>
<title>qpwo eirut za éá séldlk fkgm yx,nv m,yb</title>
<identifier>15</identifier>
</track>
</trackList>
</playlist>

Please help me!

Comments

owen barton’s picture

It has this fix http://drupal.org/cvs?commit=207708 that solved the same problem for me

See the CVS tab on the xspf_playlist project page if you need help with CVS.

cartman’s picture

It works!

mmcintee’s picture

I tried replacing all of the files that had been updated in XSPF Player since the last release on April 19th, but I still get the "No suiteable model found for playback of this file" error in the JW FLV Player.
Any suggestions?

Mike Serafin’s picture

Sorry, no fix for this, but just want to state that I'm having the exact same problem.

A video will play when pointing directly to the file, but using an XSPF playlist (generated with views), I get the same error message.

pedantix’s picture

Can you share an example URL where we can see this problem?

Mike Serafin’s picture

Here is a post I made in another thread;

FLV Media Player is working perfectly if I ask it to play a local file:
http://drleeonhealth.com/content/test-flv-media-player

It's not working if I try to play a file from a playlist:
http://drleeonhealth.com/content/trying-again-play-playlist
(The playlist is: http://drleeonhealth.com/allvideos-feed)

pedantix’s picture

Stickee -> Can you share with me how you create your playlist? I'm trying to make XSPF playlist based on a content type. Are you doing that? Can you get it to work? I can't make mine work. Been trying for days... :-(

Mike Serafin’s picture

I'm at work right now so going by memory here. I used CCK and views. I created a content type called JQuery video which contains a file field. My views then filters all nodes with content type JQuery video. In views, I created a new view and added a type "feed" with the following settings:


Basic settings
Name: Feed
Title: None
Change settings for this styleStyle: XSPF Playlist
Row style: Node XSPF
Items to display: 10
Distinct: No
Access: Unrestricted
Caching: None
Exposed form in block: No
Header: None
Footer: None
Empty text: None
Theme: Information

Feed settings
Path: allvideos-feed
Attach to: None

Modules used:
CCK, file field for CCK, views, JQuery Media, XSPF Playlist