Re: [OpenIndiana-discuss] a MP4 media player which works on openindiana ?

2021-10-21 Thread Mario Marietto
thanks to everyone. I've installed

root@openindiana:~# pkg set-publisher -p
https://pkg.openindiana.org/hipster-encumbered/ --search-after
openindiana.org --non-sticky hipster-encumbered
pkg set-publisher:
  Updated publisher(s): hipster-encumbered

root@openindiana:~# pkg install library/audio/gstreamer1/plugin/bad
   Packages to install:  6
   Create boot environment: No
Create backup boot environment: No

DOWNLOADPKGS FILESXFER (MB)
SPEED
Completed6/6   559/55923.7/23.7
 4.3M/s

PHASE  ITEMS
Installing new actions   783/783
Updating package state database Done
Updating package cache   0/0
Updating image stateDone
Creating fast lookup database   Done

root@openindiana:~# pkg install library/audio/gstreamer1/plugin/ugly
   Packages to install:  2
   Create boot environment: No
Create backup boot environment: No

DOWNLOADPKGS FILESXFER (MB)
SPEED
Completed2/2 83/83  2.2/2.2
 2.0M/s

PHASE  ITEMS
Installing new actions   127/127
Updating package state database Done
Updating package cache   0/0
Updating image stateDone
Creating fast lookup database   Done

root@openindiana:~# pkg install library/audio/gstreamer1/plugin/libav
   Packages to install:  1
   Create boot environment: No
Create backup boot environment: No

DOWNLOADPKGS FILESXFER (MB)
SPEED
Completed1/1   3/351.6/51.6
 4.2M/s

PHASE  ITEMS
Installing new actions 22/22
Updating package state database Done
Updating package cache   0/0
Updating image stateDone
Creating fast lookup database   Done

root@openindiana:~# pkg install library/audio/gstreamer/plugin/ffmpeg
   Packages to install:  1
   Create boot environment: No
Create backup boot environment: No

DOWNLOADPKGS FILESXFER (MB)
SPEED
Completed1/1   7/722.8/22.8
 4.2M/s

PHASE  ITEMS
Installing new actions 27/27
Updating package state database Done
Updating package cache   0/0
Updating image stateDone
Creating fast lookup database   Done

root@openindiana:~# pkg install library/video/x265
No updates necessary for this image.

but vlc 3.16 still does not play my mp4 well at all. Do you know what can
be missed ?

Il giorno ven 22 ott 2021 alle ore 01:01 Tim Mooney via openindiana-discuss
 ha scritto:

> In regard to: [OpenIndiana-discuss] a MP4 media player which works on...:
>
> > Hello. I've downloaded an mp4 file from the internet and I'm trying to
> play
> > it on openindiana. I tried several players,but none of them worked. For
> > example, Totem says : "MPEG-4 AAC decoder plugin is not installed" and it
> > won't work. VLC is able to open it but it is not able to play it well at
> > all. Rhythmbox is not able to open it at all. Maybe mplayer,but I don't
> > know how to install it. Can someone suggest to me what to do ? thanks.
>
> What's included in the main OpenIndiana software repository (repo) is
> software that can be installed legally by (almost) anyone.  Not every
> last bit is open source, but most people can legally install the
> compiled software.
>
> There's a separate repository for software that may have licensing
> restrictions that prevents it from being used in certain countries, for
> certain purposes, etc.  This repo has more "use at your own risk, be
> sure you know the legal ramifications, etc." software.  That happens
> to apply to a lot of media encoder/decoder (codecs), including ones
> that are needed for formats like mp3, mp4, etc.
>
> I recommend you add that repository (it's a "publisher" in pkg-speak):
>
>   sudo pkg set-publisher \
> -p https://pkg.openindiana.org/hipster-encumbered/  \
> --search-after openindiana.org \
> --non-sticky \
> hipster-encumbered
>
> >From there, you can search and install additional components that may
> improve your media experience.
>
> In particular
>
> library/audio/gstreamer1/plugin/bad
> library/audio/gstreamer1/plugin/ugly
> library/audio/gstreamer1/plugin/libav
>
> May have stuff that helps anything using gstreamer.
>
> I have other codec-related packages installed from hipster-encumbered too.
>
> See:
>
>   

Re: [OpenIndiana-discuss] a MP4 media player which works on openindiana ?

2021-10-21 Thread Mehmet Erol Sanliturk
On Fri, Oct 22, 2021 at 1:38 AM Mario Marietto 
wrote:

> Hello. I've downloaded an mp4 file from the internet and I'm trying to play
> it on openindiana. I tried several players,but none of them worked. For
> example, Totem says : "MPEG-4 AAC decoder plugin is not installed" and it
> won't work. VLC is able to open it but it is not able to play it well at
> all. Rhythmbox is not able to open it at all. Maybe mplayer,but I don't
> know how to install it. Can someone suggest to me what to do ? thanks.
>
> --
> Mario.
> ___
> openindiana-discuss mailing list
> openindiana-discuss@openindiana.org
> https://openindiana.org/mailman/listinfo/openindiana-discuss



Please search the following phrase in Google :

openindiana ffmpeg


Perhaps  FFmpeg may be useful for you .

With my best wishes for all .

Mehmet Erol Sanliturk
___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] a MP4 media player which works on openindiana ?

2021-10-21 Thread Tim Mooney via openindiana-discuss

In regard to: [OpenIndiana-discuss] a MP4 media player which works on...:


Hello. I've downloaded an mp4 file from the internet and I'm trying to play
it on openindiana. I tried several players,but none of them worked. For
example, Totem says : "MPEG-4 AAC decoder plugin is not installed" and it
won't work. VLC is able to open it but it is not able to play it well at
all. Rhythmbox is not able to open it at all. Maybe mplayer,but I don't
know how to install it. Can someone suggest to me what to do ? thanks.


What's included in the main OpenIndiana software repository (repo) is
software that can be installed legally by (almost) anyone.  Not every
last bit is open source, but most people can legally install the
compiled software.

There's a separate repository for software that may have licensing
restrictions that prevents it from being used in certain countries, for
certain purposes, etc.  This repo has more "use at your own risk, be
sure you know the legal ramifications, etc." software.  That happens
to apply to a lot of media encoder/decoder (codecs), including ones
that are needed for formats like mp3, mp4, etc.

I recommend you add that repository (it's a "publisher" in pkg-speak):

 sudo pkg set-publisher \
-p https://pkg.openindiana.org/hipster-encumbered/  \
--search-after openindiana.org \
--non-sticky \
hipster-encumbered


From there, you can search and install additional components that may

improve your media experience.

In particular

library/audio/gstreamer1/plugin/bad
library/audio/gstreamer1/plugin/ugly
library/audio/gstreamer1/plugin/libav

May have stuff that helps anything using gstreamer.

I have other codec-related packages installed from hipster-encumbered too.

See:

https://www.openindiana.org/packages/
http://pkg.openindiana.org/hipster-encumbered/en/index.shtml

Tim
--
Tim Mooney tim.moo...@ndsu.edu
Enterprise Computing & Infrastructure /
Division of Information Technology/701-231-1076 (Voice)
North Dakota State University, Fargo, ND 58105-5164

___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss


[OpenIndiana-discuss] a MP4 media player which works on openindiana ?

2021-10-21 Thread Mario Marietto
Hello. I've downloaded an mp4 file from the internet and I'm trying to play
it on openindiana. I tried several players,but none of them worked. For
example, Totem says : "MPEG-4 AAC decoder plugin is not installed" and it
won't work. VLC is able to open it but it is not able to play it well at
all. Rhythmbox is not able to open it at all. Maybe mplayer,but I don't
know how to install it. Can someone suggest to me what to do ? thanks.

-- 
Mario.
___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] USB flash drives

2021-10-21 Thread s...@pandora.be


> Is there a way to fix the USB drive auto mounting issue?

As a workaround you can perhaps try:

   svcs hal rmvolmgr
   svcadm restart hal
   svcadm restart rmvolmgr
   svcs hal rmvolmgr

Both services must be online:

$ svcs hal rmvolmgr
STATE  STIMEFMRI
online 19:28:17 svc:/system/hal:default
online 19:28:22 svc:/system/filesystem/rmvolmgr:default


The underlying problem seems to be that HAL is somehow not always picking up 
hardware changes.

For example when I plugin a HAMA audio USB device, it is not reported by "lshal"

But after a restart of "hal", the "lshal" hama.before and hama.after files 
shows it is :

$ diff hama.before hama.after  
2c2
< Dumping 78 device(s) from the Global Device List:
---
> Dumping 82 device(s) from the Global Device List:
663a664,783
> udi = 
> '/org/freedesktop/Hal/devices/pci_0_0/pci1028_98d_14/device_a/input_3_if3_8'
>   usb.product = 'C-Media USB Audio Device   '  (string)


Regards,
David Stes

___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] USB flash drives

2021-10-21 Thread Bob Friesenhahn

On Thu, 21 Oct 2021, russell wrote:


Good Afternoon

When I insert a USB flash drive, the system detects and reports its presence 
as can be seen from "dmesg"


[ stuff removed ]


Is there a way to fix the USB drive auto mounting issue?


This topic has been a subject of discussion for a few months now and 
it seems a solution has not yet been found. Check the mailing list 
history.  Gary Mills is one person who has spent a lot of time 
investigating the issue.


Bob
--
Bob Friesenhahn
bfrie...@simple.dallas.tx.us, http://www.simplesystems.org/users/bfriesen/
GraphicsMagick Maintainer,http://www.GraphicsMagick.org/
Public Key, http://www.simplesystems.org/users/bfriesen/public-key.txt

___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] VirtulaBox crash at guest startup with QT5

2021-10-21 Thread Carsten Grzemba via openindiana-discuss



Am 21.10.21 09:05 schrieb Stephan Althaus  : 
> 
> On 10/21/21 8:20 AM, Carsten Grzemba via openindiana-discuss wrote:
> >
> > Am 20.10.21 19:26 schrieb Stephan Althaus 
> > : 
> >> Hi Carsten!
> >>
> >> I did a pkg update and i am now on qt 50.1.3.
> >> Via VBox gui i see no problems so far...
> >>
> >> $ pkg list qt5
> >> NAME (PUBLISHER) 
> >> VERSION IFO
> >> library/qt5 (openindiana.org) 
> >> 5.12.10-2020.0.1.3 i--
> >>
> >> Do you have this problem with all your vms?
> >>
> >>
> >> Greetings,
> >> Stephan
> >>
> >> On 10/20/21 11:56 AM, Carsten Grzemba via openindiana-discuss wrote:
>  ::status
> >>> debugging core file of VirtualBoxVM (64-bit) from notebookcg2
> >>> initial argv: /opt/VirtualBox/amd64/VirtualBoxVM --comment Win7 --startvm 
> >>> 36c5217a-535b-4ff0-
> >>> threading model: native threads
> >>> status: process terminated by SIGABRT (Abort), pid=5959 uid=1005 code=-1
>  ::walk thread | ::findstack
> >>> stack pointer for thread 1: 7fffb130
> >>> [ 7fffb130 libc.so.1`_lwp_kill+0xa() ]
> >>> 7fffb160 libc.so.1`raise+0x1e()
> >>> 7fffb1b0 libc.so.1`abort+0x58()
> >>> 7fffb2a0 
> >>> libQt5Core.so.5.12.10`_ZNK14QMessageLogger7warningERK16QLoggingCategoryPKcz()
> >>> 7fffb440 
> >>> libQt5Gui.so.5.12.10`_ZN22QGuiApplicationPrivate25createPlatformIntegrationEv+0x14ad()
> >>> 7fffb460 
> >>> libQt5Gui.so.5.12.10`_ZN22QGuiApplicationPrivate21createEventDispatcherEv+0x3d()
> >>> 7fffb4e0 
> >>> libQt5Core.so.5.12.10`_ZN23QCoreApplicationPrivate4initEv+0xb35()
> >>> 7fffb5e0 
> >>> libQt5Gui.so.5.12.10`_ZN22QGuiApplicationPrivate4initEv+0x1f()
> >>> 7fffb600 
> >>> libQt5Widgets.so.5.12.10`_ZN19QApplicationPrivate4initEv+0x11()
> >>> 7fffb6d0 VirtualBoxVM.so`TrustedMain+0x156()
> >>> 7fffb710 SUPR3HardenedMain+0x12f()
> >>> 7fffb740 _start_crt+0x87()
> >>> 7fffb750 _start+0x18()
> >>>
> >>> root@notebookcg2:~# pkg list virtualbox
> >>> NAME (PUBLISHER) VERSION IFO
> >>> system/virtualbox (openindiana.org) 6.1.22-2020.0.1.2 i--
> >>> root@notebookcg2:~# pkg list qt5
> >>> NAME (PUBLISHER) VERSION IFO
> >>> library/qt5 (openindiana.org) 5.12.10-2020.0.1.3 i--
> >>>
> >>>
> >>>
> >>> Have anyone similar issues?
> >>> 
> >>>
> >>>
> >>
> >> ___
> >> openindiana-discuss mailing list
> >> openindiana-discuss@openindiana.org
> >> https://openindiana.org/mailman/listinfo/openindiana-discuss
> >>
> > On all VM's the same, on startup if the Console Window have to raise.
> > -- 
> > Carsten
> > ___
> > openindiana-discuss mailing list
> > openindiana-discuss@openindiana.org
> > https://openindiana.org/mailman/listinfo/openindiana-discuss
> 
> Hello!
> 
> You could check if it is a QT5 problem, if other packages are affected, too:
> 
> $ pkg search -Hlo pkg.name require:library/qt5
> system/virtualbox
> diagnostic/wireshark
> media/vlc
> 
> i would now check vlc and/or wireshark if they show a window..
> 
> hth
> 
> Stephan
> 

 
In headless mode the VM's work, so it seems the console window is really the 
root cause.
 

Carsten
___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss


[OpenIndiana-discuss] USB flash drives

2021-10-21 Thread russell

Good Afternoon

When I insert a USB flash drive, the system detects and reports its 
presence as can be seen from "dmesg"


Oct 21 13:50:36 tesla usba: [ID 349649 kern.info] USB Flash Disk 
FBF1101121303975
Oct 21 13:50:36 tesla genunix: [ID 936769 kern.info] scsa2usb1 is 
/pci@0,0/pci1022,1483@1,2/pci1b21,1142@0/hub@6/storage@3
Oct 21 13:50:36 tesla genunix: [ID 408114 kern.info] 
/pci@0,0/pci1022,1483@1,2/pci1b21,1142@0/hub@6/storage@3 (scsa2usb1) online
Oct 21 13:50:36 tesla scsi: [ID 583861 kern.info] sd11 at scsa2usb1: 
target 0 lun 0


However the drive is not automatically mounted.

I can manually mount the USB flash drive by using "rmformat -l" to 
identify the device


 3. Logical Node: /dev/rdsk/c7t0d0p0
    Physical Node: 
/pci@0,0/pci1022,1483@1,2/pci1b21,1142@0/hub@6/storage@3/disk@0,0

    Connected Device: USB  Flash Disk   1100
    Device Type: Removable
    Bus: USB
    Size: 1.9 GB
    Label: 
    Access permissions: Medium is not write protected.

I can then use "mount -F pcfs /dev/dsk/c7t0d0p1 ", note 
that the I have to use the none raw device and use drive partition 1 not 
partition 0.


The other thing I find that is that I can get the following and when 
this occurs the usb device is not accessible.


Oct 21 13:03:11 tesla xhci: [ID 902155 kern.info] NOTICE: xhci0: xhci 
stop endpoint command (3)/slot (7) in wrong state: 19
Oct 21 13:03:11 tesla xhci: [ID 617155 kern.info] NOTICE: xhci0: 
endpoint is in state 3
Oct 21 13:03:11 tesla xhci: [ID 902155 kern.info] NOTICE: xhci0: xhci 
stop endpoint command (2)/slot (7) in wrong state: 19
Oct 21 13:03:11 tesla xhci: [ID 617155 kern.info] NOTICE: xhci0: 
endpoint is in state 3
Oct 21 13:03:11 tesla xhci: [ID 902155 kern.info] NOTICE: xhci0: xhci 
stop endpoint command (3)/slot (7) in wrong state: 19
Oct 21 13:03:11 tesla xhci: [ID 617155 kern.info] NOTICE: xhci0: 
endpoint is in state 3


Is there a way to fix the USB drive auto mounting issue?


TIA


Russell


___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] VirtulaBox crash at guest startup n QT5

2021-10-21 Thread Stephan Althaus
On 10/21/21 8:20 AM, Carsten Grzemba via openindiana-discuss wrote:
>
> Am 20.10.21 19:26 schrieb Stephan Althaus  
> : 
>> Hi Carsten!
>>
>> I did a pkg update and i am now on qt 50.1.3.
>> Via VBox gui i see no problems so far...
>>
>> $ pkg list qt5
>> NAME (PUBLISHER) 
>> VERSION IFO
>> library/qt5 (openindiana.org) 
>> 5.12.10-2020.0.1.3 i--
>>
>> Do you have this problem with all your vms?
>>
>>
>> Greetings,
>> Stephan
>>
>> On 10/20/21 11:56 AM, Carsten Grzemba via openindiana-discuss wrote:
 ::status
>>> debugging core file of VirtualBoxVM (64-bit) from notebookcg2
>>> initial argv: /opt/VirtualBox/amd64/VirtualBoxVM --comment Win7 --startvm 
>>> 36c5217a-535b-4ff0-
>>> threading model: native threads
>>> status: process terminated by SIGABRT (Abort), pid=5959 uid=1005 code=-1
 ::walk thread | ::findstack
>>> stack pointer for thread 1: 7fffb130
>>> [ 7fffb130 libc.so.1`_lwp_kill+0xa() ]
>>> 7fffb160 libc.so.1`raise+0x1e()
>>> 7fffb1b0 libc.so.1`abort+0x58()
>>> 7fffb2a0 
>>> libQt5Core.so.5.12.10`_ZNK14QMessageLogger7warningERK16QLoggingCategoryPKcz()
>>> 7fffb440 
>>> libQt5Gui.so.5.12.10`_ZN22QGuiApplicationPrivate25createPlatformIntegrationEv+0x14ad()
>>> 7fffb460 
>>> libQt5Gui.so.5.12.10`_ZN22QGuiApplicationPrivate21createEventDispatcherEv+0x3d()
>>> 7fffb4e0 
>>> libQt5Core.so.5.12.10`_ZN23QCoreApplicationPrivate4initEv+0xb35()
>>> 7fffb5e0 
>>> libQt5Gui.so.5.12.10`_ZN22QGuiApplicationPrivate4initEv+0x1f()
>>> 7fffb600 
>>> libQt5Widgets.so.5.12.10`_ZN19QApplicationPrivate4initEv+0x11()
>>> 7fffb6d0 VirtualBoxVM.so`TrustedMain+0x156()
>>> 7fffb710 SUPR3HardenedMain+0x12f()
>>> 7fffb740 _start_crt+0x87()
>>> 7fffb750 _start+0x18()
>>>
>>> root@notebookcg2:~# pkg list virtualbox
>>> NAME (PUBLISHER) VERSION IFO
>>> system/virtualbox (openindiana.org) 6.1.22-2020.0.1.2 i--
>>> root@notebookcg2:~# pkg list qt5
>>> NAME (PUBLISHER) VERSION IFO
>>> library/qt5 (openindiana.org) 5.12.10-2020.0.1.3 i--
>>>
>>>
>>>
>>> Have anyone similar issues?
>>> 
>>>
>>>
>>
>> ___
>> openindiana-discuss mailing list
>> openindiana-discuss@openindiana.org
>> https://openindiana.org/mailman/listinfo/openindiana-discuss
>>
> On all VM's the same, on startup if the Console Window have to raise.
>  -- 
> Carsten
> ___
> openindiana-discuss mailing list
> openindiana-discuss@openindiana.org
> https://openindiana.org/mailman/listinfo/openindiana-discuss

Hello!

You could check if it is a QT5 problem, if other packages are affected, too:

$ pkg search -Hlo pkg.name require:library/qt5
system/virtualbox
diagnostic/wireshark
media/vlc

i would now check vlc and/or wireshark if they show a window..

hth

Stephan




___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] VirtulaBox crash at guest startup n QT5

2021-10-21 Thread Carsten Grzemba via openindiana-discuss



Am 20.10.21 19:26 schrieb Stephan Althaus  : 
> 
> Hi Carsten!
> 
> I did a pkg update and i am now on qt 50.1.3.
> Via VBox gui i see no problems so far...
> 
> $ pkg list qt5
> NAME (PUBLISHER) 
> VERSION IFO
> library/qt5 (openindiana.org) 
> 5.12.10-2020.0.1.3 i--
> 
> Do you have this problem with all your vms?
> 
> 
> Greetings,
> Stephan
> 
> On 10/20/21 11:56 AM, Carsten Grzemba via openindiana-discuss wrote:
> >> ::status
> > debugging core file of VirtualBoxVM (64-bit) from notebookcg2
> > initial argv: /opt/VirtualBox/amd64/VirtualBoxVM --comment Win7 --startvm 
> > 36c5217a-535b-4ff0-
> > threading model: native threads
> > status: process terminated by SIGABRT (Abort), pid=5959 uid=1005 code=-1
> >> ::walk thread | ::findstack
> > stack pointer for thread 1: 7fffb130
> > [ 7fffb130 libc.so.1`_lwp_kill+0xa() ]
> > 7fffb160 libc.so.1`raise+0x1e()
> > 7fffb1b0 libc.so.1`abort+0x58()
> > 7fffb2a0 
> > libQt5Core.so.5.12.10`_ZNK14QMessageLogger7warningERK16QLoggingCategoryPKcz()
> > 7fffb440 
> > libQt5Gui.so.5.12.10`_ZN22QGuiApplicationPrivate25createPlatformIntegrationEv+0x14ad()
> > 7fffb460 
> > libQt5Gui.so.5.12.10`_ZN22QGuiApplicationPrivate21createEventDispatcherEv+0x3d()
> > 7fffb4e0 
> > libQt5Core.so.5.12.10`_ZN23QCoreApplicationPrivate4initEv+0xb35()
> > 7fffb5e0 
> > libQt5Gui.so.5.12.10`_ZN22QGuiApplicationPrivate4initEv+0x1f()
> > 7fffb600 
> > libQt5Widgets.so.5.12.10`_ZN19QApplicationPrivate4initEv+0x11()
> > 7fffb6d0 VirtualBoxVM.so`TrustedMain+0x156()
> > 7fffb710 SUPR3HardenedMain+0x12f()
> > 7fffb740 _start_crt+0x87()
> > 7fffb750 _start+0x18()
> >
> > root@notebookcg2:~# pkg list virtualbox
> > NAME (PUBLISHER) VERSION IFO
> > system/virtualbox (openindiana.org) 6.1.22-2020.0.1.2 i--
> > root@notebookcg2:~# pkg list qt5
> > NAME (PUBLISHER) VERSION IFO
> > library/qt5 (openindiana.org) 5.12.10-2020.0.1.3 i--
> >
> >
> >
> > Have anyone similar issues?
> > 
> >
> >
> 
> 
> ___
> openindiana-discuss mailing list
> openindiana-discuss@openindiana.org
> https://openindiana.org/mailman/listinfo/openindiana-discuss
> 

On all VM's the same, on startup if the Console Window have to raise.
 -- 
Carsten
___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss