Skip to main content
Participant
September 14, 2007
Question

FLVPlayback and MP3

  • September 14, 2007
  • 4 replies
  • 974 views
From everything that I have read, FLVPlayback should be able to handle a streamed mp3 file using FMS. Whenever I try to put in my stream source address, rtmp://mydomain/myapp/myfile.mp3, I get an error that says

"Unable to make connection to server or to find the FLV on server"

I know the FMS is setup correctly because I can stream video FLV files without a problem.

Does anyone know how to connect to a streamed mp3 using FLVPlayback?
    This topic has been closed for replies.

    4 replies

    Participating Frequently
    September 26, 2008

    Thank you for your reply.
    Participant
    September 25, 2008
    Do you know how to get this to work using a NetStream object, as opposed to the FLVPlayback component?
    September 29, 2008
    With Netstream object all will remain the same as with an FLV file except the stream name in NetStream.Play API

    For MP3 file using NetStream.play("Mp3:fileFile") should work.
    Inspiring
    October 9, 2007
    Thanks for replying to your own post pubgroup1! It helped me to find the answer I was looking for.
    pubgroup1Author
    Participant
    September 14, 2007
    I figured this out right after I posted. The url should be

    rtmp://mydomain/myapp/mp3:myfile