Login
Username:

Password:

Remember me



Lost Password?

Register now!

Sections

Who's Online
32 user(s) are online (21 user(s) are browsing Forums)

Members: 1
Guests: 31

SinanSam460, more...

Headlines

Forum Index


Board index » All Posts (MickJT)




Re: Trouble building GCC 11 cross-compiler on Ubuntu
Quite a regular
Quite a regular


I've seen this before and can confirm this is caused by lhasa not being able to extract the .lha files properly when there are empty directories. As a side note, some files that used to be in base.lha are now in execsg_sdk .lha, in case anyone reading this couldn't find some files.

Here's some links about it.

https://forum.hyperion-entertainment.com/viewtopic.php?t=4767
https://github.com/fragglet/lhasa/issues/31
https://github.com/fragglet/lhasa/issues/37
https://github.com/sba1/adtools/issues/112 (1st comment)
https://github.com/sba1/adtools/pull/131
https://github.com/sba1/adtools/pull/133


Edited by MickJT on 2023/9/15 7:58:33
Go to top


Re: YT.rexx results in stuttering video
Quite a regular
Quite a regular


Problem solved. There were 2 issues, but only 1 might be affecting other people. For anyone experiencing the same thing, change the stack size at the top of the script from 250000 to 500000, then before the next run, delete the YT directory in T: so it doesn't load bad cached information.

Go to top


Re: YT stopped working with Odyssey
Quite a regular
Quite a regular


Apparently some version of makedir doesn't like trailing slashes. Find MakeDir T:YT/ and remove the slash.

There might also be an issue with slow speeds causing the video to pause/stutter for some people. It isn't happening to me though. If that happens to you, send me a private message with a link to at least the debug log file (preferably all the files generated). There's a thread about that here: https://www.amigans.net/modules/newbb/viewtopic.php?topic_id=9286

Go to top


Re: YT.rexx results in stuttering video
Quite a regular
Quite a regular


@geennaam

I sent you a private message if you want to investigate further.

Go to top


Re: YT.rexx results in stuttering video
Quite a regular
Quite a regular


Perhaps they've changed something and throttling is happening. I'll take a look soon.

Edit: Seems ok here at the moment. Are you using the latest version?


Edited by MickJT on 2023/8/5 17:24:50
Go to top


Re: mplayer-mickjt
Quite a regular
Quite a regular


So yeah, what samo79 said basically.

But if you've got RadeonRX, please check https://www.amigans.net/modules/newbb/ ... id=126406#forumpost126406

I don't think mplayer supports SDL2, so someone would have to write that, unless I'm wrong.

Go to top


Re: MPlayer - Add hardware acceleration?
Quite a regular
Quite a regular


@VooDoo

As LiveForIt said and the forum post I linked earlier, the binary needs to be edited to look for RadeonRX (rather than RadeonHD.chip) since it's doing a string check. Fortunately it's simple. If you manually specify an unsupported video output driver, if I remember correctly, it doesn't fall back, so it'll just spit out errors and not open a video window.

Go to top


Re: MPlayer - Add hardware acceleration?
Quite a regular
Quite a regular


See https://www.amigans.net/modules/newbb/ ... id=126406#forumpost126406 for getting RadeonRX to be recognized.

I'm no coder (AREXX notwithstanding). I certainly can't add any features, so I can't help with anything like hardware acceleration.

I do notice there's an MPlayer 1.5 now. A while ago I applied the Amiga modifications to MPlayer 1.4 but didn't end up releasing it (small tweaks I procrastinated over and never got around to doing). I gotta look at 1.5 sometime.

Also there's been work by Futaura on getting libcurl to use AmiSSL. So hopefully I can make the binaries smaller by studying that and implementing similar changes in ffmpeg, if they're not too difficult.

I can't give any timeframes. I'm preoccupied with other things! If someone wants my work in progress MPlayer 1.4 sources, let me know. Keep in mind this is 1.4 according to the official MPlayer version number.


Edited by MickJT on 2022/8/12 16:15:41
Go to top


Re: What the fastest possible x64 emulation way of OS4 today ?
Quite a regular
Quite a regular


You can use UAEGFX. No need for PicassoIV. Just make a clone of DEVS:Monitors/PicassoIV(.info) as UAEGFX then change the tooltype to BOARDTYPE=uaegfx

Then set the RTG board to UAE Zorro III

And don't forget NORAMPAGER option for C:BootLoader if you want to increase RAM.

And uaehf.device & uaenet.device works.

I do notice that sometimes my particular setup can freeze, but I haven't bothered tracking down the cause yet.

Go to top


Re: YouTube playback stuttering problem, due to very slow streaming, help!
Quite a regular
Quite a regular


Without getting into specifics, it's something YouTube did, and I know how to solve it. Should have something ready this week.

Go to top


Re: mplayer and VA.library
Quite a regular
Quite a regular


At the moment a hex editor can probably be used to modify RadeonHD to RadeonRX in mplayer to get it working with comp_yuv2. The name is hardcoded (check this post).

Go to top


Re: Newer SSL certs on Timberwolf?
Quite a regular
Quite a regular


@Paul

Fresh install of Timberwolf? I vaguely remember that the archive on OS4Depot had some missing files.

/me googles

https://www.amigans.net/modules/xforum ... php?topic_id=6123&forum=3

http://bugs.os4depot.net/?function=viewissue&issueid=851

Go to top


Re: atheros wlan device is working
Quite a regular
Quite a regular


Good news

Go to top


Re: Odyssey's MediaPlayer thread
Quite a regular
Quite a regular


@Hans

Quote:
IIRC, nobody has implemented composited video in the old atiradeon.chip driver. So, an overlay fallback might still be worth writing for the old cards.


I have a Radeon 9250 (don't know if SE). What is the difference between the Workbench compositing, vo_comp option of mplayer, or the compositing mode in the OS4 SDL2 port, which all work with these cards, compared to the composited video you're referring to?

Go to top


Re: Odyssey 1.23 progress
Quite a regular
Quite a regular


@kas1e

Does Odyssey support WebP (can't check right this second)? YouTube does sometimes send WebP thumbnails over a .jpg extension.

Go to top


Re: Odyssey 1.23 progress
Quite a regular
Quite a regular


@asymetrix

Pretty sure it doesn't work that way. The only difference would be that GCC 8 would compile things a bit faster, if it had itself been compiled with GCC 8 with optimizations on, but the resulting binaries it produces should be exactly the same.

There is this though: https://www.amigans.net/modules/xforum ... hp?topic_id=7957&forum=25

But I suspect kas1e has LTO enabled already.

Go to top


Re: Odyssey 1.23 progress
Quite a regular
Quite a regular


@kas1e

Quote:
But newer versions of Curl are harder because it need our-custom-threading-resolver implementation as i have in 7.28.1 , so it need some work for sure.


You sent me the code for that years ago, and I've been using it in my ports. Is it not working correctly or was there an update to that code?

Your GitHub repo still has the older crypto/ssl/curl libs (at the time of this post).


Edited by MickJT on 2020/3/3 3:48:12
Go to top


Re: Odyssey 1.23 progress
Quite a regular
Quite a regular


@kas1e

While it's not a straight ./configure && make, I didn't do anything specific for Odyssey, but just some tweaks to get it to compile on OS4. There's a document openssl-os4-howto.txt in the Documentation/ directory with notes on how to compile it.

At the time I built 1.0.1q for you, there was already a 1.0.2 series, but 1.0.2 couldn't connect to some sites while the latest in the 1.0.1 series connected to most, and if I remember correctly, some sites were moving away from an old cipher. I can see in the readme on OS4Depot that I was already building the 1.0.2 series at that time.

The 1.1.0/1.1.1 series has some API changes, but I suspect if you can tweak Odyssey to work with it, it'd be able to connect to more sites, although that doesn't help in the JS/HTML/CSS department.


Go to top


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


@daveyw

Regarding ffprobe, can it do something that ffmpeg can't do if running ffmpeg -i <input> to see what type of file something is?

Edit: Grammar.



Edited by MickJT on 2020/1/6 3:12:27
Go to top


Re: Can lha pack files with spaces ?
Quite a regular
Quite a regular


Dopus4 uses XAD in some situations. Definitely when double-clicking. Maybe when clicking the Extract button too? Can't remember off the top of my head. Of course, it also matters what settings you have.

Edit: Just had a quick look. Default settings for Dopus4 are to use XAD for the Extract button. Doesn't seem to be any default for Click-M-Click (at least not after deleting DirectoryOpus.CFG).

Edit 2: Mine is set up to use "xadUnFile" to extract lha. I didn't manually configure it that way, so it must be a default somewhere (just not after removing the .CFG).

Edit 3: OK, after deleting the .CFG, it is xadUnFile for click-m-click for lha (under ARC class) but for some reason it isn't working until I put my old .CFG back.... which has the same settings. Weird. Can't even drag files from left to right sections to copy them, not that I usually use that method anyway. Hmm.

Edit 4: I discovered a bug in Dopus4 4.18.44. If you delete the .cfg, the "Default" filetype is the command "Co" for Click-M-Click and "SmartRe" for LMB Double-click instead of "Copy" and "SmartRead", and the default class has MatchName with no pattern to match, instead of a #? pattern.


Edited by MickJT on 2019/12/23 15:06:15
Edited by MickJT on 2019/12/23 15:09:30
Edited by MickJT on 2019/12/23 15:17:00
Edited by MickJT on 2019/12/23 15:26:55
Edited by MickJT on 2019/12/23 15:42:24
Edited by MickJT on 2019/12/23 15:44:38
Go to top



TopTop
(1) 2 3 4 ... 46 »




Powered by XOOPS 2.0 © 2001-2023 The XOOPS Project