Login
Username:

Password:

Remember me



Lost Password?

Register now!

Sections

Who's Online
64 user(s) are online (50 user(s) are browsing Forums)

Members: 0
Guests: 64

more...

Support us!

Headlines

Forum Index


Board index » All Posts (rjd324)




Re: infinite icons theme pack
Quite a regular
Quite a regular


@DigitalDesigns

Thanks. Are you creating a lighter version of every dark icon that you make?

Go to top


CLIB4 Shared Objects and Shared Library
Quite a regular
Quite a regular


If anyone is interested in declaring a technical preference for CLIB4 distributed programs, you may want to contribute to https://github.com/AmigaLabs/clib4/discussions/212.

Go to top


Re: 2024-Aug/Sept-Gaming Competition- Shmupacabra
Quite a regular
Quite a regular


Okay. Now it makes sense. In your SOBJ you will have a libstdc++.so of a newer version of GCC.

You will need the version 4 GCC libstdc++ in the same directory as where the game binary is. I am surprised thar Huno has not also provided that SO along with the game.

Go to top


Re: AmigaOs4.1 manuals/howto
Quite a regular
Quite a regular


@Walkero

What about a pinned thread here at Amigans named Guides ... or something.

If they link to intuitionbase... I am not sure it matters.

Go to top


Re: 2024-Aug/Sept-Gaming Competition- Shmupacabra
Quite a regular
Quite a regular


@Maijestro

I guess you got anywhere ?

Go to top


Re: How To: Video Streaming (Odyssey / IBrowse)
Quite a regular
Quite a regular


@Maijestro
@All

I have figured out why I am getting these "micro-jerks". Firstly, my ToolTypes are the same as yours.

It is caused by the program trying to resynchronise the video and audio. So, every so often I will notice the following output from Serial (this represents 3 "micro-jerks" about 1 minute apart):

audio threadvideo wait a moment.. a98.359722 v98.560000 new frametimer1110.590565
audio thread
video wait a moment.. a164.118633 v164.320000 new frametimer1176.516773
audio thread
video wait a moment.. a225.558633 v225.760000 new frametimer1238.114158


Or, sometimes it may be something like:
decode threadwait for pause of audio thread
decode thread
wait for pause of audio thread
audio thread
pause
decode thread
seek target101557249
audio thread
: continue
audio threadflush buffers
audio thread
flush done
audio thread
first fill after pause continue
main threaddelay 419.603058...
video threadflush buffers
video thread
flush done


For those that are not witnessing "micro-jerks" - either you never have a synchronisation problem, or, if you do - it is a lack of capturing any serial output that is causing it to not be noticeable.

===

Does the developer of Emotion ever visit this site?

===

EDIT: I have disabled any serial debugging. To make double sure, I have removed the serial cable and just deleted my os4_commandline in the startup environment. Still, I get "micro-jerks". So, either you guys are not seeing any lack of sync', or you are and you are just not as OCD as me and don't notice it as well.

Well, I sent an email. Let's see what happens.


Edited by rjd324 on 2024/9/21 20:10:52
Edited by rjd324 on 2024/9/21 20:31:20
Go to top


DVplayer Skipping AVI file
Quite a regular
Quite a regular


I see that with:
15.Workbench:> version file full dvplayer
DvPlayer 54.9 
(27/01/2022)
20220127.104435

skipping forward with an AVI file results in starting the whole AVI file from the beginning.

File type:
RIFF (little-
endiandataAVI720 x 404, ~24 fpsvideoXviDaudioDolby AC3 (6 channels
48000 Hz)


Is there an A-EON bug site I can report this to?

Go to top


Re: How To: Video Streaming (Odyssey / IBrowse)
Quite a regular
Quite a regular


So far, all of your suggestions work great.

The only thing I do notice is something that is quite nitpciky. So, I have videos that open with Emotion and I have an RX 560 and no matter what the quality of the video, every so often there is a .3 / .5s delay in video - a very slight freeze that is hardly noticeable. I am wondering if anyone else sees this?

I repeat: it is nitpicky.

I also see it in vidoes that are played over my NAS share or even if the videos are copied to a local partition and played.

My version of Emotion is:
Emotion 1.9 (29/12/2020)

I also have Frameskip set to Disabled.
===

This seems to be something specific to Emotion. When I use DVPlayer I do not see this hardly-noticeable freeze.

Has anyone tried opening YouTube (etc) videos directly with DVPlayer?


Edited by rjd324 on 2024/9/20 3:16:36
Edited by rjd324 on 2024/9/20 3:19:59
Go to top


Re: infinite icons theme pack
Quite a regular
Quite a regular


@DigitalDesings
Anyway to grab hold of one of the backgrounds right now? Perhaps with an annoying watermark that would only be removed with purchase? I like the BG.

Go to top


Re: 2024-Aug/Sept-Gaming Competition- Shmupacabra
Quite a regular
Quite a regular


@Maijestro
@HunoPPC
I am interested in this exact error. I am attempting a game port where I have the same error.

Since this is coming from HunoPPC I am surprised to see this error because I was always under the impression that he was using GCC 4 - but this must not be the case for this game.

This error happens due to GCC 8 and above. In that version, different threading methods were created such as "single" and "native". The whole point of building with the flag "athread=native" means that when you finally link your binary file, "gthr-native.o" (I cannot remember exactly the name of the object file) gets linked in and provides the selected threading implementation. This is never an issue with static linking. The issue comes when there is a binary that relies on something that requires those native methods and when they are linked dynamically. There is no such "gthr-native.so" file.

I am wondering if you found a work-around?

Go to top


Re: infinite icons theme pack
Quite a regular
Quite a regular


For anyone wanting to view this with limited browser capability:

http://tellusregio.duckdns.org:32470/ ... eme%20pack%20brochure.png

Go to top


Re: infinite icons theme pack
Quite a regular
Quite a regular


Possible to have something more appropriate instead of MS share point?

Thanks.

===

EDIT: See http://tellusregio.duckdns.org:32470/ ... eme%20pack%20brochure.png


Edited by rjd324 on 2024/9/13 23:34:50
Go to top


Re: 2024-Aug/Sept-Gaming Competition- Shmupacabra
Quite a regular
Quite a regular


@Maijestro

Did you get it working?

Go to top


Re: Discussion point: what is AmigaOS missing? in 1995?
Quite a regular
Quite a regular


This is the most Amigaworld topic that I have come across yet.

Go to top


Re: Porting to AmigaOS4 thread
Quite a regular
Quite a regular


Can you report an issue with a small reproducible at https://github.com/AmigaLabs/adtools/issues.

I thought newlib did have that. But I cannot remember. If it does, you can just call the newlib one ?

Go to top


Re: CMake 3.29 Native (OS4)
Quite a regular
Quite a regular


Might be worth noting that it seems to be appending the same path multiple times.

Go to top


Re: How To: Video Streaming (Odyssey / IBrowse)
Quite a regular
Quite a regular


It seems that way, exactly.

Go to top


Re: How To: Video Streaming (Odyssey / IBrowse)
Quite a regular
Quite a regular


@MickJT

It is fixed, as described later on in the post. The library in Odyssey must match the one in Emotion.

Go to top


Re: How To: Video Streaming (Odyssey / IBrowse)
Quite a regular
Quite a regular


Strange. I follwed the guide.

1. Reboot computer. Directly run:
c:rx PROGRAMS:YT/YT.rexx https://invidious.reallyaweso.me/watch?v=YewNEAIkbG4 silent autoplay


This works.

2. Reboot computer. Open Odyssey and go to "https://aiostreams.amiga-projects.net/invidious/search" and search for the same video. Right click, go to Video (which is the label I gave)

This results in an "IO error" from Emotion.

If I do 1. then 2. then 2. works.

Here are my settings:
https://freeimage.host/i/d82bTS1

===

Why am I getting an "IO Error"?

===

As for the above question directly above... I notice:
https://freeimage.host/i/d83TCzJ

I copied the avformat2.library to the Odyssey/LIBS directory and now it seems to work. The picture shows the situation before I copied the library over.


Edited by rjd324 on 2024/9/7 1:11:52
Go to top


Re: How To: Video Streaming (Odyssey / IBrowse)
Quite a regular
Quite a regular


Thanks. I updated my initial post, linking to the subsequent two posts. If you can keep them up-to-date, that would be grand.

Go to top



TopTop
« 1 2 3 4 (5) 6 7 8 ... 44 »



Polls
Running AmigaOS 4 on?
AmigaOne SE/XE or microA1 12% (26)
Pegasos2 3% (8)
X5000 22% (48)
X1000 14% (30)
A1222 8% (19)
Sam 440/460 18% (40)
Classic PowerPC Amiga 2% (6)
WinUAE emulation 7% (16)
Qemu emulation 9% (21)
Total Votes: 214
The poll closed at 2025/12/1 12:00
6 Comments


Powered by XOOPS 2.0 © 2001-2024 The XOOPS Project