Login
Username:

Password:

Remember me



Lost Password?

Register now!

Sections

Who's Online
137 user(s) are online (108 user(s) are browsing Forums)

Members: 1
Guests: 136

zerec, more...

Headlines

 
  Register To Post  

« 1 ... 10 11 12 (13)
Re: MediaVault releases
Quite a regular
Quite a regular


See User information
@walkeroQuote:
walkero wrote:Thank you guys for letting me know.

I just tested version 1.5.1 which seems to work fine. There was probably a downtime of the servers I use to retrieve the radio station information.


Thanks for providing the new version.

Is there a possibility to use MediaVault together with TuneNet 2.18 (Enhancer 2.2 ) for radio streams. ? It works perfectly with AmigaAmp.


Edited by Maijestro on 2023/7/27 21:01:23
MacStudio ARM M1 Max Qemu//Pegasos2 AmigaOs4.1 FE
Go to top
Re: MediaVault releases
Quite a regular
Quite a regular


See User information
@Maijestro
Quote:
Is there a possibility to use MediaVoult together with TuneNet 2.18 (Enhancer 2.2 ) for radio streams. ?

When MediaVault was first released I looked at adding TuneNet support to my script but TuneNet only supports streaming of mp3 streams and does not support aac streams. For this reason it is not a good player to use, so I decided not to support it.

The script supports choosing AmigaAmp, ffplay and Emotion to play streams.
ffplay displays realtime graphics while playing. It also support saving streams to a file.

If you want to try the script you can get is on OS4Depot.
Download MediaVault_Script

AmigaOne X1000, uA1
Go to top
Re: MediaVault releases
Site Builder
Site Builder


See User information
@Maijestro
Thank you so much for using MediaVault. To set a different player please have a look at https://github.com/walkero-gr/mediavau ... #set-your-favorite-player

That solution is a "temporary" one, for the last 2 years :D
I still want to make a proper configuration window where user can set things like that.

Follow me on
Ko-fi, Twitter, YouTube, Twitch
Go to top
Re: MediaVault releases
Quite a regular
Quite a regular


See User information
@ktaddQuote:


The script supports choosing AmigaAmp, ffplay and Emotion to play streams.
ffplay displays realtime graphics while playing. It also support saving streams to a file.

If you want to try the script you can get is on OS4Depot.
Download MediaVault_Script


Thanks for the tip, I'll try it right away. It's a pity that TuneNet doesn't provide this support, nothing against AmigaAmp, but TuneNet is an independent AmigaOs4.1 development and also a bit more resource-friendly compared to AmigaAmp.

Finally I know what FFPlay is good for The script really works very well, you should add this function MediaVault. If I had not asked, I would not know that such a thing is possible. Fantastic....I love it.





@walkero

Quote:
That solution is a "temporary" one, for the last 2 years :D
I still want to make a proper configuration window where user can set things like that.


Such support would be very nice for the future, but don't pressure yourself. MediaVault works very well without this feature.


Edited by Maijestro on 2023/7/27 10:26:44
Edited by Maijestro on 2023/7/27 10:38:00
Edited by Maijestro on 2023/7/27 21:00:57
MacStudio ARM M1 Max Qemu//Pegasos2 AmigaOs4.1 FE
Go to top
Re: MediaVault releases
Quite a regular
Quite a regular


See User information
@Maijestro
Nice video! You sould add it to the MediaVault_Scripts downlaod page on OS4Depot.

AmigaOne X1000, uA1
Go to top
Re: MediaVault releases
Quite a regular
Quite a regular


See User information
@ktadd

Quote:
ktadd wrote:@Maijestro
Nice video! You sould add it to the MediaVault_Scripts downlaod page on OS4Depot.


Ah I see, I just saw that you wrote the script? Good work

You are welcome to link my video on os4Depot if you like. I will make it available on YouTube permanently.

MacStudio ARM M1 Max Qemu//Pegasos2 AmigaOs4.1 FE
Go to top
Re: MediaVault releases
Quite a regular
Quite a regular


See User information
@MaijestroQuote:
You are welcome to link my video on os4Depot if you like. I will make it available on YouTube permanently.

Thanks. Link to video on OS4Depot request submitted.

AmigaOne X1000, uA1
Go to top
Re: MediaVault releases
Just can't stay away
Just can't stay away


See User information
@Maijestro
Quote:
...you should add this function MediaFault...
Quote:
...but don't pressure yourself. MediaFault works very well
MediaVault is a very nice tool and doesn't deserve to be called "Fault" (german: Fehler, Mangel, Defekt, etc.) ...

(I know it's not meant that way and just a common german/english translation error, but SCNR )

Go to top
Re: MediaVault releases
Quite a regular
Quite a regular


See User information
@joergQuote:
joerg wrote:@Maijestro
Quote:
...you should add this function MediaFault...
Quote:
...but don't pressure yourself. MediaFault works very well
MediaVault is a very nice tool and doesn't deserve to be called "Fault" (german: Fehler, Mangel, Defekt, etc.) ...

(I know it's not meant that way and just a common german/english translation error, but SCNR )


My English is unfortunately very bad, I often check it. But it is sometimes translated as totally shit. This often leads to misunderstandings.

Maybe I should start learning English

Error corrected thanks. It should of course be called MediaVault.

MacStudio ARM M1 Max Qemu//Pegasos2 AmigaOs4.1 FE
Go to top
Re: MediaVault releases
Not too shy to talk
Not too shy to talk


See User information
@ktadd

That's a fantastic script!

@Maijestro

Great video!

I wanted to pass along one little hack I had already put in my
start_player script that lets me run streams in a single ongoing
player (instead of starting a new one each time you click "PLAY"):

Where it used to just call AmigaAmp like this:

---
Run <>NIL: APPDIR:AmigaAmp3 "{url}"
---

I replaced it with a test of whether AA had an ARexx port open
and send it an ARexx message to load the new stream instead,
like this:

---
WaitForPort "AMIGAAMP" 0
IF WARN
Run <>NIL: APPDIR:AmigaAmp3 "{url}"
ELSE
rx 'ADDRESS AmigaAmp "OPEN {url}"'
ENDIF
---

Fodder for an update if you'd like to include it in your script.

Thanks guys!

PJS

Go to top
Re: MediaVault releases
Quite a regular
Quite a regular


See User information
@pjs
Quote:
I wanted to pass along one little hack I had already put in my start_player script that lets me run streams in a single ongoing player (instead of starting a new one each time you click "PLAY"):

Thanks for the suggestion. Your request is my command.
I modified your suggestion a little though. I made it so the player selection requester doesn't come up
if the player is already running. It's just start the new stream with that player.

Version 1.4 adds the following features: (July, 29, 2023)
Now uses already running instance of audio player without displaying requester.
Added error requester if the audio player cannot be found with AppDir.
Added error requester if ffmpeg cannot be found with AppDir: when downloading.


MediaVault Script v1.4 is now available on OS4Depot.


Edited by ktadd on 2023/7/31 16:37:58
AmigaOne X1000, uA1
Go to top
Re: MediaVault releases
Quite a regular
Quite a regular


See User information
@ktaddQuote:
ktadd wrote:@pjs
Version 1.4 adds the following features: (July, 29, 2023)
Now uses already running instance of audio player without displaying requester.
Added error requester if the audio player cannot be found with AppDir.
Added error requester if ffmpeg cannot be found with AppDir: when downloading.

Will be available on OS4Depot soon.


Thanks for providing this new script. I really like using it with MediaVault.

MacStudio ARM M1 Max Qemu//Pegasos2 AmigaOs4.1 FE
Go to top
Re: MediaVault releases
Not too shy to talk
Not too shy to talk


See User information
@walkero

Silly question, but can I use TuneNet to play the MP3 streams? I thought I had it working in the past, but now TuneNet just complains it can't open the media.

Update: it looks like my problem is with TuneNet. It doesn't support HTTPS transport, so unless the stream has a URL beginning with 'http://' it won't work. That's a shame.

-- eliyahu


Edited by eliyahu on 2023/7/30 16:33:16
"Physical reality is consistent with universal laws. When the laws do not operate, there is no reality. All of this is unreal."
Go to top
Re: MediaVault releases
Not too shy to talk
Not too shy to talk


See User information
@ktadd

LOL

Thanks again for your work on this.... I look forward to your
next version.

PJS

Go to top
Re: MediaVault releases
Quite a regular
Quite a regular


See User information

AmigaOne X1000, uA1
Go to top
Re: MediaVault releases
Site Builder
Site Builder


See User information
@ktadd
Thank you so much for this new release of your script, and everyone for using MediaVault.

Follow me on
Ko-fi, Twitter, YouTube, Twitch
Go to top
Re: MediaVault releases
Quite a regular
Quite a regular


See User information
@ktaddQuote:

Thank you on that! Installed!

MediaVault is running here all the time!

Amiga x5000 ı o2o ı 4GB RAM ı RadeonRX580 | SBlaster Audigy Fx - AmigaOS4.1 FInal Edition

A1200 sandwich

Warp - Croatian Amiga portal
Go to top
Re: MediaVault releases
Quite a regular
Quite a regular


See User information
@ktadd

I tried the new script it works perfectly, thanks again for the new version.

@walkero

Also I want to thank you again for MediaVault, because without MediaVault this script would be useless

They have developed and ported some software for AmigaOs4.1 which is free.

Is there a possibility to give them a small donation. ?

MacStudio ARM M1 Max Qemu//Pegasos2 AmigaOs4.1 FE
Go to top
Re: MediaVault releases
Quite a regular
Quite a regular


See User information
@Maijestro
Quote:
They have developed and ported some software for AmigaOs4.1 which is free. Is there a possibility to give them a small donation.

Speaking for myself, I am fortunate enough to be in a position where I don't need/want any donations. Hearing from people like you, and others, that use/appreciate my efforts and have improvement suggestions is plenty of reward. More of that kind of feedback would be greatly appreciated and is very motivating.

Please use your donations for other developers or to buy more Amiga related goods!

Having said that, I have contributed to walkero and others to support their efforts. It's always great to encourage and support others. It will help keep our little community going.

AmigaOne X1000, uA1
Go to top

  Register To Post
« 1 ... 10 11 12 (13)

 




Currently Active Users Viewing This Thread: 1 ( 0 members and 1 Anonymous Users )




Powered by XOOPS 2.0 © 2001-2023 The XOOPS Project