Displaying 20 results from an estimated 600 matches similar to: "RTSP problems (and SNAT questions)"
2007 Feb 17
2
CentOS 4.4 blocking outbound connections?
Hello:
When I installed CentOS 4.4 (from the ServerCD) on my server, I told
it not to install a firewall and I disabled SELinux. The server is
a SuperMicro 5015P-TR.
I set up my own /etc/init.d/firewall with these rules:
#!/bin/sh
# Firewall script
#
# Source function library
. /etc/init.d/functions
RETVAL=0
# Some definitions (Will need to change ETH0_IP to match your configuration)
2008 Nov 06
2
iptables starts blocking outbound http traffic
Hello:
I have a machine running CentOS 5 x86_64.
It is running apache httpd and tomcat.
For some reason, after running for a few days,
web requests stop responding. It happened again
this morning. I check the syslog and see a HUGE
number of logs like this:
OUTPUT IN= OUT=eth0 SRC=[MyIP] DST=[OutsideIP] LEN=532 TOS=0x00 PREC=0x00
TTL=64 ID=52669 DF PROTO=TCP SPT=80 DPT=54697 WINDOW=61
2014 Aug 10
3
Centos 7 - iptables service failed to start
Hello all:
I did a fresh install of CentOS 7 on a new machine.
I wrote /usr/local/bin/firewall.stop to remove all the firewall rules.
It contains this code:
# Flush the rules
/usr/sbin/iptables -F
# Set the default policies to accept
/usr/sbin/iptables -P INPUT ACCEPT
/usr/sbin/iptables -P OUTPUT ACCEPT
/usr/sbin/iptables -P FORWARD ACCEPT
I wrote /usr/local/bin/firewall.start to set the
2010 Jan 21
6
Shorewall 4.4.6 and Multiple ISP with 2 routed subnets
Hello,
I have 2 ISP uplinks (zones: inet1 and inet2), each with a fixed IP on the outside and a routed subnet (/25 and /26) on the inside. So, behind the firewall i have 2 networksegments (lan1 and lan2) with public IP-addresses. The segments are completely isolated from eachother: hosts in zone "lan1" connect only to "inet1" and hosts in zone "lan2" only connect
2009 Apr 30
1
rtsp help
hi
I am getting this error:
-- Executing [50 at smvoice-sip:1] Answer("SIP/440-0856dd70", "") in
new stack
-- Executing [50 at smvoice-sip:2] rtsp("SIP/440-0856dd70",
"rtsp://192.168.1.175/img/video.sav") in new stack
[Apr 30 11:22:48] WARNING[8031]: app_rtsp.c:1037 rtsp_play: >rtsp play
[Apr 30 11:22:48] NOTICE[8031]: rtp.c:1287 ast_rtp_read:
2007 Jun 19
2
RTP/RTSP streaming of GSM or ADPCM audio
Greetings:
It would be nice if Icecast supported RTSP; however I would
appreciate any suggestions for a small RTSP/RTP solution to
encode 8kHz mono audio in GSM or ADPCM and service multiple
unicast client connections. The ideal would be a black-box
hardware solution with an audio input and ethernet interface
similar to broadcast studio IP audio links or the network
audio capabilities of certain
2008 Apr 28
2
RTSP reflection.
Hi
Where do I find instruction to configure icecast as a reflect server for
rtsp?
Scenario:
Client1 sends audio to IceCast via rtsp
Client2 receives audio from IceCast via rtsp.
I need to just setup this behaviour..
-Atul
--
-------
To make world a better place to live in
-------
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2010 Mar 11
2
ogg/theora over RTSP
Hi I need to stream ogg/theora over RTSP in order to use in opera browser
HTML 5 video, but I cannot find any streaming server to do that.
--
best regards,
Daniel Silva
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xiph.org/pipermail/theora/attachments/20100311/f4ec72d2/attachment.htm
2012 Dec 02
1
Support for IP Camera streaming (RTSP) channel to a conference
Hello,
I am trying to stream an IP Camera output (h264) into a conference. The IP Camera supports RTSP.
Searching around the web, I believe the RTSP support (was) available through app_rtsp (external to Asterisk distribution).
This, I believe, has problems and has issues compiling in Asterisk 11 (I tried compiling it in Asterisk 11 and it failed).
I may not be able to use DiaStar or i6net's
2007 Jun 19
1
RTP/RTSP streaming of GSM or ADPCM audio
Thomas B. Ruecker wrote:
> Michael Grigoni wrote:
>
>>Greetings:
>>
>>It would be nice if Icecast supported RTSP;
>
> It probably never will
>
>>however I would
>>appreciate any suggestions for a small RTSP/RTP solution to
>>encode 8kHz mono audio in GSM or ADPCM and service multiple
>>unicast client connections.
>
> why not use
2004 Apr 11
2
RTSP Traffic over UDP
Hello All,
I''m running performance tests on a Linux router using IPTables to nat traffic over the network. I have a MS Media streamer,
and two windows clients behind the router which download video from the streamer. I can then measure performance.
MS Media player rolls amongst protocols until it finds one it can use as follows
RTSP UDP
RTSP TCP
MMS UDP
MMS TCP
HTTP
Unfortunately it
2007 Aug 20
6
have to restart shorewall after a dynamic IP change
Hi,
I''ve to restart shorewall when my dynamic IP was changed from my ISP.
Of course i can with a shell script do it automatically, but the
question is still there.. why ?
mess-mate
--
"I understand this is your first dead client," Sabian was saying. The
absurdity of the statement made me want to laugh but they don''t call me
Deadpan
2009 Feb 21
0
Quicktime RTSP server
Hi, I have been trying to use wine to get at a streaming quicktime server on Ubuntu 8.04, but as of yet no luck:
The server streams mov files over RTSP
First I tried using just VLC to play it, but there are some things it just can't handle (in windows I get an error about 'sowl' not being supported or something like that)
Now I am trying quick time alternative in wine along with
2015 Sep 04
0
CentOS 7 and gstreamer1 rtsp-server
I am playing with gstreamer on CentOS 7.1 .
All the packages are there except gst-rtsp-server....
OK - So I went to look for it to compile it. Found a version
that was NOT 1.0.7 and my compile stopped because it said the
versions are not the same.... OK
so went back to look for 1.0.7 and its not there.
I looked at:
http://gstreamer.freedesktop.org/src/gst-rtsp-server
Any thoughts on how I
2008 Apr 28
0
RTSP reflection.
Atul S Vasu wrote:
> Where do I find instruction to configure icecast as a reflect server for
> rtsp?
Icecast doesn't suppport RTSP. Only HTTP.
Geoff.
2012 Nov 23
1
Opus RTP/RTSP support
Dear Opus developers.
This is the first time I write here, so hello to everybody!
Sorry to disturb you but I would like to ask you something I could not
answer by googling and by looking at this mailing list archive.
I have just started investigating this new and promising codec for
real-time audio transport over the internet for industrial applications.
I was previously experimenting with RTP
2005 Jul 31
0
Support for rtsp:
Thanks Arthur,
> On 7/31/05, Richard <rpm@16hd.freeserve.co.uk> wrote:
>>Can anyone advise whether there are any plans for icecast to support
>>rtsp (real-time streaming protocol), as used by RealPlayer, Apple
>>Quicktime etc.?
>>Alternatively - though I really like icecast and want to keep with it
>>perhaps someone can suggest an open-source
2007 Feb 02
13
Client cannot connect to Internet
Hello List,
This is my first post to the list, and as such I apologize for the length of
it. I tried to put as much detail into this as possible.
I recently installed Shorewall on a computer running Gentoo Linux. The
computer has 3 network cards in it, but I''ve only configured 2. Going the
cheap route, I''m connecting my client directly to my firewall using a
crossover cable.
2003 Jun 20
7
NAT PAT & SNAT
Hi!
I''ve been searching the net for information about this topic, but I can''t
find anything relevant to my problem or I don''t understand the answer
completely. Please enlighten me... :-)
I''m trying to replace a Cisco PIX firewall with a Linux Shorewall box. Today
the users behind the Cisco FW is on a NAT-network and in the same network
there are a couple of
2008 Mar 11
2
$ char in password
Hi, all:
Just come across a strange problem with the usage of "net rpc ...".
If a user's password has the dollar character, it will be discarded, thus cause login failure. For example, if username is "abc" and password is "$1111". I run the command:
=======================================================
net rpc -I 12.34.56.78 -U abc%$1111 USER INFO abc