Discussion:
Squid and flashaudio
Giorgio Pioda
2014-10-17 05:29:58 UTC
Permalink
Hi,

at school we are developing a BBB server on EC2 to have videoconference.

Now we register the strange behaviour of squid on tjener, that tries to
cache and block port 5066 (flashaudio). Any idea? Quickfix? Is it possible
to put in wpad.dat a list of domains or ports that have direct access
without proxy activity?

Regards

Giorgio
--
Giorgio Pioda - Sysadmin SPSE-Tenero
Cell +41 79 629 20 63
Tel +41 58 468 62 48
Fax +41 58 468 61 98
--
To UNSUBSCRIBE, email to debian-edu-***@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact ***@lists.debian.org
Archive: https://lists.debian.org/***@amiata.pioderia.lan
Petter Reinholdtsen
2014-10-17 05:36:05 UTC
Permalink
[Giorgio Pioda]
Post by Giorgio Pioda
Hi,
Hi.
Post by Giorgio Pioda
at school we are developing a BBB server on EC2 to have videoconference.
What is a BBB server?
Post by Giorgio Pioda
Now we register the strange behaviour of squid on tjener, that tries
to cache and block port 5066 (flashaudio). Any idea? Quickfix?
I believe th cause are these statements in /etc/squid/squid.conf:

acl SSL_ports port 443
http_access deny CONNECT !SSL_ports

This specify that only port 443 is allowed when using the CONNECT
statement, which is used by SSL but also by non-HTTP protocols. Try adding

acl SSL_ports port 5066

and see if things improve.
Post by Giorgio Pioda
Is it possible to put in wpad.dat a list of domains or ports that
have direct access without proxy activity?
Sure. :)
--
Happy hacking
Petter Reinholdtsen
--
To UNSUBSCRIBE, email to debian-edu-***@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact ***@lists.debian.org
Archive: https://lists.debian.org/***@ulrik.uio.no
Giorgio Pioda
2014-10-17 06:42:00 UTC
Permalink
Hi,
Post by Petter Reinholdtsen
[Giorgio Pioda]
Post by Giorgio Pioda
Hi,
Hi.
Post by Giorgio Pioda
at school we are developing a BBB server on EC2 to have videoconference.
What is a BBB server?
It is a videoconference server (BigBlueButton) with videorecording ability.
Post by Petter Reinholdtsen
Post by Giorgio Pioda
Now we register the strange behaviour of squid on tjener, that tries
to cache and block port 5066 (flashaudio). Any idea? Quickfix?
acl SSL_ports port 443
http_access deny CONNECT !SSL_ports
This specify that only port 443 is allowed when using the CONNECT
statement, which is used by SSL but also by non-HTTP protocols. Try adding
acl SSL_ports port 5066
Thanks for the tip. I'll test it immediately

Regards

Giorgio
--
Giorgio Pioda - Sysadmin SPSE-Tenero
Cell +41 79 629 20 63
Tel +41 58 468 62 48
Fax +41 58 468 61 98
--
To UNSUBSCRIBE, email to debian-edu-***@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact ***@lists.debian.org
Archive: https://lists.debian.org/***@macchianera.pioderia.lan
Petter Reinholdtsen
2014-10-17 07:52:59 UTC
Permalink
[Giorgio Pioda]
Post by Giorgio Pioda
Post by Petter Reinholdtsen
What is a BBB server?
It is a videoconference server (BigBlueButton) with videorecording ability.
Aha. I had a look at <URL: http://bigbluebutton.org/ > and it look
quite nice. Which video codecs are used and will it work without
flash or other browser plugins?
--
Happy hacking
Petter Reinholdtsen
--
To UNSUBSCRIBE, email to debian-edu-***@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact ***@lists.debian.org
Archive: https://lists.debian.org/***@ulrik.uio.no
Giorgio Pioda
2014-10-20 11:57:03 UTC
Permalink
Hi,

at the moment it is flash dependent; JRE is also needed, especially
for desktop sharing. Codecs AFAIK is flv standard, but
H264 can be activated. Audio is flashaudio, or the upcoming WebRTC.

Regards

Giorgio
Post by Petter Reinholdtsen
[Giorgio Pioda]
Post by Giorgio Pioda
Post by Petter Reinholdtsen
What is a BBB server?
It is a videoconference server (BigBlueButton) with videorecording ability.
Aha. I had a look at <URL: http://bigbluebutton.org/ > and it look
quite nice. Which video codecs are used and will it work without
flash or other browser plugins?
--
Happy hacking
Petter Reinholdtsen
--
--
Giorgio Pioda - Sysadmin SPSE-Tenero
Cell +41 79 629 20 63
Tel +41 58 468 62 48
Fax +41 58 468 61 98
--
To UNSUBSCRIBE, email to debian-edu-***@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact ***@lists.debian.org
Archive: https://lists.debian.org/***@macchianera.pioderia.lan
Loading...