Who's Online |
32 user(s) are online ( 21 user(s) are browsing Forums)
Members: 1
Guests: 31
SinanSam460,
more...
|
|
Headlines |
-
gifanimdt.lha - datatype/anim
Sep 22, 2023
-
giflib-extras.lha - development/library/graphics
Sep 22, 2023
-
dtconvert.lha - utility/filetool
Sep 22, 2023
-
libx264.lha - development/library/misc
Sep 20, 2023
-
amissl-sdk.lha - development/misc
Sep 20, 2023
-
mce.lha - game/utility
Sep 20, 2023
-
amissl.lha - library/misc
Sep 20, 2023
-
mediathek.lha - network/misc
Sep 19, 2023
-
libwebp.lha - development/library/graphics
Sep 17, 2023
-
reminiscence.lha - game/adventure
Sep 17, 2023
|
|
|
|
Re: YT.rexx results in stuttering video
|
|
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.
|
|
|
|
Re: YT stopped working with Odyssey
|
|
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
|
|
|
|
Re: YT.rexx results in stuttering video
|
|
Quite a regular 
|
@geennaam
I sent you a private message if you want to investigate further.
|
|
|
|
Re: YT.rexx results in stuttering video
|
|
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
|
|
|
|
Re: MPlayer - Add hardware acceleration?
|
Posted on: 2022/8/17 16:12
#7
|
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.
|
|
|
|
Re: MPlayer - Add hardware acceleration?
|
Posted on: 2022/8/12 11:54
#8
|
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
|
|
|
|
Re: What the fastest possible x64 emulation way of OS4 today ?
|
Posted on: 2022/2/3 5:01
#9
|
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.
|
|
|
|
Re: YouTube playback stuttering problem, due to very slow streaming, help!
|
Posted on: 2021/11/28 13:58
#10
|
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.
|
|
|
|
Re: mplayer and VA.library
|
Posted on: 2021/9/19 12:07
#11
|
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).
|
|
|
|
Re: Newer SSL certs on Timberwolf?
|
Posted on: 2020/9/3 14:59
#12
|
Quite a regular 
|
|
|
|
|
Re: atheros wlan device is working
|
Posted on: 2020/6/26 10:07
#13
|
Quite a regular 
|
Good news
|
|
|
|
Re: Odyssey's MediaPlayer thread
|
Posted on: 2020/3/25 9:37
#14
|
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?
|
|
|
|
Re: Odyssey 1.23 progress
|
Posted on: 2020/3/3 8:29
#15
|
Quite a regular 
|
@kas1e
Does Odyssey support WebP (can't check right this second)? YouTube does sometimes send WebP thumbnails over a .jpg extension.
|
|
|
|
Re: Odyssey 1.23 progress
|
Posted on: 2020/3/3 4:59
#16
|
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=25But I suspect kas1e has LTO enabled already.
|
|
|
|
Re: Odyssey 1.23 progress
|
Posted on: 2020/3/3 3:28
#17
|
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
|
|
|
|
Re: Odyssey 1.23 progress
|
Posted on: 2020/3/1 6:23
#18
|
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.
|
|
|
|
Re: Porting to AmigaOS4 thread
|
Posted on: 2020/1/5 11:23
#19
|
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
|
|
|
|
Re: Can lha pack files with spaces ?
|
Posted on: 2019/12/23 14:50
#20
|
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
|
|
|
|