LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 12-02-2019, 01:30 PM   #1
SpacePlod
Member
 
Registered: Jan 2014
Distribution: Slackware
Posts: 109

Rep: Reputation: Disabled
Adobe Connect (FlashPlayer / -Current)


I need to be able to host a meeting using Adobe Connect (no choice there - it's the only allowed resource). There is no Linux application available, but the Adobe website indicates that Linux is supported through the browser. When I connect and log in I'm told I need flashplayer 11.2. I've tried various plugins from SBo (flashplayer-plugin, pepper flash, etc.). But without any luck (also tried using Seamonkey, Chrome, firefox, etc.).

I've tried using the package here: https://slackware.pkgs.org/14.2/joha...-1jsc.txz.html

but no joy with that either.

Any pointers on getting Connect working on -current?

Thanks,
 
Old 12-02-2019, 02:09 PM   #2
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,090

Rep: Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173
I'm on slackware64-current, I've installed freshplayerplugin from SBo and all of its dependencies (I suppose with just flashplayer-plugin should have been the same), went here with firefox to test it and seems it went fine.
Attached Thumbnails
Click image for larger version

Name:	screen.png
Views:	88
Size:	31.3 KB
ID:	32029  

Last edited by ponce; 12-02-2019 at 02:11 PM.
 
Old 12-03-2019, 07:10 AM   #3
SpacePlod
Member
 
Registered: Jan 2014
Distribution: Slackware
Posts: 109

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by ponce View Post
I'm on slackware64-current, I've installed freshplayerplugin from SBo and all of its dependencies (I suppose with just flashplayer-plugin should have been the same), went here with firefox to test it and seems it went fine.
Never heard of freshplayerplugin. That worked fine for Firefox. Many thanks.
 
Old 03-03-2020, 07:17 AM   #4
gsr
LQ Newbie
 
Registered: Mar 2020
Posts: 6

Rep: Reputation: Disabled
I'm on Arch, i have flashplugin, pepper-flash, freshplayerplugin, firefox, chromium and google-chrome and I can't get it to work on any browsers

If I open the meeting I have a page who ask me to wait and if I want to open the meeting in a page or in the application (indefinitely). If i click on open in a page i got a "meeting preparation" with a loading bar who stops at almost the end, and that's all, no meetings. And it's the same on all browsers. Flash player is authorized for the page.

I don't understand what you did

I have that in my system :
/home/user/.config/google-chrome/PepperFlash/32.0.0.330/libpepflashplayer.so
/usr/lib/PepperFlash/libpepflashplayer.so

The building errors :
CMake Warning (dev) at CMakeLists.txt:74 (set):
implicitly converting 'BOOLEAN' to 'STRING' type.
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at src/CMakeLists.txt:1 (set):
implicitly converting 'BOOLEAN' to 'STRING' type.
This warning is for project developers. Use -Wno-dev to suppress it.

cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++

cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++

cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++

cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++
In function ‘parson_strndup’,
inlined from ‘parson_strdup’ at /var/tmp/pamac-build-user/freshplayerplugin/src/freshplayerplugin-0.3.11/3rdparty/parson/parson.c:149:12,
inlined from ‘json_object_add’ at /var/tmp/pamac-build-user/freshplayerplugin/src/freshplayerplugin-0.3.11/3rdparty/parson/parson.c:269:28:
/var/tmp/pamac-build-user/freshplayerplugin/src/freshplayerplugin-0.3.11/3rdparty/parson/parson.c:144:5: warning: ‘strncpy’ output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation]
144 | strncpy(output_string, string, n);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/tmp/pamac-build-user/freshplayerplugin/src/freshplayerplugin-0.3.11/3rdparty/parson/parson.c: In function ‘json_object_add’:
/var/tmp/pamac-build-user/freshplayerplugin/src/freshplayerplugin-0.3.11/3rdparty/parson/parson.c:149:12: note: length computed here
149 | return parson_strndup(string, strlen(string));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

In function ‘parson_strndup’,
inlined from ‘parson_strdup’ at /var/tmp/pamac-build-user/freshplayerplugin/src/freshplayerplugin-0.3.11/3rdparty/parson/parson.c:149:12,
inlined from ‘json_value_init_string’ at /var/tmp/pamac-build-user/freshplayerplugin/src/freshplayerplugin-0.3.11/3rdparty/parson/parson.c:985:12:

/var/tmp/pamac-build-user/freshplayerplugin/src/freshplayerplugin-0.3.11/3rdparty/parson/parson.c:144:5: warning: ‘strncpy’ output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation]
144 | strncpy(output_string, string, n);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

/var/tmp/pamac-build-user/freshplayerplugin/src/freshplayerplugin-0.3.11/3rdparty/parson/parson.c: In function ‘json_value_init_string’:
/var/tmp/pamac-build-user/freshplayerplugin/src/freshplayerplugin-0.3.11/3rdparty/parson/parson.c:149:12: note: length computed here
149 | return parson_strndup(string, strlen(string));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++

In function ‘parson_strndup’,
inlined from ‘parson_strdup’ at /var/tmp/pamac-build-user/freshplayerplugin/src/freshplayerplugin-0.3.11/3rdparty/parson/parson.c:149:12,
inlined from ‘json_parse_string_with_comments’ at /var/tmp/pamac-build-user/freshplayerplugin/src/freshplayerplugin-0.3.11/3rdparty/parson/parson.c:798:27:
/var/tmp/pamac-build-user/freshplayerplugin/src/freshplayerplugin-0.3.11/3rdparty/parson/parson.c:144:5: warning: ‘strncpy’ output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation]
144 | strncpy(output_string, string, n);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/tmp/pamac-build-user/freshplayerplugin/src/freshplayerplugin-0.3.11/3rdparty/parson/parson.c: In function ‘json_parse_string_with_comments’:
/var/tmp/pamac-build-user/freshplayerplugin/src/freshplayerplugin-0.3.11/3rdparty/parson/parson.c:149:12: note: length computed here
149 | return parson_strndup(string, strlen(string));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++
In function ‘parson_strndup’,
inlined from ‘parson_strdup’ at /var/tmp/pamac-build-user/freshplayerplugin/src/freshplayerplugin-0.3.11/3rdparty/parson/parson.c:149:12,
inlined from ‘json_value_deep_copy’ at /var/tmp/pamac-build-user/freshplayerplugin/src/freshplayerplugin-0.3.11/3rdparty/parson/parson.c:1075:32:
/var/tmp/pamac-build-user/freshplayerplugin/src/freshplayerplugin-0.3.11/3rdparty/parson/parson.c:144:5: warning: ‘strncpy’ output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation]
144 | strncpy(output_string, string, n);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/tmp/pamac-build-user/freshplayerplugin/src/freshplayerplugin-0.3.11/3rdparty/parson/parson.c: In function ‘json_value_deep_copy’:
/var/tmp/pamac-build-user/freshplayerplugin/src/freshplayerplugin-0.3.11/3rdparty/parson/parson.c:149:12: note: length computed here
149 | return parson_strndup(string, strlen(string));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++

cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++

cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++

cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++

cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++

cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++

cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++

cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++

cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++

cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++

cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++

cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++

cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++

cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++

cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++

cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++

cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++

cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++

cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++

cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++

cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++

cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++

cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++


cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++
cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++

cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++

cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++

cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++

cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++

cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++

cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++

cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++

cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++

cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++

cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++

cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++

cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++

In file included from /var/tmp/pamac-build-user/freshplayerplugin/src/freshplayerplugin-0.3.11/src/audio_thread_alsa.c:32:
/usr/include/asoundlib.h:1:2: warning: #warning This header is deprecated, use <alsa/asoundlib.h> instead. [-Wcpp]
1 | #warning This header is deprecated, use <alsa/asoundlib.h> instead.
| ^~~~~~~

/var/tmp/pamac-build-user/freshplayerplugin/src/freshplayerplugin-0.3.11/src/ppb_flash_font_file.c: In function ‘ppb_flash_font_file_create’:
/var/tmp/pamac-build-user/freshplayerplugin/src/freshplayerplugin-0.3.11/src/ppb_flash_font_file.c:70:5: warning: ‘pango_fc_font_lock_face’ is deprecated: Use 'pango_font_get_hb_font' instead [-Wdeprecated-declarations]
70 | fff->ft_face = pango_fc_font_lock_face(PANGO_FC_FONT(fff->font));
| ^~~
In file included from /usr/include/pango-1.0/pango/pangoft2.h:32,
from /var/tmp/pamac-build-user/freshplayerplugin/src/freshplayerplugin-0.3.11/src/ppb_flash_font_file.c:35:
/usr/include/pango-1.0/pango/pangofc-font.h:99:12: note: declared here
99 | FT_Face pango_fc_font_lock_face (PangoFcFont *font);
| ^~~~~~~~~~~~~~~~~~~~~~~
/var/tmp/pamac-build-user/freshplayerplugin/src/freshplayerplugin-0.3.11/src/ppb_flash_font_file.c: In function ‘ppb_flash_font_file_destroy’:
/var/tmp/pamac-build-user/freshplayerplugin/src/freshplayerplugin-0.3.11/src/ppb_flash_font_file.c:82:5: warning: ‘pango_fc_font_unlock_face’ is deprecated: Use 'pango_font_get_hb_font' instead [-Wdeprecated-declarations]
82 | pango_fc_font_unlock_face(PANGO_FC_FONT(fff->font));
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/pango-1.0/pango/pangoft2.h:32,
from /var/tmp/pamac-build-user/freshplayerplugin/src/freshplayerplugin-0.3.11/src/ppb_flash_font_file.c:35:
/usr/include/pango-1.0/pango/pangofc-font.h:101:12: note: declared here
101 | void pango_fc_font_unlock_face (PangoFcFont *font);
| ^~~~~~~~~~~~~~~~~~~~~~~~~

cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++

/var/tmp/pamac-build-user/freshplayerplugin/src/freshplayerplugin-0.3.11/src/ppb_video_decoder.c:124:12: warning: ‘vaapi_context’ is deprecated [-Wdeprecated-declarations]
124 | struct vaapi_context va_context;
| ^~~~~~~~~~~~~
In file included from /var/tmp/pamac-build-user/freshplayerplugin/src/freshplayerplugin-0.3.11/src/ppb_video_decoder.c:45:
/usr/include/libavcodec/vaapi.h:56:29: note: declared here
56 | struct attribute_deprecated vaapi_context {
| ^~~~~~~~~~~~~
/var/tmp/pamac-build-user/freshplayerplugin/src/freshplayerplugin-0.3.11/src/ppb_video_decoder.c: In function ‘initialize_decoder’:
/var/tmp/pamac-build-user/freshplayerplugin/src/freshplayerplugin-0.3.11/src/ppb_video_decoder.c:639:5: warning: ‘refcounted_frames’ is deprecated [-Wdeprecated-declarations]
639 | vd->avctx->refcounted_frames = 1;
| ^~
In file included from /var/tmp/pamac-build-user/freshplayerplugin/src/freshplayerplugin-0.3.11/src/ppb_video_decoder.c:44:
/usr/include/libavcodec/avcodec.h:2396:9: note: declared here
2396 | int refcounted_frames;
| ^~~~~~~~~~~~~~~~~
/var/tmp/pamac-build-user/freshplayerplugin/src/freshplayerplugin-0.3.11/src/ppb_video_decoder.c: In function ‘issue_frame’:
/var/tmp/pamac-build-user/freshplayerplugin/src/freshplayerplugin-0.3.11/src/ppb_video_decoder.c:792:5: warning: ‘pkt_pts’ is deprecated [-Wdeprecated-declarations]
792 | int32_t bitstream_buffer_id = (int32_t)frame->pkt_pts;
| ^~~~~~~
In file included from /usr/include/libavcodec/avcodec.h:38,
from /var/tmp/pamac-build-user/freshplayerplugin/src/freshplayerplugin-0.3.11/src/ppb_video_decoder.c:44:
/usr/include/libavutil/frame.h:396:13: note: declared here
396 | int64_t pkt_pts;
| ^~~~~~~
/var/tmp/pamac-build-user/freshplayerplugin/src/freshplayerplugin-0.3.11/src/ppb_video_decoder.c: In function ‘decode_frame’:
/var/tmp/pamac-build-user/freshplayerplugin/src/freshplayerplugin-0.3.11/src/ppb_video_decoder.c:876:5: warning: ‘avcodec_decode_video2’ is deprecated [-Wdeprecated-declarations]
876 | int len = avcodec_decode_video2(vd->avctx, vd->avframe, &got_frame, &packet);
| ^~~
In file included from /var/tmp/pamac-build-user/freshplayerplugin/src/freshplayerplugin-0.3.11/src/ppb_video_decoder.c:44:
/usr/include/libavcodec/avcodec.h:4828:5: note: declared here
4828 | int avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture,
| ^~~~~~~~~~~~~~~~~~~~~
/var/tmp/pamac-build-user/freshplayerplugin/src/freshplayerplugin-0.3.11/src/ppb_video_decoder.c: In function ‘constructor_ppb_video_decoder’:
/var/tmp/pamac-build-user/freshplayerplugin/src/freshplayerplugin-0.3.11/src/ppb_video_decoder.c:1198:5: warning: ‘avcodec_register_all’ is deprecated [-Wdeprecated-declarations]
1198 | avcodec_register_all();
| ^~~~~~~~~~~~~~~~~~~~
In file included from /var/tmp/pamac-build-user/freshplayerplugin/src/freshplayerplugin-0.3.11/src/ppb_video_decoder.c:44:
/usr/include/libavcodec/avcodec.h:4159:6: note: declared here
4159 | void avcodec_register_all(void);
| ^~~~~~~~~~~~~~~~~~~~

Last edited by gsr; 03-03-2020 at 10:12 AM.
 
Old 03-03-2020, 11:16 PM   #5
rworkman
Slackware Contributor
 
Registered: Oct 2004
Location: Tuscaloosa, Alabama (USA)
Distribution: Slackware
Posts: 2,559

Rep: Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351
Hello SpacePlod, good to see you around still :-) Nothing else to add - just saying hello!
 
Old 03-04-2020, 12:32 PM   #6
SpacePlod
Member
 
Registered: Jan 2014
Distribution: Slackware
Posts: 109

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by rworkman View Post
Hello SpacePlod, good to see you around still :-) Nothing else to add - just saying hello!
Hello Robby! I'm still here trying to wrap my brain around this stuff...And let's just say I'm certainly glad YOU'RE still around!
 
1 members found this post helpful.
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
How install adobe flashplayer from adobe .tar.gz? lugoteehalt Debian 3 01-15-2013 05:22 AM
Adobe FlashPlayer & Firefox gomi_no_sempai Ubuntu 6 04-25-2009 06:46 AM
Adobe 64 bit flashplayer install on Suse 11.1 Firefox, short version. brianpbarnes Linux - Software 1 03-12-2009 02:33 PM
Adobe FlashPlayer Security Query BruisedQuasar07 Linux - Software 2 07-07-2008 05:58 PM
2008 One Adobe Flashplayer no audio axistomp Mandriva 5 12-14-2007 08:05 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 09:07 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration