Search Results

Search found 4 results on 1 pages for 'user309815'.

Page 1/1 | 1 

  • Unable to download a file from rtmp server using asp.net

    - by user309815
    I am unable to download a file from rtmp server, I'm using the following code: Response.ContentType = "audio/mpeg"; Response.AppendHeader("Content-Disposition", "attachment; filename=" + mpg); audiofile = "rtmp://XXX/oflaDemo/" + audiofile; Response.TransmitFile(audiofile); It's showing a message that could not find the virtual path. Could anyone help with this problem?

    Read the article

  • unable to download a file from rtmp server

    - by user309815
    Hi I am unable to download a file from rtmp server i a m using the following code Response.ContentType = "audio/mpeg"; Response.AppendHeader("Content-Disposition", "attachment; filename=" + mpg); audiofile = "rtmp://XXX/oflaDemo/" + audiofile; Response.TransmitFile(audiofile); plz suggst me

    Read the article

  • unable to download a file from rtmp server

    - by user309815
    Hi Team I want to download an audio file from red5 server using rtmp server. string strUri; strUri = "rtmp://XXX/oflaDemo/" + Session["streamName"].ToString(); string strUploadto; strUploadto = Server.MapPath("") + "\Audio\" + "myaudio.flv"; WebClient webClient = new WebClient(); //webClient.DownloadFile("rtmp://begoniaprojects.com/oflaDemo/" + Session["streamName"].ToString(), Page.MapPath("") + "\Audio\" +"myaudio.flv"); webClient.DownloadFile(strUri, strUploadto); but i am getting uri prefix is not recognized message while downloading. please suggest me.

    Read the article

1