Play Audio files by streaming.

Last post 07-09-2009 4:50 AM by mudassarkhan. 14 replies.

Sort Posts:

  • Play Audio files by streaming.

    06-30-2009, 3:02 AM
    • Member
      34 point Member
    • khnouman
    • Member since 04-02-2008, 7:34 AM
    • Posts 116

    Hey there

    I want to make an application that  can send audio stream via email and application must be capable to play the audio stream on the server.

    I m using c#.net, any guidlines please?

    thanks in advance


    Nouman Rasheed

    If the going seems easy, You are going DownHill...
  • Re: Play Audio files by streaming.

    06-30-2009, 8:54 AM
    Answer

    khnouman:

    Hey there

    I want to make an application that  can send audio stream via email and application must be capable to play the audio stream on the server.

    I m using c#.net, any guidlines please?

    thanks in advance


    Nouman Rasheed

     

    Try to use Silverlight

    for more info visit www.silverlight.net

    Any doubts please feel free to ask me.

    If this post is answer of your question then don't forgot to Click Mark As Answer.

    Thanks & Regards,
    J.Jeyaseelan
  • Re: Play Audio files by streaming.

    07-04-2009, 1:57 AM
    Answer
    • Member
      34 point Member
    • khnouman
    • Member since 04-02-2008, 7:34 AM
    • Posts 116

    My Flash Object Media Player is not working. 

    link: https://www.azmedicaltranscription.org/muzik.aspx



    Please guide?


    Thanks in advance


    Nouman Rasheed 

    If the going seems easy, You are going DownHill...
  • Re: Play Audio files by streaming.

    07-04-2009, 11:50 AM
    Answer
    • Member
      180 point Member
    • rickj1
    • Member since 12-17-2007, 4:49 AM
    • Parksville B.C.
    • Posts 95

     I went to the link you provided if I go to a site and it instructs me to unblock something I leave immediately if you use silverlight there is nothing to unblock if they have silverlight installed on their browser it will just play I allowed a media player to play one time it was a virus never again I would never build a site that asked anyone to unblock something its a security risk and is good for scaring people away

    from your site hope this helps

    Beta Junky
    www.barterlinks.net
  • Re: Play Audio files by streaming.

    07-06-2009, 3:50 AM
    Answer
    • Member
      322 point Member
    • viral sarvaiya
    • Member since 09-17-2008, 3:01 PM
    • Ahmedabad, India
    • Posts 85

    hi,

    to play mp3 file with streaming, this site may help you.

    http://flash-mp3-player.net/

    Viral Sarvaiya,
    Software Developer,
    Ahmedabad, India.
    Email : viralsarvaiya_84@yahoo.co.in
    website : http://www.viralsarvaiya.co.cc
    Blogs : http://www.viralsarvaiya.wordpress.com

    Mark as Answer if this reply helps you
  • Re: Play Audio files by streaming.

    07-06-2009, 3:58 AM
    • Member
      2 point Member
    • joht2009
    • Member since 07-06-2009, 7:50 AM
    • Posts 1

     i'm also have this problem.

  • Re: Play Audio files by streaming.

    07-08-2009, 4:54 AM
    • Member
      34 point Member
    • khnouman
    • Member since 04-02-2008, 7:34 AM
    • Posts 116

    The mp3 Path is correct.

    well the link file is working fine is IE, may be classid="clsid:22D6F312-B0F6-11D0-94AB-0080C74C7E95" would be creating problem?

    Any guidlines would be appreciated.

     

    Thanks

    If the going seems easy, You are going DownHill...
  • Re: Play Audio files by streaming.

    07-08-2009, 6:20 AM
    • Member
      322 point Member
    • viral sarvaiya
    • Member since 09-17-2008, 3:01 PM
    • Ahmedabad, India
    • Posts 85

    can you put your code here? so we can know that where you get error.

    Viral Sarvaiya,
    Software Developer,
    Ahmedabad, India.
    Email : viralsarvaiya_84@yahoo.co.in
    website : http://www.viralsarvaiya.co.cc
    Blogs : http://www.viralsarvaiya.wordpress.com

    Mark as Answer if this reply helps you
  • Re: Play Audio files by streaming.

    07-08-2009, 6:29 AM
    • Member
      34 point Member
    • khnouman
    • Member since 04-02-2008, 7:34 AM
    • Posts 116

    its windows media player object

    here is the code


     <object classid="clsid:22D6F312-B0F6-11D0-94AB-0080C74C7E95" id="MediaPlayer1">
                    <param name="AudioStream" value="true"/>
                    <param name="AutoSize" value="true"/>
                    <param name="AutoStart" value="true"/>
                    <param name="ClickToPlay" value="true"/>
                    <param name="Enabled" value="true"/>
                    <param name="Filename" value="Guzarish.mp3"/> <%--The URL of the file name you want to play--%>
                    <param name="AnimationAtStart" value="true"/>
                    <param name="ShowDisplay" value="true"/>
                    <param name="ShowAudioControls" value="true"/>
                    <param name="ShowDisplay" value="true"/>
                    <param name="ShowStatusBar" value="true"/>
                    <param name="ShowGotoBar" value="true"/>       
                             
                </object>  

     <object classid="clsid:22D6F312-B0F6-11D0-94AB-0080C74C7E95" id="MediaPlayer1">

                    <param name="AudioStream" value="true"/>

                    <param name="AutoSize" value="true"/>

                    <param name="AutoStart" value="true"/>

                    <param name="ClickToPlay" value="true"/>

                    <param name="Enabled" value="true"/>

                    <param name="Filename" value="Guzarish.mp3"/> <%--The URL of the file name you want to play--%>

                    <param name="AnimationAtStart" value="true"/>

                    <param name="ShowDisplay" value="true"/>

                    <param name="ShowAudioControls" value="true"/>

                    <param name="ShowDisplay" value="true"/>

                    <param name="ShowStatusBar" value="true"/>

                    <param name="ShowGotoBar" value="true"/>       

                             

                </object>  


    You can see this on the following link.

    https://www.azmedicaltranscription.org/muzik.aspx

    It is working fine in IE but not working in chrome and firefox. May some kind of pluging issue?


    If the going seems easy, You are going DownHill...
  • Re: Play Audio files by streaming.

    07-08-2009, 8:04 AM
    • All-Star
      59,903 point All-Star
    • mudassarkhan
    • Member since 02-28-2008, 5:28 AM
    • Mumbai, India
    • Posts 10,551
  • Re: Play Audio files by streaming.

    07-09-2009, 1:27 AM
    • Member
      34 point Member
    • khnouman
    • Member since 04-02-2008, 7:34 AM
    • Posts 116

    Dear Mudasar !


    Your solutions seems quiet easy but what if I have to use it in VS2005?


    Thanks

    If the going seems easy, You are going DownHill...
  • Re: Play Audio files by streaming.

    07-09-2009, 1:56 AM
    • All-Star
      59,903 point All-Star
    • mudassarkhan
    • Member since 02-28-2008, 5:28 AM
    • Mumbai, India
    • Posts 10,551
  • Re: Play Audio files by streaming.

    07-09-2009, 3:32 AM
    • Member
      34 point Member
    • khnouman
    • Member since 04-02-2008, 7:34 AM
    • Posts 116

    hey there
    well the link provide by the mudasar, Sorry I was unable to find from where i can download the "ASP.NET Media Player Control"
    Right now I m using the following code for Window Media Player Object, its working fine in chrome and IE but not working in Firefox,
    <OBJECT width="312px" height="248px" CLASSID="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6" VIEWASTEXT><PARAM name="autoStart" value="True"><PARAM name="URL" value="Guzarish.mp3"><PARAM name="enabled" value="True"><PARAM name="balance" value="0"><PARAM name="currentPosition" value="0"><PARAM name="enableContextMenu" value="True"><PARAM name="fullScreen" value="False"><PARAM name="mute" value="False"><PARAM name="playCount" value="1"><PARAM name="rate" value="1"><PARAM name="stretchToFit" value="False"><PARAM name="uiMode" value="full"></OBJECT>
    <OBJECT width="312px" height="248px" CLASSID="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6" VIEWASTEXT>
    <PARAM name="autoStart" value="True">
    <PARAM name="URL" value="Guzarish.mp3">
    <PARAM name="enabled" value="True">
    <PARAM name="balance" value="0">
    <PARAM name="currentPosition" value="0">
    <PARAM name="enableContextMenu" value="True">
    <PARAM name="fullScreen" value="False">
    <PARAM name="mute" value="False">
    <PARAM name="playCount" value="1">
    <PARAM name="rate" value="1">
    <PARAM name="stretchToFit" value="False">
    <PARAM name="uiMode" value="full">
    </OBJECT>
    My question is can I use flash player to run my mp3 files because i dont want my users to download any kind of plugin, when there will be flash player most of the users already will have it because of Youtube.com.
    So please tell me if i can use flash player object ? 
    Code will be appreciated :)
    hey there

    well the link provide by the mudasar, Sorry I was unable to find from where i can download the "ASP.NET Media Player Control"





    Right now I m using the following code for Window Media Player Object, its working fine in chrome and IE but not working in Firefox,



    <OBJECT width="312px" height="248px" CLASSID="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6" VIEWASTEXT><PARAM name="autoStart" value="True"><PARAM name="URL" value="Guzarish.mp3"><PARAM name="enabled" value="True"><PARAM name="balance" value="0"><PARAM name="currentPosition" value="0"><PARAM name="enableContextMenu" value="True"><PARAM name="fullScreen" value="False"><PARAM name="mute" value="False"><PARAM name="playCount" value="1"><PARAM name="rate" value="1"><PARAM name="stretchToFit" value="False"><PARAM name="uiMode" value="full"></OBJECT>
    <OBJECT width="312px" height="248px" CLASSID="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6" VIEWASTEXT>

    <PARAM name="autoStart" value="True">

    <PARAM name="URL" value="Guzarish.mp3">

    <PARAM name="enabled" value="True">

    <PARAM name="balance" value="0">

    <PARAM name="currentPosition" value="0">

    <PARAM name="enableContextMenu" value="True">

    <PARAM name="fullScreen" value="False">

    <PARAM name="mute" value="False">

    <PARAM name="playCount" value="1">

    <PARAM name="rate" value="1">

    <PARAM name="stretchToFit" value="False">

    <PARAM name="uiMode" value="full">

    </OBJECT>






    My question is can I use flash player to run my mp3 files because i dont want my users to download any kind of plugin, when there will be flash player most of the users already will have it because of Youtube.com.



    So please tell me if i can use flash player object ? 
    Code will be appreciated :)

    If the going seems easy, You are going DownHill...
  • Re: Play Audio files by streaming.

    07-09-2009, 4:00 AM
    • Member
      322 point Member
    • viral sarvaiya
    • Member since 09-17-2008, 3:01 PM
    • Ahmedabad, India
    • Posts 85

    use this code for mP3 file

    http://flash-mp3-player.net/

    i use this code in one of  my project and its works in IE6 or IE7, firefox and also in google chrome and safari, it is working well to me

    Viral Sarvaiya,
    Software Developer,
    Ahmedabad, India.
    Email : viralsarvaiya_84@yahoo.co.in
    website : http://www.viralsarvaiya.co.cc
    Blogs : http://www.viralsarvaiya.wordpress.com

    Mark as Answer if this reply helps you
  • Re: Play Audio files by streaming.

    07-09-2009, 4:50 AM
    Answer
Page 1 of 1 (15 items)