[Red5devs] Problem with streaming MP3 files
sidharth arora
its.sidhartharora at gmail.com
Thu Jun 25 23:50:28 PDT 2009
Hi , Instead of using the custom file location directories , i am getting
the file location from mysql database. And i give the location of that file
. .public String generateFilename(IScope scope, String name, String
extension,
GenerationType type) {
StreamingDAO streamingDAO = new StreamingDAO(); String filePath =
streamingDAO.getStreamingRequest(name).getFilePath();
if (!new File(filePath).exists()) {throw new RuntimeException("File " +
filePath + " is not found.");
System Message: WARNING/2 (<string>, line 12)
Definition list ends without a blank line; unexpected unindent.
System Message: INFO/1 (<string>, line 12)
Unexpected possible title overline or transition. Treating it as ordinary
text because it's so short.
} return filePath;
System Message: WARNING/2 (<string>, line 14)
Block quote ends without a blank line; unexpected unindent.
System Message: INFO/1 (<string>, line 14)
Unexpected possible title overline or transition. Treating it as ordinary
text because it's so short.
}
This works perfectly for the flv files but not for mp3 files . Please tell
any possible sollution
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://osflash.org/pipermail/red5devs_osflash.org/attachments/20090626/4c7051cf/attachment.html>
More information about the Red5devs
mailing list