Re: Youtube, not all songs-videos can be played, F19_64

2013-07-14 Thread Adam Pribyl
The first is adobe repository not flash itself. Adobe may have more 
packages for linux there, but they have only flash ATM. The name says 
nothing about flash. The advantage is that when you have flash 
package from repository any newer version of flash will install 
automatically with system updates.
Second is directly the binary package with flash. It will never auto 
update.


Adam Pribyl

On Sat, 13 Jul 2013, Joerg Lechner wrote:

Ok, these details of Your last two comments I have to study. The thing 
what I did is, I tried to install Flash Plugin/or Flash for Linux from 
the Adobe Home Page. First just clicking to the Link YUM for Linux, 
which suggests the download of the Flash Player of 
adobe-release-x86_64-1.0-1.noarch.rpm, then I clicked to this file, 
RPM opened and installed - I thought, this were the Flash Player 
install. As this didn't work correctly, as previously described, I 
clicked to RPM fuer andere Linux Distributionen , then I got 
flash-plugin-11.2.202.297-release.x86_64.rpm and clicked on this file, 
RPM installed. Now -so far I have seen- it's possible to watch all 
Youtube videos with F19-Firefox. That's my story, what I did really by 
doing as described in the Adobe Homepage, I don't know. But I want to 
learn something about RPM, Yum and the backgrounds, there Your comments 
are very helpful. Thanks. Kind Regards








-Ursprüngliche Mitteilung-
Von: Michael Schwendt mschwe...@gmail.com
An: test test@lists.fedoraproject.org
Verschickt: Sa, 13 Jul 2013 12:25 pm
Betreff: Re: Youtube, not all songs-videos can be played, F19_64


On Fri, 12 Jul 2013 23:13:08 -0400 (EDT), Joerg Lechner wrote:


I installed the Flash Player via the Adobe Home Page  
http://get.adobe.com/de/flashplayer/;.

First I tried the link Yum for Linux (I know Yum, Yum Extender from Fedora),
there is the version number 
http://linuxdownload.adobe.com/adobe-release/adobe-release-x86_64-1.0-1.noarch.rpm;
serviced, which does not work for Firefox/F19 correctly, not all Youtube files
can be played, my error that I didn't give a detailed test description.




Slow down a bit, please. That's something I find myself telling people more
often recently.
There's a lot of unnecessary confusion in this thread.

You can also read the other reply I've typed in a few minutes ago, but the
package you've
installed, adobe-release-x86_64-1.0-1.noarch.rpm, is just a repository
definition package,
which gives you access to a repository that contains the one and only
flash-plugin package.
You're not done with installing the adobe-release-x86_64 package. You need an
additional
yum install flash-plugin to download and install the actual Flash package.


The next try was RPM fuer andere Linux Distributionen. There one gets the

version 
http://fpdownload.macromedia.com/get/flashplayer/pdc/11.2.202.297/flash-plugin-11.2.202.297-release.x86_64.rpm;.
This Version runs in my F19_64 configuration (Firefox/F19_64)




That's the same one. Even if the checksum may be different, the contents are
exactly the same:

$ rpmdev-diff flash-plugin-11.2.202.297-release.x86_64.rpm 
/var/cache/yum/x86_64/19/adobe-linux-x86_64/packages/flash-plugin-11.2.202.297-release.x86_64.rpm

$


The differencies I have noticed is that Youtrube files i.e, where there is a

signor trade mark like vesa on it, I could not play with x86_64-1.0-1, but
I can these Videos play with 11.2.202.297-release.x86_64. I didn't install via
command line, I installed simply clicking on the downloaded file and had rpm
doing this work.

Kind Regards


You're comparing wrong packages there. As explained above. You haven't had Flash
installed
when you tried the videos for the first time. You've had just the adobe-release
package.

--
Fedora release 19 (Schrödinger’s Cat) - Linux 3.9.9-301.fc19.x86_64
loadavg: 0.17 0.08 0.11
--
test mailing list
test@lists.fedoraproject.org
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test





Odchozi zprava neobsahuje viry, protoze nebyla odeslana z Windows.
Otestovano zdarma a legalne na OS Linux.
(Proc pouzivat Linux - http://proc.linux.cz/).
-- 
test mailing list
test@lists.fedoraproject.org
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test

Re: Youtube, not all songs-videos can be played, F19_64

2013-07-13 Thread Michael Schwendt
On Fri, 12 Jul 2013 18:23:46 -0700, Richard Vickery wrote:

  | YUM for Linux (YUM)
  |
  | Adobe Flash Player version 11.2.202.297
  | Your system: Linux 64-bit, Firefox | 4.3 KB
 
  | .rpm for other Linux
  |
  | Adobe Flash Player version 11.2.202.297
  | Your system: Linux 64-bit, Firefox | 6.88 MB
 
  $ rpm -q flash-plugin
  flash-plugin-11.2.202.297-release.x86_64
 
  $ yum list flash-plugin
  Loaded plugins: langpacks, refresh-packagekit
  Installed Packages
  flash-plugin.x86_64   11.2.202.297-release
 @adobe-linux-x86_64
 
 
 I am yum installing the release.x86_64 package rather than the yum package.
 Will there any problem with this?

There are no yum packages. Yum installs .rpm packages. man yum explains
the details.

So, if with yum installing the release.x86_64 package you mean you've
run some yum install ... command, that has fetched and installed
an .rpm package from package repositories you've enabled before.

  $ rpm -qa |grep adobe
  adobe-release-x86_64-1.0-1.noarch

That's just the repository definition package (also an .rpm file):

  $ rpmls adobe-release-x86_64
  -rw-r--r--  /etc/pki/rpm-gpg/RPM-GPG-KEY-adobe-linux
  -rw-r--r--  /etc/yum.repos.d/adobe-linux-x86_64.repo

  $ yum --disablerepo='*' --enablerepo=adobe* repolist
  Loaded plugins: langpacks, refresh-packagekit
  repo id  repo name
status
  adobe-linux-x86_64   Adobe Systems Incorporated   2
  repolist: 2

  $ yum --disablerepo='*' --enablerepo=adobe* list *flash*
  Loaded plugins: langpacks, refresh-packagekit
  Installed Packages
  flash-plugin.x86_64   11.2.202.297-release   
@adobe-linux-x86_64

  $ rpm -q flash-plugin
  flash-plugin-11.2.202.297-release.x86_64

-- 
Fedora release 19 (Schrödinger’s Cat) - Linux 3.9.9-301.fc19.x86_64
loadavg: 0.21 0.14 0.15
-- 
test mailing list
test@lists.fedoraproject.org
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test

Re: Youtube, not all songs-videos can be played, F19_64

2013-07-13 Thread Michael Schwendt
On Fri, 12 Jul 2013 23:13:08 -0400 (EDT), Joerg Lechner wrote:

 I installed the Flash Player via the Adobe Home Page  
 http://get.adobe.com/de/flashplayer/;. First I tried the link Yum for Linux 
 (I know Yum, Yum Extender from Fedora), there is the version number 
 http://linuxdownload.adobe.com/adobe-release/adobe-release-x86_64-1.0-1.noarch.rpm;
  serviced, which does not work for Firefox/F19 correctly, not all Youtube 
 files can be played, my error that I didn't give a detailed test description. 


Slow down a bit, please. That's something I find myself telling people more 
often recently.
There's a lot of unnecessary confusion in this thread.

You can also read the other reply I've typed in a few minutes ago, but the 
package you've
installed, adobe-release-x86_64-1.0-1.noarch.rpm, is just a repository 
definition package,
which gives you access to a repository that contains the one and only 
flash-plugin package.
You're not done with installing the adobe-release-x86_64 package. You need an 
additional
yum install flash-plugin to download and install the actual Flash package.

 The next try was RPM fuer andere Linux Distributionen. There one gets the 
 version 
 http://fpdownload.macromedia.com/get/flashplayer/pdc/11.2.202.297/flash-plugin-11.2.202.297-release.x86_64.rpm;.
  This Version runs in my F19_64 configuration (Firefox/F19_64)


That's the same one. Even if the checksum may be different, the contents are 
exactly the same:

$ rpmdev-diff flash-plugin-11.2.202.297-release.x86_64.rpm 
/var/cache/yum/x86_64/19/adobe-linux-x86_64/packages/flash-plugin-11.2.202.297-release.x86_64.rpm
 
$

 The differencies I have noticed is that Youtrube files i.e, where there is a 
 signor trade mark like vesa on it, I could not play with x86_64-1.0-1, 
 but I can these Videos play with 11.2.202.297-release.x86_64. I didn't 
 install via command line, I installed simply clicking on the downloaded file 
 and had rpm doing this work.
 Kind Regards

You're comparing wrong packages there. As explained above. You haven't had 
Flash installed
when you tried the videos for the first time. You've had just the adobe-release 
package.

-- 
Fedora release 19 (Schrödinger’s Cat) - Linux 3.9.9-301.fc19.x86_64
loadavg: 0.17 0.08 0.11
-- 
test mailing list
test@lists.fedoraproject.org
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test

Re: Youtube, not all songs-videos can be played, F19_64

2013-07-13 Thread Joerg Lechner
Ok, these details of Your last two comments I have to study. The thing what I 
did is, I tried to install Flash Plugin/or Flash for Linux from the Adobe Home 
Page. First just clicking to the Link YUM for Linux, which suggests the 
download of the Flash Player of  adobe-release-x86_64-1.0-1.noarch.rpm, then 
I clicked to this file, RPM opened and installed - I thought, this were the 
Flash Player install. As this didn't work correctly, as previously described, I 
clicked to RPM fuer andere Linux Distributionen , then I got 
flash-plugin-11.2.202.297-release.x86_64.rpm and clicked on this file, RPM 
installed. Now -so far I have seen- it's possible to watch all Youtube videos 
with F19-Firefox. That's my story, what I did really by doing as described in 
the Adobe Homepage, I don't know. But I want to learn something about RPM, Yum 
and the backgrounds, there Your comments are very helpful. Thanks.
Kind Regards

 

 

 

-Ursprüngliche Mitteilung- 
Von: Michael Schwendt mschwe...@gmail.com
An: test test@lists.fedoraproject.org
Verschickt: Sa, 13 Jul 2013 12:25 pm
Betreff: Re: Youtube, not all songs-videos can be played, F19_64


On Fri, 12 Jul 2013 23:13:08 -0400 (EDT), Joerg Lechner wrote:

 I installed the Flash Player via the Adobe Home Page  
 http://get.adobe.com/de/flashplayer/;. 
First I tried the link Yum for Linux (I know Yum, Yum Extender from Fedora), 
there is the version number 
http://linuxdownload.adobe.com/adobe-release/adobe-release-x86_64-1.0-1.noarch.rpm;
 
serviced, which does not work for Firefox/F19 correctly, not all Youtube files 
can be played, my error that I didn't give a detailed test description. 


Slow down a bit, please. That's something I find myself telling people more 
often recently.
There's a lot of unnecessary confusion in this thread.

You can also read the other reply I've typed in a few minutes ago, but the 
package you've
installed, adobe-release-x86_64-1.0-1.noarch.rpm, is just a repository 
definition package,
which gives you access to a repository that contains the one and only 
flash-plugin package.
You're not done with installing the adobe-release-x86_64 package. You need an 
additional
yum install flash-plugin to download and install the actual Flash package.

 The next try was RPM fuer andere Linux Distributionen. There one gets the 
version 
http://fpdownload.macromedia.com/get/flashplayer/pdc/11.2.202.297/flash-plugin-11.2.202.297-release.x86_64.rpm;.
 
This Version runs in my F19_64 configuration (Firefox/F19_64)


That's the same one. Even if the checksum may be different, the contents are 
exactly the same:

$ rpmdev-diff flash-plugin-11.2.202.297-release.x86_64.rpm 
/var/cache/yum/x86_64/19/adobe-linux-x86_64/packages/flash-plugin-11.2.202.297-release.x86_64.rpm
 

$

 The differencies I have noticed is that Youtrube files i.e, where there is a 
signor trade mark like vesa on it, I could not play with x86_64-1.0-1, 
but 
I can these Videos play with 11.2.202.297-release.x86_64. I didn't install via 
command line, I installed simply clicking on the downloaded file and had rpm 
doing this work.
 Kind Regards

You're comparing wrong packages there. As explained above. You haven't had 
Flash 
installed
when you tried the videos for the first time. You've had just the adobe-release 
package.

-- 
Fedora release 19 (Schrödinger’s Cat) - Linux 3.9.9-301.fc19.x86_64
loadavg: 0.17 0.08 0.11
-- 
test mailing list
test@lists.fedoraproject.org
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test

 
-- 
test mailing list
test@lists.fedoraproject.org
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test

Re: Youtube, not all songs-videos can be played, F19_64

2013-07-12 Thread Ankur Sinha
On Fri, 2013-07-12 at 02:11 -0400, Joerg Lechner wrote:
 Hi,
 tried to hear the song Power of Love from different singers.
 Jennifer Rush - ok, Helene Fischer - ok, Panflute - ok, but Celine
 Dion does not work. It's said, You need the newest Flash Player. I
 installed the last one to get for Yum, but still this song does not
 work. Any idea what's could be wrong in my installation (F19_64).
 Kind Regards

http://youtu.be/Y8HOfcYWZoo

Seems to work fine here. Please install flash as documented here[1]

Please note that this ML is for QA purposes, the troubleshooting
channels are listed here[2].

[1] http://fedoraproject.org/wiki/Flash
[2] http://fedoraproject.org/wiki/Communicating_and_getting_help
-- 
Thanks,
Warm regards,
Ankur (FranciscoD)

http://fedoraproject.org/wiki/User:Ankursinha

Join Fedora! Come talk to us!
http://fedoraproject.org/wiki/Fedora_Join_SIG



signature.asc
Description: This is a digitally signed message part
-- 
test mailing list
test@lists.fedoraproject.org
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test

Re: Youtube, not all songs-videos can be played, F19_64

2013-07-12 Thread Akshay Vyas


binBy4QFm3rOs.bin
Description: PGP/MIME version identification


encrypted.asc
Description: OpenPGP encrypted message
-- 
test mailing list
test@lists.fedoraproject.org
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test

Re: Youtube, not all songs-videos can be played, F19_64

2013-07-12 Thread Joerg Lechner
Hi,
This file was already installed, via update on the Adobe Flash page. Still I 
can not start this song-video. There seems to be something wrong in my system. 
Trying to play this song  http://www.youtubecom/watch?v=Y8HOfcYWZoo says 
install the newest flash player
Using (as Ankur said): 
 sudo yum install 
http://linuxdownload.adobe.com/adobe-release/adobe-release-x86_64-1.0-1.noarch.rpm
 -y
is not successful, because this file is already installed  (via the Adobe page).
Kind Regards

 

-Ursprüngliche Mitteilung- 
Von: Ankur Sinha sanjay.an...@gmail.com
An: test test@lists.fedoraproject.org
Verschickt: Fr, 12 Jul 2013 9:26 am
Betreff: Re: Youtube, not all songs-videos can be played, F19_64


On Fri, 2013-07-12 at 02:11 -0400, Joerg Lechner wrote:
 Hi,
 tried to hear the song Power of Love from different singers.
 Jennifer Rush - ok, Helene Fischer - ok, Panflute - ok, but Celine
 Dion does not work. It's said, You need the newest Flash Player. I
 installed the last one to get for Yum, but still this song does not
 work. Any idea what's could be wrong in my installation (F19_64).
 Kind Regards

http://youtu.be/Y8HOfcYWZoo

Seems to work fine here. Please install flash as documented here[1]

Please note that this ML is for QA purposes, the troubleshooting
channels are listed here[2].

[1] http://fedoraproject.org/wiki/Flash
[2] http://fedoraproject.org/wiki/Communicating_and_getting_help
-- 
Thanks,
Warm regards,
Ankur (FranciscoD)

http://fedoraproject.org/wiki/User:Ankursinha

Join Fedora! Come talk to us!
http://fedoraproject.org/wiki/Fedora_Join_SIG


 
-- 
test mailing list
test@lists.fedoraproject.org
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test

 
-- 
test mailing list
test@lists.fedoraproject.org
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test

Re: Youtube, not all songs-videos can be played, F19_64

2013-07-12 Thread Joerg Lechner
Hi,
possible reason for this error, can be that this song-video is blocked in 
Germany by GEMA rights. But I don't know.
Kind Regards

 

 

 

-Ursprüngliche Mitteilung- 
Von: Joerg Lechner julech...@aol.com
An: ankursinha ankursi...@fedoraproject.org; test 
test@lists.fedoraproject.org
Verschickt: Fr, 12 Jul 2013 10:13 am
Betreff: Re: Youtube, not all songs-videos can be played, F19_64


Hi,
This file was already installed, via update on the Adobe Flash page. Still I 
can not start this song-video. There seems to be something wrong in my system. 
Trying to play this song  http://www.youtubecom/watch?v=Y8HOfcYWZoo says 
install the newest flash player
Using (as Ankur said): 
 sudo yum install 
http://linuxdownload.adobe.com/adobe-release/adobe-release-x86_64-1.0-1.noarch.rpm
 -y
is not successful, because this file is already installed  (via the Adobe page).
Kind Regards

 

-Ursprüngliche Mitteilung- 
Von: Ankur Sinha sanjay.an...@gmail.com
An: test test@lists.fedoraproject.org
Verschickt: Fr, 12 Jul 2013 9:26 am
Betreff: Re: Youtube, not all songs-videos can be played, F19_64


On Fri, 2013-07-12 at 02:11 -0400, Joerg Lechner wrote:
 Hi,
 tried to hear the song Power of Love from different singers.
 Jennifer Rush - ok, Helene Fischer - ok, Panflute - ok, but Celine
 Dion does not work. It's said, You need the newest Flash Player. I
 installed the last one to get for Yum, but still this song does not
 work. Any idea what's could be wrong in my installation (F19_64).
 Kind Regards

http://youtu.be/Y8HOfcYWZoo

Seems to work fine here. Please install flash as documented here[1]

Please note that this ML is for QA purposes, the troubleshooting
channels are listed here[2].

[1] http://fedoraproject.org/wiki/Flash
[2] http://fedoraproject.org/wiki/Communicating_and_getting_help
-- 
Thanks,
Warm regards,
Ankur (FranciscoD)

http://fedoraproject.org/wiki/User:Ankursinha

Join Fedora! Come talk to us!
http://fedoraproject.org/wiki/Fedora_Join_SIG


 
-- 
test mailing list
test@lists.fedoraproject.org
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test

 

-- 
test mailing list
test@lists.fedoraproject.org
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test

 
-- 
test mailing list
test@lists.fedoraproject.org
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test

Re: Youtube, not all songs-videos can be played, F19_64

2013-07-12 Thread Patrick O'Callaghan
On Fri, 2013-07-12 at 04:13 -0400, Joerg Lechner wrote:

Not an answer to your problem, but if you're new to Fedora lists you
might want to read the Guidelines at
http://fedoraproject.org/wiki/Mailing_list_guidelines

In particular, please note:

1) Unless you're using *test* versions of software, this is probably the
wrong list for your question. Try the Users list.

2) Don't post in HTML.

3) Don't top-post in replies.

Thanks for your cooperation.

poc

-- 
test mailing list
test@lists.fedoraproject.org
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test

Re: Youtube, not all songs-videos can be played, F19_64

2013-07-12 Thread Joerg Lechner
Hi,
I am not testing according to test lists, I was a long time Redhat and later on 
Fedora user. In the last few month I loaded down the test versions and tried 
out, what normally should run. In my opinion also a test with propritary SW, 
like Flash... is neccessary. Possibly for F19_64 I should use another list, 
because it's already delivered. But anyway this Flash implementation on F19_64 
does not work correctly, or F19_64 does not work correctly. Windows XP can play 
these files, which F19_64 can not. To which test list is to report this 
behaviour? The user list might be a good idea, the other idea is use Windows 
for Youtube videos.
Kind Regards
 

 

 

 

-Ursprüngliche Mitteilung- 
Von: Patrick O'Callaghan pocallag...@gmail.com
An: test test@lists.fedoraproject.org
Verschickt: Fr, 12 Jul 2013 12:29 pm
Betreff: Re: Youtube, not all songs-videos can be played, F19_64


On Fri, 2013-07-12 at 04:13 -0400, Joerg Lechner wrote:

Not an answer to your problem, but if you're new to Fedora lists you
might want to read the Guidelines at
http://fedoraproject.org/wiki/Mailing_list_guidelines

In particular, please note:

1) Unless you're using *test* versions of software, this is probably the
wrong list for your question. Try the Users list.

2) Don't post in HTML.

3) Don't top-post in replies.

Thanks for your cooperation.

poc

-- 
test mailing list
test@lists.fedoraproject.org
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test

 
-- 
test mailing list
test@lists.fedoraproject.org
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test

Re: Youtube, not all songs-videos can be played, F19_64

2013-07-12 Thread Christopher Meng
Why not asking Adobe?
-- 
test mailing list
test@lists.fedoraproject.org
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test

Re: Youtube, not all songs-videos can be played, F19_64

2013-07-12 Thread Ed Greshko
On 07/12/13 21:46, Joerg Lechner wrote:
 I am not testing according to test lists, I was a long time Redhat and later 
 on Fedora user. In the last few month I loaded down the test versions and 
 tried out, what normally should run. In my opinion also a test with 
 propritary SW, like Flash... is neccessary. Possibly for F19_64 I should use 
 another list, because it's already delivered. But anyway this Flash 
 implementation on F19_64 does not work correctly, or F19_64 does not work 
 correctly. Windows XP can play these files, which F19_64 can not. To which 
 test list is to report this behaviour? The user list might be a good idea, 
 the other idea is use Windows for Youtube videos.

Flash player is not supplied by Fedora.  Supplied by Adobe.  I don't use it 
anyway since I use Chrome and it is embedded in Chrome.  Your link plays fine 
in Chrome on F19-64bit.

As others have pointed out, you should address any queries about F19 to the 
user list as it has been released.

-- 
The only thing worse than a poorly asked question is a cryptic answer.
-- 
test mailing list
test@lists.fedoraproject.org
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test

Re: Youtube, not all songs-videos can be played, F19_64

2013-07-12 Thread Joerg Lechner
Hi, I want to finish this discussion on what to report in this list. I have had 
during development time of F19 also reported here problems concerning F18, 
which was already delivered, no one shouted, and at the end this problem 
occured also in F19.  I think I will wait for F20 for further comments.
The Youtube video problem I could solve, I installed the rpm version, instead 
of yum version. I am using Firefox not Chrome.
Kind Regards

 

 

 

-Ursprüngliche Mitteilung- 
Von: Joerg Lechner julech...@aol.com
An: test test@lists.fedoraproject.org
Verschickt: Fr, 12 Jul 2013 3:47 pm
Betreff: Re: Youtube, not all songs-videos can be played, F19_64


Hi,
I am not testing according to test lists, I was a long time Redhat and later on 
Fedora user. In the last few month I loaded down the test versions and tried 
out, what normally should run. In my opinion also a test with propritary SW, 
like Flash... is neccessary. Possibly for F19_64 I should use another list, 
because it's already delivered. But anyway this Flash implementation on F19_64 
does not work correctly, or F19_64 does not work correctly. Windows XP can play 
these files, which F19_64 can not. To which test list is to report this 
behaviour? The user list might be a good idea, the other idea is use Windows 
for Youtube videos.
Kind Regards
 

 

 

 

-Ursprüngliche Mitteilung- 
Von: Patrick O'Callaghan pocallag...@gmail.com
An: test test@lists.fedoraproject.org
Verschickt: Fr, 12 Jul 2013 12:29 pm
Betreff: Re: Youtube, not all songs-videos can be played, F19_64


On Fri, 2013-07-12 at 04:13 -0400, Joerg Lechner wrote:

Not an answer to your problem, but if you're new to Fedora lists you
might want to read the Guidelines at
http://fedoraproject.org/wiki/Mailing_list_guidelines

In particular, please note:

1) Unless you're using *test* versions of software, this is probably the
wrong list for your question. Try the Users list.

2) Don't post in HTML.

3) Don't top-post in replies.

Thanks for your cooperation.

poc

-- 
test mailing list
test@lists.fedoraproject.org
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test

 

-- 
test mailing list
test@lists.fedoraproject.org
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test

 
-- 
test mailing list
test@lists.fedoraproject.org
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test

Re: Youtube, not all songs-videos can be played, F19_64

2013-07-12 Thread Michael Schwendt
On Fri, 12 Jul 2013 05:19:34 -0400 (EDT), Joerg Lechner wrote:

 Hi,
 possible reason for this error, can be that this song-video is blocked in 
 Germany by GEMA rights. But I don't know.
 Kind Regards
 

Then it would say that and not warn about an insufficient Flash version instead.

The video   http://youtu.be/Y8HOfcYWZoo  works here.

$ rpm -q firefox flash-plugin
firefox-22.0-1.fc19.x86_64
flash-plugin-11.2.202.297-release.x86_64

-- 
Fedora release 19 (Schrödinger’s Cat) - Linux 3.9.9-301.fc19.x86_64
loadavg: 0.16 0.17 0.20
-- 
test mailing list
test@lists.fedoraproject.org
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test

Re: Youtube, not all songs-videos can be played, F19_64

2013-07-12 Thread Michael Schwendt
On Fri, 12 Jul 2013 09:46:54 -0400 (EDT), Joerg Lechner wrote:

 Windows XP can play these files, which F19_64 can not. 

Cannot confirm. Perhaps Adobe Flash on your hardware tries to detect
something (graphics related perhaps?) and fails occasionally.

-- 
Fedora release 19 (Schrödinger’s Cat) - Linux 3.9.9-301.fc19.x86_64
loadavg: 0.24 0.21 0.21
-- 
test mailing list
test@lists.fedoraproject.org
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test

Re: Youtube, not all songs-videos can be played, F19_64

2013-07-12 Thread Michael Schwendt
On Fri, 12 Jul 2013 10:53:32 -0400 (EDT), Joerg Lechner wrote:

 Hi, I want to finish this discussion on what to report in this list. 

Lists like this one are not intended for reporting problem, but for
discussing things.

 The Youtube video problem I could solve, I installed the rpm version,
 instead of yum version. 

That doesn't make much sense, since Yum also installs the rpm version.
It installs RPM packages.

-- 
Fedora release 19 (Schrödinger’s Cat) - Linux 3.9.9-301.fc19.x86_64
loadavg: 0.07 0.11 0.17
-- 
test mailing list
test@lists.fedoraproject.org
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test

Re: Youtube, not all songs-videos can be played, F19_64

2013-07-12 Thread drago01
On Friday, July 12, 2013, Michael Schwendt mschwe...@gmail.com wrote:
 On Fri, 12 Jul 2013 10:53:32 -0400 (EDT), Joerg Lechner wrote:

 Hi, I want to finish this discussion on what to report in this list.

 Lists like this one are not intended for reporting problem, but for
 discussing things.

 The Youtube video problem I could solve, I installed the rpm version,
 instead of yum version.

 That doesn't make much sense, since Yum also installs the rpm version.
 It installs RPM packages.


It probably makes sense this way he just installed the repo but not flash
itself. So any video that was not encoded as webm failed to play. Anything
else does not make sense.
-- 
test mailing list
test@lists.fedoraproject.org
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test

Re: Youtube, not all songs-videos can be played, F19_64

2013-07-12 Thread Joerg Lechner
Hi
in that file, that Adobe classifies as Yum there seems Adobe presents an 
older Flash Plugin version. The version classified by Adobe as rpm is -as I 
have seen- the newest and with Firefox working version.
Kind Regards and thanks for advice and help 
 

 

 

-Ursprüngliche Mitteilung- 
Von: Michael Schwendt mschwe...@gmail.com
An: test test@lists.fedoraproject.org
Verschickt: Fr, 12 Jul 2013 5:19 pm
Betreff: Re: Youtube, not all songs-videos can be played, F19_64


On Fri, 12 Jul 2013 10:53:32 -0400 (EDT), Joerg Lechner wrote:

 Hi, I want to finish this discussion on what to report in this list. 

Lists like this one are not intended for reporting problem, but for
discussing things.

 The Youtube video problem I could solve, I installed the rpm version,
 instead of yum version. 

That doesn't make much sense, since Yum also installs the rpm version.
It installs RPM packages.

-- 
Fedora release 19 (Schrödinger’s Cat) - Linux 3.9.9-301.fc19.x86_64
loadavg: 0.07 0.11 0.17
-- 
test mailing list
test@lists.fedoraproject.org
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test

 
-- 
test mailing list
test@lists.fedoraproject.org
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test

Re: Youtube, not all songs-videos can be played, F19_64

2013-07-12 Thread Richard Vickery
On Thu, Jul 11, 2013 at 11:11 PM, Joerg Lechner julech...@aol.com wrote:
 Hi,
 tried to hear the song Power of Love from different singers. Jennifer Rush
 - ok, Helene Fischer - ok, Panflute - ok, but Celine Dion does not work.
 It's said, You need the newest Flash Player. I installed the last one to get
 for Yum, but still this song does not work. Any idea what's could be wrong
 in my installation (F19_64).
 Kind Regards

 --
 test mailing list
 test@lists.fedoraproject.org
 To unsubscribe:
 https://admin.fedoraproject.org/mailman/listinfo/test

Joerg,

For what it's worth, I use Google Chrome for most of my Youtube / CBC
/ other motion picture viewing needs - only because I have never known
what Firefox / other Open Source browsers need for viewing everything.
Since Google owns Youtube, I figured long ago that google-chrome must
have all the extra motion picture viewing programs already built in.

Hope this helps,

Richard
-- 
test mailing list
test@lists.fedoraproject.org
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test

Re: Youtube, not all songs-videos can be played, F19_64

2013-07-12 Thread Adam Pribyl

On Fri, 12 Jul 2013, Joerg Lechner wrote:

Hi in that file, that Adobe classifies as Yum there seems Adobe 
presents an older Flash Plugin version. The version classified by Adobe 
as rpm is -as I have seen- the newest and with Firefox working 
version. Kind Regards and thanks for advice and help




You should no relay on Flash that much, because as you may noticed Adobe 
stops to update the Flash as a standalone plugin anyway. The 11.2 is the 
latest supported, but no new features will be implemented anymore. This is 
going to happen more and more often.


Ref.: 
http://linux.slashdot.org/story/12/03/31/1417245/adobe-releases-last-linux-version-of-flash-player


Adam Pribyl

--
test mailing list
test@lists.fedoraproject.org
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test

Re: Youtube, not all songs-videos can be played, F19_64

2013-07-12 Thread Michael Schwendt
On Fri, 12 Jul 2013 12:35:32 -0400 (EDT), Joerg Lechner wrote:

 Hi
 in that file, that Adobe classifies as Yum there seems Adobe presents an 
 older Flash Plugin version. The version classified by Adobe as rpm is -as I 
 have seen- the newest and with Firefox working version.
 Kind Regards and thanks for advice and help 

Why didn't you quote any version numbers or show command-line queries?
What version difference have you noticed where? Details, please.


http://get.adobe.com/flashplayer/

| YUM for Linux (YUM)
| 
| Adobe Flash Player version 11.2.202.297
| Your system: Linux 64-bit, Firefox | 4.3 KB

| .rpm for other Linux
|
| Adobe Flash Player version 11.2.202.297
| Your system: Linux 64-bit, Firefox | 6.88 MB

$ rpm -q flash-plugin
flash-plugin-11.2.202.297-release.x86_64

$ yum list flash-plugin
Loaded plugins: langpacks, refresh-packagekit
Installed Packages
flash-plugin.x86_64   11.2.202.297-release   @adobe-linux-x86_64

-- 
Fedora release 19 (Schrödinger’s Cat) - Linux 3.9.9-301.fc19.x86_64
loadavg: 0.05 0.03 0.05
-- 
test mailing list
test@lists.fedoraproject.org
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test

Re: Youtube, not all songs-videos can be played, F19_64

2013-07-12 Thread Richard Vickery
On Jul 12, 2013 4:15 PM, Michael Schwendt mschwe...@gmail.com wrote:

 On Fri, 12 Jul 2013 12:35:32 -0400 (EDT), Joerg Lechner wrote:

  Hi
  in that file, that Adobe classifies as Yum there seems Adobe presents
an older Flash Plugin version. The version classified by Adobe as rpm is
-as I have seen- the newest and with Firefox working version.
  Kind Regards and thanks for advice and help

 Why didn't you quote any version numbers or show command-line queries?
 What version difference have you noticed where? Details, please.


 http://get.adobe.com/flashplayer/

 | YUM for Linux (YUM)
 |
 | Adobe Flash Player version 11.2.202.297
 | Your system: Linux 64-bit, Firefox | 4.3 KB

 | .rpm for other Linux
 |
 | Adobe Flash Player version 11.2.202.297
 | Your system: Linux 64-bit, Firefox | 6.88 MB

 $ rpm -q flash-plugin
 flash-plugin-11.2.202.297-release.x86_64

 $ yum list flash-plugin
 Loaded plugins: langpacks, refresh-packagekit
 Installed Packages
 flash-plugin.x86_64   11.2.202.297-release
@adobe-linux-x86_64

 --
 Fedora release 19 (Schrödinger’s Cat) - Linux 3.9.9-301.fc19.x86_64
 loadavg: 0.05 0.03 0.05
 --
 test mailing list
 test@lists.fedoraproject.org
 To unsubscribe:
 https://admin.fedoraproject.org/mailman/listinfo/test

I am yum installing the release.x86_64 package rather than the yum package.
Will there any problem with this?
-- 
test mailing list
test@lists.fedoraproject.org
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test

Re: Youtube, not all songs-videos can be played, F19_64

2013-07-12 Thread Joerg Lechner
Hi Michael,
I installed the Flash Player via the Adobe Home Page  
http://get.adobe.com/de/flashplayer/;. First I tried the link Yum for Linux 
(I know Yum, Yum Extender from Fedora), there is the version number 
http://linuxdownload.adobe.com/adobe-release/adobe-release-x86_64-1.0-1.noarch.rpm;
 serviced, which does not work for Firefox/F19 correctly, not all Youtube files 
can be played, my error that I didn't give a detailed test description. The 
next try was RPM fuer andere Linux Distributionen. There one gets the version 
http://fpdownload.macromedia.com/get/flashplayer/pdc/11.2.202.297/flash-plugin-11.2.202.297-release.x86_64.rpm;.
 This Version runs in my F19_64 configuration (Firefox/F19_64)
The differencies I have noticed is that Youtrube files i.e, where there is a 
signor trade mark like vesa on it, I could not play with x86_64-1.0-1, 
but I can these Videos play with 11.2.202.297-release.x86_64. I didn't install 
via command line, I installed simply clicking on the downloaded file and had 
rpm doing this work.
Kind Regards

 

 

 

-Ursprüngliche Mitteilung- 
Von: Michael Schwendt mschwe...@gmail.com
An: test test@lists.fedoraproject.org
Verschickt: Sa, 13 Jul 2013 1:15 am
Betreff: Re: Youtube, not all songs-videos can be played, F19_64


On Fri, 12 Jul 2013 12:35:32 -0400 (EDT), Joerg Lechner wrote:

 Hi
 in that file, that Adobe classifies as Yum there seems Adobe presents an 
older Flash Plugin version. The version classified by Adobe as rpm is -as I 
have seen- the newest and with Firefox working version.
 Kind Regards and thanks for advice and help 

Why didn't you quote any version numbers or show command-line queries?
What version difference have you noticed where? Details, please.


http://get.adobe.com/flashplayer/

| YUM for Linux (YUM)
| 
| Adobe Flash Player version 11.2.202.297
| Your system: Linux 64-bit, Firefox | 4.3 KB

| .rpm for other Linux
|
| Adobe Flash Player version 11.2.202.297
| Your system: Linux 64-bit, Firefox | 6.88 MB

$ rpm -q flash-plugin
flash-plugin-11.2.202.297-release.x86_64

$ yum list flash-plugin
Loaded plugins: langpacks, refresh-packagekit
Installed Packages
flash-plugin.x86_64   11.2.202.297-release   @adobe-linux-x86_64

-- 
Fedora release 19 (Schrödinger’s Cat) - Linux 3.9.9-301.fc19.x86_64
loadavg: 0.05 0.03 0.05
-- 
test mailing list
test@lists.fedoraproject.org
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test

 
-- 
test mailing list
test@lists.fedoraproject.org
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test

Re: Youtube, not all songs-videos can be played, F19_64

2013-07-12 Thread Richard Vickery
On Fri, Jul 12, 2013 at 8:13 PM, Joerg Lechner julech...@aol.com wrote:
 Hi Michael,
 I installed the Flash Player via the Adobe Home Page 
 http://get.adobe.com/de/flashplayer/;. First I tried the link Yum for
 Linux (I know Yum, Yum Extender from Fedora), there is the version number
 http://linuxdownload.adobe.com/adobe-release/adobe-release-x86_64-1.0-1.noarch.rpm;
 serviced, which does not work for Firefox/F19 correctly, not all Youtube
 files can be played, my error that I didn't give a detailed test
 description. The next try was RPM fuer andere Linux Distributionen. There
 one gets the version
 http://fpdownload.macromedia.com/get/flashplayer/pdc/11.2.202.297/flash-plugin-11.2.202.297-release.x86_64.rpm;.
 This Version runs in my F19_64 configuration (Firefox/F19_64)
 The differencies I have noticed is that Youtrube files i.e, where there is a
 signor trade mark like vesa on it, I could not play with x86_64-1.0-1,
 but I can these Videos play with 11.2.202.297-release.x86_64. I didn't
 install via command line, I installed simply clicking on the downloaded file
 and had rpm doing this work.
 Kind Regards



 -Ursprüngliche Mitteilung-
 Von: Michael Schwendt mschwe...@gmail.com
 An: test test@lists.fedoraproject.org
 Verschickt: Sa, 13 Jul 2013 1:15 am

 Betreff: Re: Youtube, not all songs-videos can be played, F19_64

 On Fri, 12 Jul 2013 12:35:32 -0400 (EDT), Joerg Lechner wrote:

 Hi
 in that file, that Adobe classifies as Yum there seems Adobe presents an
 older Flash Plugin version. The version classified by Adobe as rpm is -as
 I
 have seen- the newest and with Firefox working version.
 Kind Regards and thanks for advice and help

 Why didn't you quote any version numbers or show command-line queries?
 What version difference have you noticed where? Details, please.


 http://get.adobe.com/flashplayer/

 | YUM for Linux (YUM)
 |
 | Adobe Flash Player version 11.2.202.297
 | Your system: Linux 64-bit, Firefox | 4.3 KB

 | .rpm for other Linux
 |
 | Adobe Flash Player version 11.2.202.297
 | Your system: Linux 64-bit, Firefox | 6.88 MB

 $ rpm -q flash-plugin
 flash-plugin-11.2.202.297-release.x86_64

 $ yum list flash-plugin
 Loaded plugins: langpacks, refresh-packagekit
 Installed Packages
 flash-plugin.x86_64   11.2.202.297-release
 @adobe-linux-x86_64


Mr Lechner,

This Flash thing is AWESOME!!! I always thought that it had something
to do with gnash, so I made sure I had the latter installed, and it
still never worked - yet now that I have flash installed, it does.
Thank you.

Richard
-- 
test mailing list
test@lists.fedoraproject.org
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test