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.
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.
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 / AmigaOne x5000/40 AmigaOs4.1 FE
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.
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.
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 / AmigaOne x5000/40 AmigaOs4.1 FE
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."
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.