Questions tagged [rtsp]

The Real Time Streaming Protocol (RTSP) is a network control protocol designed for use in entertainment and communications systems to control streaming media servers.

The Real Time Streaming Protocol (RTSP) is a network control protocol designed for use in entertainment and communications systems to control streaming media servers.

18 questions
5
votes
2 answers

Save the stream to mp4 files

How can I keep the flow (protocol rtsp, codec h264) in file (container mp4)? That is, on input an endless stream (with CCTV camera), and the output files in mp4 format size of 5-10 minutes of recording time. OS: debian, ubuntu Software: vlc, ffmpeg…
Ruslan Sharipov
  • 153
  • 1
  • 1
  • 3
4
votes
1 answer

Tools for load-testing a videoserver

I'm looking for a tool capable of setting up multiple RTSP streaming sessions and keeping them alive for a configurable amount of time. Ideally this should not be videoserver specific and as lightweight as possible. The only tools I know of…
agnul
  • 536
  • 4
  • 12
3
votes
1 answer

CloudFront or other CDN with RTSP streaming?

So I've been bouncing between CDN's trying to optimize our serving solution. We're serving short video clips into our code that display either an html5 video element (MP4 or OGG) or a flash swf (FLV) as a fallback. We're using Amazon S3 for the…
nuecaster
  • 153
  • 2
  • 5
2
votes
1 answer

Is it possible to force the Apple Darwin Streaming Server to send streaming over port 80?

Is it possible to force the Apple Darwin Streaming Server to send streaming over port 80Is it possible to force the Apple Darwin Streaming Server to send streaming over port 80? Background: We have a client that connects to our streaming server over…
1
vote
1 answer

Issue connecting to RTSP stream from wowza

I'm having an issue connecting my wowza server to an axis encoder via RTSP. It's an M7001 encoder with up to date firmware (5.20.1) I'm using a connection of the format: rtsp://root:password@IPADDRESS/media.amp The exact same connection string works…
John T
  • 121
  • 4
1
vote
3 answers

RTSP to RTMP streaming

I am trying to set up a server for converting a video stream, live. The input stream is in RTSP format, and the output should be RTMP (to use in a Flash application). I've had a look at crtmp, which seems like a good solution; however, I can't…
Timothy
  • 113
  • 1
  • 1
  • 5
1
vote
1 answer

Linux RTSP server

We plan to build the video streaming solution. Servers should take an rtsp stream from cams and duplicate it to users. Users connects to the authentication servers and only then are redirected to video servers. Video servers gives a stream to users…
user11394
1
vote
0 answers

H.323 to RTSP gateway?

Is there such a thing as a H.323 to RTSP gateway? Am I searching for the wrong terms? This site seems to imply that such a thing should already exists, but I cannot find anything at all. My end goal is to connect a Flash applet (via RTMP) on one end…
davr
  • 1,729
  • 3
  • 14
  • 24
1
vote
0 answers

ffmpeg rtsp to hls streaming choppy and stops automatically

I use ffmpeg + nginx/rtmp to restream video from ip cam to web page. The command I use is: ffmpeg -rtsp_transport tcp -use_wallclock_as_timestamps 1 -i rtsp://admin:admin@192.168.28.120/ -f flv -c:v copy -c:a copy…
xrfang
  • 175
  • 1
  • 8
0
votes
1 answer

iptables port forwarding live rtsp video stream

I'm trying to port forward a connection to a rtsp live video feed within my local network. The connection starts over tcp but then (viewing with wireshark) a random udp port is attempted to be established by the video server but they never get to…
0
votes
1 answer

IP Camera does not show open ports for RTP streaming but shows RTSP port open

I ran nmap on my IP camera to see what ports are open. I see a RTSP port open on port no 554, as expected. However, I do not see any ports open for RTP-RTCP streaming. Here is the output of nmap: PORT STATE SERVICE 22/tcp filtered…
asinix
  • 125
  • 5
0
votes
1 answer

Port forwarding for an IP camera (HTTP, RTSP) without altering routes

I have installed two Dahua IPC-C15 IP cameras in an internal network and want to make them accessible via VPN. The local network is set up as follows: default GW: 192.168.1.1 vpn-connected machine: 192.168.1.31 IP camera: 192.168.1.4{0,1} dynamic…
Robert Munteanu
  • 1,542
  • 5
  • 22
  • 38
0
votes
1 answer

Openning an RTSP port in linux

I want to check if a client can access a server via rtsp://192.168.1.5:554. As you can see the rtsp protocol and port #554 must be open and working on the server. Can I add iptables -A INPUT -m state --state NEW -p tcp --dport 554 -j ACCEPT but the…
mahmood
  • 962
  • 7
  • 18
  • 31
0
votes
2 answers

Open source RTSP streaming server

I want to stream videos to mobile phones in RTSP format. I want to set up an RTSP server. Is there any CDN that suppport RTSP or should I set up a VPS and go for an RTSP server. If so what is the suggested Open source server. Must Support 3gp…
Akhil K Nambiar
  • 99
  • 1
  • 1
  • 6
0
votes
3 answers

Softgrid App-V Launch Failed can't connect

I've just been assigned a task of troubleshotting a softgrid setup, and since I've never worked with softgrid it's quite a steep learning curve. A customer called in and said she couldn't start her simple application and that the softgrid icon said…
user59054
1
2