hey guys, did a quick search before posting but didn't find anything.
has anyone tried using "JustePort" (
http://nanocrew.net/software/justeport/) or attempted to stream music to an apple airport express in fedora?
i've found all sorts of posts elsewhere and followed instructions but after compiling i get a "cannot execute binary file" message when i attempt to use it.
compiles using this command:
mcs -out:JustePort.exe *.cs
got 11 warnings:
MP4.cs(299,18): warning CS0169: The private method `MP4Box.ParseSTSD(System.IO.BinaryReader)' is never used
MP4.cs(305,18): warning CS0169: The private method `MP4Box.ParseMP4A(System.IO.BinaryReader)' is never used
MP4.cs(310,18): warning CS0169: The private method `MP4Box.ParseDRMS(System.IO.BinaryReader)' is never used
MP4.cs(315,18): warning CS0169: The private method `MP4Box.ParseALAC(System.IO.BinaryReader)' is never used
MP4.cs(341,18): warning CS0169: The private method `MP4Box.ParseSTSZ(System.IO.BinaryReader)' is never used
MP4.cs(363,18): warning CS0169: The private method `MP4Box.ParseSTCO(System.IO.BinaryReader)' is never used
MP4.cs(382,18): warning CS0169: The private method `MP4Box.ParseSTSC(System.IO.BinaryReader)' is never used
MP4.cs(409,18): warning CS0169: The private method `MP4Box.ParseMETA(System.IO.BinaryReader)' is never used
MP4.cs(465,18): warning CS0169: The private method `MP4Box.WriteBytesSTSZ(System.IO.MemoryStream)' is never used
MP4.cs(487,18): warning CS0169: The private method `MP4Box.WriteBytesSTCO(System.IO.MemoryStream)' is never used
MP4.cs(506,18): warning CS0169: The private method `MP4Box.WriteBytesSTSC(System.IO.MemoryStream)' is never used
Compilation succeeded - 11 warning(s)
any idea's out there?