DVD Player should be the default player for FLVs
#1
All .flv files work when using the DVD player (this is why youtube script uses it for playing all youtube streams)

Can somebody make FLVs open with the DVD Player by default.
Reply
#2
I think you're right. I checked the code and noticed that Internet streams with an HTTP Content-Type of "video/x-flv" or "video/flv" are played by the DVD Player by default. So it seems reasonable to conclude that ".flv" files should default to the DVD Player as well.

elupus, any objections?
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
Reply
#3
hmm.. mplayer should play those fine, atleast when demuxed with lavf.. but sure, since we already use it for internet streams it's probably better for now.

and yet again, it shows we need to have a way to configure this stuff in an better way than hardeded in xbmc..... will have a look at it after feature freeze is released.
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


Image
Reply
#4
i was thinking about that as well. we could simply allow an override mechanism via advancedsettings.xml like is done for media file extensions. in GetCores(), we check for a user configured player before running thru the normal routine (so that "play with" is still populated.)

<dvdplayer>.flv|.mpg</dvdplayer>
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
Reply
#5
Star 
should handle mime types too. And I'd rather have a proper xml that's there all the time, not only for overrides. I'd like to get rid of most of the code in getplayers.
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


Image
Reply
#6
ah so something more like codecs.conf except in xml.
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
Reply
#7
added to cvs.
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
Reply
#8
thank you. I will now be able to play my ripped youtube streams without any faffing about Wink
Reply

Logout Mark Read Team Forum Stats Members Help
DVD Player should be the default player for FLVs0