Coder Social home page Coder Social logo

squeezed's People

Contributors

thijswithaar avatar

Watchers

James Cloos avatar

squeezed's Issues

The ShoutCast server doesn't always send HTTP headers

What steps will reproduce the problem?
1. Browse the ShoutCast server at http://127.0.0.1:9000/ .
  => The server returns a valid http header at the beginning of the response.
2. Click on "data" or "html".
  => The server omits the http header, causing problems with some clients.
3. Enter an invalid URL, like http://127.0.0.1:9000/doesnotexist .
  => The server returns a valid http header at the beginning of the response.


What is the expected output? What do you see instead?

See above.


What version of the product are you using? On what operating system?

I'm running the latest executable on Windows.


Please provide any additional information below.

It looks like you need to add a sendHeader() call to the DATA, HTML, and 
DYNAMIC branches in serverShoutCast.cpp. For example, you could add this call 
at line 486 to fix the problem in the DATA case.


I am able to use the current version of squeezed on my Windows machine with a 
software client, though I'm not as successful with an older build of squeezed 
on my DNS-323 (an ARM-based NAS). But I'm still working on it. Alas, I don't 
have a cross-compiler and I don't know C++, so my means are limited. :)

Keep up the good work!

Original issue reported on code.google.com by [email protected] on 5 Dec 2010 at 5:29

Fails to compile for OpenWrt

What steps will reproduce the problem?
1.  followed http://trac.fonosfera.org/fon-ng/wiki/build
2.  followed http://code.google.com/p/squeezed/source/checkout
3.  followed \openwrt\package\squeezed\openwrt\MakeFile
4.  make package/squeezed/{Clean,Compile,install} V=99 DEVELOPER=1


What is the expected output? What do you see instead?

I expected a squeezed.mipsel.ipk

but I got : 

make[3]: Entering directory
`/home/steven/FON-N/openwrt/build_dir/mipsel/squeezed-0.1'
make[3]: *** No targets specified and no makefile found. Stop.
make[3]: Leaving directory
`/home/steven/FON-N/openwrt/build_dir/mipsel/squeezed-0.1'
make[2]: ***
[/home/steven/FON-N/openwrt/build_dir/mipsel/squeezed-0.1/.built] Error 2
make[2]: Leaving directory `/home/steven/FON-N/openwrt/package/squeezed'
make[1]: *** [package/squeezed/compile] Error 2
make[1]: Leaving directory `/home/steven/FON-N/openwrt'
make: *** [package/squeezed/compile] Fout 2

What version of the product are you using? On what operating system?
*trunk version
*Ubuntu 10.04

Please provide any additional information below.

trying to compile for a fonera 2.0n (www.fon.com , www.fonosfera.org)

Original issue reported on code.google.com by steven.leeman on 30 Apr 2010 at 9:30

Fails to compile on Linux

What steps will reproduce the problem?

make


What is the expected output? What do you see instead?

g++ -Os -g -I/usr/include/taglib -DUSE_TAGLIB  -c -o
obj/linux-x86_64/TCPserverPosix.o TCPserverPosix.cpp
TCPserverPosix.cpp: In member function ‘int TCPserver::runNonBlock()’:
TCPserverPosix.cpp:165: error: could not convert
‘connections.std::vector<_Tp, _Alloc>::operator[] [with _Tp =
connections_s, _Alloc =
std::allocator<connections_s>](i)->connections_s::needsWrite’ to ‘bool’
TCPserverPosix.cpp:241: error: ‘t’ was not declared in this scope
TCPserverPosix.cpp:260: error: invalid use of member (did you forget the 
‘&’ ?)
make: *** [obj/linux-x86_64/TCPserverPosix.o] Error 1
make: Target `all' not remade because of errors.


What version of the product are you using? On what operating system?

r24(I think) Centos 5.3 x86_64


Please provide any additional information below.

The code is treating needsWrite() as if it were a variable rather than a
function.

Is the project still active?

Original issue reported on code.google.com by [email protected] on 18 Sep 2009 at 5:06

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.