unable to download a file from rtmp server
Posted
by user309815
on Stack Overflow
See other posts from Stack Overflow
or by user309815
Published on 2010-04-06T08:30:15Z
Indexed on
2010/04/06
8:33 UTC
Read the original article
Hit count: 506
rtmp
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
© Stack Overflow or respective owner