FirePlay Flash client for FireFly

Viewing 10 posts - 471 through 480 (of 874 total)
  • Author
    Posts
  • #13741
    Bo Mellberg
    Participant

    Done!

    #13742
    sonichouse
    Participant

    @Bo Mellberg wrote:

    Done!

    Game over, ran out of memory.

    Oh well

    #13743
    EVILRipper
    Participant

    Heh, guess the PSP just isn’t made to stream music over network..
    It would’ve made the excellent video streamer though, since I have the PSP Slim with a TV out cable…

    Too bad for that idea. ๐Ÿ™‚

    #13744
    Bo Mellberg
    Participant

    @EVILRipper wrote:

    Heh, guess the PSP just isn’t made to stream music over network..
    It would’ve made the excellent video streamer though, since I have the PSP Slim with a TV out cable…

    Too bad for that idea. ๐Ÿ™‚

    Well, this app does it from an iTunes server using RSS-feeds:

    http://skattertech.com/2006/04/stream-itunes-library-to-psp/

    So I guess it’s Flash’s fault we can’t get it to work. Wanna try unbuffered?

    #13745
    sonichouse
    Participant

    @Bo Mellberg wrote:

    @EVILRipper wrote:

    Heh, guess the PSP just isn’t made to stream music over network..
    It would’ve made the excellent video streamer though, since I have the PSP Slim with a TV out cable…

    Too bad for that idea. ๐Ÿ™‚

    Well, this app does it from an iTunes server using RSS-feeds:

    http://skattertech.com/2006/04/stream-itunes-library-to-psp/

    So I guess it’s Flash’s fault we can’t get it to work. Wanna try unbuffered?

    I use Location Free client on the PSP and that streams TV like a dream.

    #13746
    Bo Mellberg
    Participant

    Can you stream from a browser directly using rsp queries?

    #13747
    sonichouse
    Participant

    @Bo Mellberg wrote:

    Can you stream from a browser directly using rsp queries?

    Can you remind me of the syntax please ?

    nevermind found it — server:port/rsp/stream/

    Asks if I want to save file to the /MUSIC folder

    #13748
    EVILRipper
    Participant

    Heh. Opening that URL actually results a plain MP3 song for download. The main reason is for media players like Winamp, iTunes and VLC to “play while downloading” aka stream. Since the PSP has no “streaming player” we’d have to write our own. For example, in flash. (*hint*FirePlay*hint*)

    But FirePlay doesnt seem to work decently on a PSP. It runs out of memory. How can downloading a 4MB song make a PSP run out of memory? I guess there is some memory leaks? Or maybe previous played songs were not cleared? Only Bo knows, since he is the creator.

    I’m just convinced a PSP has more than 4MB cache. Especially after seeing what games it plays. Also, the other link proved it is possible. And I bet we’re not limited to music.

    Imagine hooking up your PSP to your TV, streaming video from your local firefly server, wireless. *continues to drool*

    #13749
    Bo Mellberg
    Participant

    Well, the tests are made without FirePlay being involved at all. All FPtest.swf does is testing the xml querys by asking for /rsp/info, then starting the stream of id 2736 using:

    var	my_sound:Sound = new Sound();
    my_sound.loadSound(serverstring + "/rsp/stream/" + songinfo["id"], true);

    The “true” above means that Flash starts playback even though the file has not been completely buffered, aka some sort of “streaming”.

    There are no other songs, lists or objects loaded.

    #13750
    Bo Mellberg
    Participant

    According to this link:

    http://files.psphacks.net/details.php?file=93

    the mp3’s on the PSP needs to be decompressed in full before the can start playing. This means that a 2.5 MB mp3 takes up 2.5 + ~15 MB. The Flash player for PSP needs to solve this streaming mp3 issue before we can continue development targeted for the PSP.

Viewing 10 posts - 471 through 480 (of 874 total)
  • The forum ‘Add-on Software’ is closed to new topics and replies.