On Nov 22, 2024, at 12:00 PM, pd-list-request@lists.iem.at wrote:
Date: Fri, 22 Nov 2024 11:49:40 +0100From: oliver <oliver@klingt.org>Subject: [PD] Re: mp3 playback from URLTo: Pd-List <pd-list@lists.iem.at>Message-ID: <caaef0c6-a83e-5e32-f296-f860df48de1a@klingt.org>Content-Type: text/plain; charset=UTF-8; format=flowedHi, Roman !Maybe off-topic, but i thought i'd mention it:I recently had good success with remote controlling VLC player from within PD. i don't know if this helps in your setup, but at least VLC might still be around the next years ;-)Basically what you do is: You start vlc (or "cvlc" - the command line version of vlc) invoking a TCP remote control address.I actually started vlc from within PD with the [command] external:[exec /usr/bin/cvlc -I rc --rc-host=localhost:7777(|[command]this way you can send remote control messages to[netsend -b] [initiated with "connect localhost 7777")(I'm not sure if the binary mode is needed but i used it anyway)You can also receive information from cvlc this way. send a "help" message to get available commands or see for example here:https://superuser.com/questions/767330/is-there-a-simple-audio-player-that-can-be-remote-controlled-with-udp-or-tcp-comSidenote:Remote controlling MPLAYER is supposed to work in a similar way, but i didn't investigate it too much ...BestOliver