Login
Username:

Password:

Remember me



Lost Password?

Register now!

Sections

Who's Online
95 user(s) are online (63 user(s) are browsing Forums)

Members: 1
Guests: 94

kas1e, more...

Headlines

Forum Index


Board index » All Posts (Thematic)




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


I'm at the limit of my understanding but...

@Raziel

Link library to Amiga shared library is not a compilation issue, more like a "translation" job for which there is unlikely to be a software solution. The assumptions required of each don't seem to match.

Even the header files look quite different, at least to me. One factor maybe that the commonly used variety is intended to work both within an executable file and loaded separately. This is rather on the OS level (AmigaOS 4: a mention of "shared object" in elf.library). Before the program runs one line. Amiga libraries are "opened" by the program and the OS only complies.

Go to top


Re: PC-Task44, AmigaOS4 and hard drive
Quite a regular
Quite a regular


Does PCTCrossMount work for you? The documentation for it is terse, for better or worse.

In the CrossDOS mountlist, are you specifying the disk (lowcyl/highcyl) or the partition? If the intention is for CrossDOS to read the Master Boot Record, then LowCyl should point to that.

Go to top


Re: MickJT-MPlayer
Quite a regular
Quite a regular


What does this mean:
"[mov,mp4,m4a,3gp,3g2,mj2 @ 0x5586b4c0]Protocol name not provided, cannot determine if input is local or a network protocol, buffers and access patterns cannot be configured optimally without knowing the protocol"

I don't know whether the default buffer without -cache would be fine for SSL with "optimal pattern". Hopefully this SSL madness will end in the name of saving energy.

Putting " quotation marks around the resource, like "https:
did not make a difference.

Go to top


Re: MP3 player supporting streaming via https transport?
Quite a regular
Quite a regular


I noticed a news site recently changed their server so that images are encrypted, ie. plain http doesn't work. :/

Go to top


Re: Streaming twitch.tv on AmigaOS 4.1
Quite a regular
Quite a regular


I thought Odyssey is rather onerous on Twitch, since without Javascript the site throws blank pages at you.

Go to top


Re: Streaming twitch.tv on AmigaOS 4.1
Quite a regular
Quite a regular


That is the case for me as well, 160p is the limit, because ffplay doesn't use video overlaying like mplayer does. I do believe ffplay can't just be combined with a mplayer video output driver (at compile time), but somebody else might confirm.

edit: YouTube streaming (at least for uploaded videos) works well in 360p (mp4 not webm) in mplayer with a couple of megabytes of cache, for comparison.


Edited by Thematic on 2019/9/26 17:30:16
Go to top


Freedroid 1.0 soon, make?
Quite a regular
Quite a regular


I notice Freedroid (the RPG) is at 1.0 rc2 now (spring), time to look at updating?

Go to top


Re: Downloads keep failing on OSDepot
Quite a regular
Quite a regular


Did a single file fetch with the delay, and wget didn't abandon then try again, so I'm guessing that (^) did it.

Go to top


Re: Downloads keep failing on OSDepot
Quite a regular
Quite a regular


I did some tests, lastly with wget.

Main server response
HTTP/1.1 200 OK
Date
Tue10 Sep 2019 18:40:23 GMT
Server
Apache/2.4.18 (Ubuntu)
Pragma: public
Expires0
Cache
-Control: public
Content-Dispositionattachmentfilename="amigaamp3.lha"
Content-DescriptionFile Transfer
Content
-Transfer-Encodingbinary
Accept
-Rangesbytes
Content
-Length1814968
Keep
-Alivetimeout=5max=99
Connection
Keep-Alive
Content
-Typeapplication/lha


Note the 5 second limit.

Go to top


Re: Streaming twitch.tv on AmigaOS 4.1
Quite a regular
Quite a regular


It's completely normal to only have 720p available. I don't know how that works exactly, but established channels have the alternatives up.

Go to top


Re: Blastaway, a new game for AmigaOS 4 (?)
Quite a regular
Quite a regular


@saimo

<< this was taken, it's @ticthema

Go to top


Re: Blastaway, a new game for AmigaOS 4 (?)
Quite a regular
Quite a regular


@saimo Candor. And heart. Tweeted about the game (yes, to a few people).

Go to top


Re: delete thread
Quite a regular
Quite a regular


No, I'm just showing off the quirks and features of the system.

Go to top


Delete command quirks
Quite a regular
Quite a regular


So there's an undocumented feature of the "4.1" delete command (version 53.2). Suppose you have a directory soft_demonstration , that has one file in it. If you give delete the path of this file (relative or absolute) and any number of names that are not found, there will be a message about each:

7.RAM Disk:> echo ... > soft_demonstration/unimportant_file
7.RAM Disk
:> delete RAM:soft_demonstration/unimportant_file peekaboo_number_two peekaboo_numero_uno
RAM
:soft_demonstration/unimportant_file  Deleted
peekaboo_number_two  Not Deleted
object not found
peekaboo_numero_uno  Not Deleted
object not found


That's expected, right? But if something like this occurs, the silence is surprising:

7.RAM Disk:> echo ... > soft_demonstration/unimportant_file
7.RAM Disk
:> delete soft_demonstration there_is_not_anything_here_at all
soft_demonstration
/unimportant_file  Deleted
soft_demonstration  Deleted


So in other words, if you use the "all" modifier, the output resembles the delete of old (version 37.8). That one only notifies if there was nothing to delete. AmigaOS 4.0 equivalent is different, it mentions not found things by name unless you have "all" in. Then the message is a generic "object not found".

The above example could be flat, referencing just a file without any directory, "all" is the deciding thing.


Edited by Rigo on 2019/6/16 16:20:05
Go to top


Re: Basilisk 1.0 beta testing
Quite a regular
Quite a regular


@pjs As Mac emulation is not so much about hardware mimicry, the JIT core should work only better there. But that's about all I can say about it.

Go to top


Re: emotion media player
Quite a regular
Quite a regular


@K-L

I prefer Rexx for this, because each structure potentially works for a couple of months only.

And, as I understand it, AmiSSL would make it possible for a pretty old application to still use secure connections, if AmiSSL updates were done transparently.

Go to top


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


@Raziel

Common problem with both systems is that a library check fails. I must have tried to force a configure script to accept one, but do not remember success and would not try it again. But for cmake it's pretty simple, even if the -i(nteractive) doesn't quite do it.

Go to top


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


I probably have nightmares about editing configure scripts. Cmake is better, but not by much.

Go to top


Re: Downloads keep failing on OSDepot
Quite a regular
Quite a regular


@Nuder_Try

I've noticed this too, albeit I download so little that I am not sure if it's mostly failing or mostly working.

Go to top


Re: emotion media player
Quite a regular
Quite a regular


Can this video player tell the screenblanker to keep out?

Go to top



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




Powered by XOOPS 2.0 © 2001-2023 The XOOPS Project