Jump to content

Honk

Approved Members
  • Posts

    15
  • Joined

  • Last visited

 Content Type 

Profiles

Forums

Blogs

Gallery

Downloads

Poweramp Knowledge Base

База знаний Poweramp

Poweramp知识库

Poweramp Equalizer Knowledge Base

База знаний Poweramp Equalizer

Store

Events

Ideas

Posts posted by Honk

  1. On 11/30/2023 at 1:27 AM, andrewilley said:

    Does the URL itself work if you have entered it manually into the 'Add URL' option in the Streams category? Can you give an actual online URL for a file that you are using for testing?

    Andre

    Here a link: https://seafile.rostislavkaleta.dev/seafhttp/files/2155f950-d09a-4c8e-a80b-1f5d17cb4b45/06. Freya Ridings - Castles.flac

    And Yes, if I enter it manually in Poweramp, it works. Should be available to you, let me know, I am not sure if it's a temp link or "perma" link.

  2. On 11/12/2023 at 2:28 PM, maxmp said:

    @Honk thanks for the request. Poweramp supports playing online streams, which can be in any format, including flac, as for direct intents with urls, how exactly do you get them - what app do you use to initiate such intent? Thanks!

    I am calling the intent like this (Flutter Dart):

    AndroidIntent intent = AndroidIntent(

        action: "android.intent.action.VIEW",

        data: link, // public direct download link with no Auth

        type: mime, // mimeType

    );

     

    await intent.launch(); 

     

    This automatically opens the device default music player, instead allowing me to select which one I would like to use (as for example Solid Explorer).

     

    If I force to open intent using specific package, Poweramp opens and plays the music just fine:

     

    AndroidIntent intent = AndroidIntent(

                action: "android.intent.action.VIEW",

                data: link,

                type: mime,

                package: (mime?.startsWith("audio") ?? false)

                    ? "com.maxmpz.audioplayer"

                    : null, // here forcing to use Poweramp

              );

     

              await intent.

    launch();

     

    The direct URL looks like this:

    https://cloud.seafile.com/files/adee6094/foo.flac

    Its not encrypted, no aurh required. Its probably issue on my side (calling the intent wrong). Would you please spare some time and tell me about it please?

  3. 2 hours ago, andrewilley said:

    There are lots of discussions in this thread, so could you provide a bit more detail? What your precise problem is, Android and Poweramp versions, output device details, etc.

    Andre

    Sure, here:

    Chromecast model NC2-6A5

    Poweramp build 895-905

    Samsung s10+ android 11

    Chromecast is added in Google Home

    Behaviour: I can see my chromecast in Poweramp twice for some reason, neither one if them work. After casting, I can see that Poweramp is connected to my chromecast (Poweramp logo shows) and I can see the song name. Image (music cover) is not sent/visible. Poweramp appears to be playing the song, but every 2-3 seconds it skips back it's playback (basically stuck) and no sound is comming back from the chromecast (like the first post mentioned, same behaviour). Chromecast shows that it's playing, but music duration is stuck in one place and, no sound come out.

    Music cast does work in other apps (example "Hi-Fi cast - Music Player" - android) or from MusicBee - Windows

    Both devices are connected to same wifi, phone is on VPN (local network vpn - no ports are blocked). Disabling my VPN does nothing.

    I was so happy getting my friends Chromecast to be able to use it with my favourite music player (been using the app for 6 years now, what a ride), but here we are :D

    Screenshot_20210701-132530_Poweramp.jpg

    IMG_20210701_132559.jpg

×
×
  • Create New...