Re: which video player for a package Requires ?

2011-05-26 Thread Nicoleau Fabien
Le 24/05/2011 22:37, Miloslav Trmač a écrit :
 On Tue, May 24, 2011 at 10:26 PM, Nicoleau Fabien
 nicoleau.fab...@gmail.com  wrote:
 This software also allow the user to launch a video player that will
 read the video as a stream.

 The default value in the configuration file for the video player is vlc
 --quiet %u.

 My question is :
 what am I suppose to set in Requires field for the package ? totem ?
 something generic ? nothing ?
Well I think that I'll use xdg-open as the default value in the 
configuration file. It seems to be the best solution, even if it opens 
the default web browser for a video url (that will then, propose to 
watch it with the video player)
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Re: which video player for a package Requires ?

2011-05-26 Thread Adam Williamson
On Thu, 2011-05-26 at 13:27 +0200, Nicoleau Fabien wrote:
 Le 24/05/2011 22:37, Miloslav Trmač a écrit :
  On Tue, May 24, 2011 at 10:26 PM, Nicoleau Fabien
  nicoleau.fab...@gmail.com  wrote:
  This software also allow the user to launch a video player that will
  read the video as a stream.
 
  The default value in the configuration file for the video player is vlc
  --quiet %u.
 
  My question is :
  what am I suppose to set in Requires field for the package ? totem ?
  something generic ? nothing ?

 Well I think that I'll use xdg-open as the default value in the 
 configuration file. It seems to be the best solution, even if it opens 
 the default web browser for a video url (that will then, propose to 
 watch it with the video player)

like I said, it seems to be rather worse with a *local* video file - try
it. but sure, xdg-open is the right answer in theory, and where it's
broken we should fix it.
-- 
Adam Williamson
Fedora QA Community Monkey
IRC: adamw | Fedora Talk: adamwill AT fedoraproject DOT org
http://www.happyassassin.net

-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Re: which video player for a package Requires ?

2011-05-26 Thread Nicoleau Fabien
Le 26/05/2011 22:39, Adam Williamson a écrit :
 On Thu, 2011-05-26 at 13:27 +0200, Nicoleau Fabien wrote:
 Le 24/05/2011 22:37, Miloslav Trmač a écrit :
 On Tue, May 24, 2011 at 10:26 PM, Nicoleau Fabien
 nicoleau.fab...@gmail.com   wrote:
 This software also allow the user to launch a video player that will
 read the video as a stream.

 The default value in the configuration file for the video player is vlc
 --quiet %u.

 My question is :
 what am I suppose to set in Requires field for the package ? totem ?
 something generic ? nothing ?
 Well I think that I'll use xdg-open as the default value in the
 configuration file. It seems to be the best solution, even if it opens
 the default web browser for a video url (that will then, propose to
 watch it with the video player)
 like I said, it seems to be rather worse with a *local* video file - try
 it. but sure, xdg-open is the right answer in theory, and where it's
 broken we should fix it.
It works fine with a local fine on my computer. Totem is launched
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Re: which video player for a package Requires ?

2011-05-26 Thread Kevin Kofler
Nicoleau Fabien wrote:
 It works fine with a local fine on my computer. Totem is launched

I just tried xdg-open on a local ogv file, as well as:
xdg-open http://audio-video.gnu.org/video/20110420-a-free-digital-society.ogv
on my computer (F14, KDE). In both cases, it runs Kaffeine just fine.

(I haven't tested all the other bazillion video MIME types, but I guess it
will be the same.)

Kevin Kofler

-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel


Re: which video player for a package Requires ?

2011-05-25 Thread jaroslav
Hi,

Wiadomość napisana w dniu 2011-05-25, o godz. 00:31, przez Domingo  
Becker:

 2011/5/24 Nicoleau Fabien nicoleau.fab...@gmail.com:
 Hi,
 I'm packaging a software that downloads videos from websites like
 youtube, dailymotion, etc ...
(...)

 My question is :
 what am I suppose to set in Requires field for the package ?  
 totem ?
 something generic ? nothing ?


 I play videos downloaded from websites like the ones you mention with
 totem (.flv and .mp4).
 The Requires would be totem and gstreamer-ffmpeg (from rpmfusion- 
 free).


Please, no! I think I wouldn't be the only person really pissed, when  
some package tries to fetch some media player whcih I don't need  
because I use a different one.

regards,

JG.

-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel


Re: which video player for a package Requires ?

2011-05-25 Thread Bastien Nocera
On Tue, 2011-05-24 at 22:26 +0200, Nicoleau Fabien wrote:
 Hi,
 I'm packaging a software that downloads videos from websites like 
 youtube, dailymotion, etc ...
 
 This software also allow the user to launch a video player that will 
 read the video as a stream.
 
 The default value in the configuration file for the video player is vlc 
 --quiet %u.

That sounds like quvi. Which you probably wouldn't want to use on the
command-line unless you knew what you were doing.

 My question is :
 what am I suppose to set in Requires field for the package ? totem ? 
 something generic ? nothing ?

Nothing.

FWIW, Totem has builtin support for quvi (I've been in touch with the
upstream author who made quite a few changes for it to be usable within
Totem). So totem http://www.myvideosite.com/foobar; would play if the
site is supported by quvi.

Cheers

-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel


Re: which video player for a package Requires ?

2011-05-25 Thread Nicoleau Fabien
Le 24/05/2011 23:10, Haïkel Guémar a écrit :
 Le 24/05/2011 22:26, Nicoleau Fabien a écrit :
 Hi,
 I'm packaging a software that downloads videos from websites like
 youtube, dailymotion, etc ...

 This software also allow the user to launch a video player that will
 read the video as a stream.

 The default value in the configuration file for the video player is vlc
 --quiet %u.

 My question is :
 what am I suppose to set in Requires field for the package ? totem ?
 something generic ? nothing ?

 Regards,

 Fabien Nicoleau
   shouldn't it be handled by xdg-open ? Then it will try to play the
 video using the default multimedia player configured for the video
 mime-type.

 H.
With xdg-open, the internet browser is launched, and then propose to 
download the video file. May be the is a solution to tell to xdg-open to 
open this file with the video player.

Fabien
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel


Re: which video player for a package Requires ?

2011-05-25 Thread Nicoleau Fabien
Le 25/05/2011 12:58, Bastien Nocera a écrit :
 On Tue, 2011-05-24 at 22:26 +0200, Nicoleau Fabien wrote:
 Hi,
 I'm packaging a software that downloads videos from websites like
 youtube, dailymotion, etc ...

 This software also allow the user to launch a video player that will
 read the video as a stream.

 The default value in the configuration file for the video player is vlc
 --quiet %u.
 That sounds like quvi. Which you probably wouldn't want to use on the
 command-line unless you knew what you were doing.

 My question is :
 what am I suppose to set in Requires field for the package ? totem ?
 something generic ? nothing ?
 Nothing.

 FWIW, Totem has builtin support for quvi (I've been in touch with the
 upstream author who made quite a few changes for it to be usable within
 Totem). So totem http://www.myvideosite.com/foobar; would play if the
 site is supported by quvi.

 Cheers

I'm trying to package nomnom, that uses quvi (that I also packaged). 
It's a gui that download or read as stream the videos from websites.

Fabien
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel


Re: which video player for a package Requires ?

2011-05-25 Thread Adam Williamson
On Tue, 2011-05-24 at 23:10 +0200, Haïkel Guémar wrote:
 Le 24/05/2011 22:26, Nicoleau Fabien a écrit :
  Hi,
  I'm packaging a software that downloads videos from websites like 
  youtube, dailymotion, etc ...
 
  This software also allow the user to launch a video player that will 
  read the video as a stream.
 
  The default value in the configuration file for the video player is vlc 
  --quiet %u.
 
  My question is :
  what am I suppose to set in Requires field for the package ? totem ? 
  something generic ? nothing ?
 
  Regards,
 
  Fabien Nicoleau
  shouldn't it be handled by xdg-open ? Then it will try to play the
 video using the default multimedia player configured for the video
 mime-type.

I was going to say the same thing, but then I tested it, and on my F15
system, it tried to open a .avi file in nautilus. That didn't go so
well.
-- 
Adam Williamson
Fedora QA Community Monkey
IRC: adamw | Fedora Talk: adamwill AT fedoraproject DOT org
http://www.happyassassin.net

-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

which video player for a package Requires ?

2011-05-24 Thread Nicoleau Fabien
Hi,
I'm packaging a software that downloads videos from websites like 
youtube, dailymotion, etc ...

This software also allow the user to launch a video player that will 
read the video as a stream.

The default value in the configuration file for the video player is vlc 
--quiet %u.

My question is :
what am I suppose to set in Requires field for the package ? totem ? 
something generic ? nothing ?

Regards,

Fabien Nicoleau
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel


Re: which video player for a package Requires ?

2011-05-24 Thread Miloslav Trmač
On Tue, May 24, 2011 at 10:26 PM, Nicoleau Fabien
nicoleau.fab...@gmail.com wrote:
 This software also allow the user to launch a video player that will
 read the video as a stream.

 The default value in the configuration file for the video player is vlc
 --quiet %u.

 My question is :
 what am I suppose to set in Requires field for the package ? totem ?
 something generic ? nothing ?

Well, vlc is not shipped in Fedora :)

Requiring something generic doesn't make sense IMHO if the package is
not able to use something generic.

So that leaves nothing,
   Mirek
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel


Re: which video player for a package Requires ?

2011-05-24 Thread Haïkel Guémar
Le 24/05/2011 22:26, Nicoleau Fabien a écrit :
 Hi,
 I'm packaging a software that downloads videos from websites like 
 youtube, dailymotion, etc ...

 This software also allow the user to launch a video player that will 
 read the video as a stream.

 The default value in the configuration file for the video player is vlc 
 --quiet %u.

 My question is :
 what am I suppose to set in Requires field for the package ? totem ? 
 something generic ? nothing ?

 Regards,

 Fabien Nicoleau
 shouldn't it be handled by xdg-open ? Then it will try to play the
video using the default multimedia player configured for the video
mime-type.

H.
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel


Re: which video player for a package Requires ?

2011-05-24 Thread Domingo Becker
2011/5/24 Nicoleau Fabien nicoleau.fab...@gmail.com:
 Hi,
 I'm packaging a software that downloads videos from websites like
 youtube, dailymotion, etc ...

 This software also allow the user to launch a video player that will
 read the video as a stream.

 The default value in the configuration file for the video player is vlc
 --quiet %u.

 My question is :
 what am I suppose to set in Requires field for the package ? totem ?
 something generic ? nothing ?


I play videos downloaded from websites like the ones you mention with
totem (.flv and .mp4).
The Requires would be totem and gstreamer-ffmpeg (from rpmfusion-free).

Other media players using gstreamer would work too, but totem works fine for me.

xdg-open would work too, and I guess the Requires would be the same if
default values are used.

kind regards

Domingo Becker
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel