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.

2183 questions
158
votes
9 answers

Streaming via RTSP or RTP in HTML5

I'm building a web app that should play back an RTSP/RTP stream from a server http://lscube.org/projects/feng. Does the HTML5 video/audio tag support the rtsp or rtp? If not, what would the easiest solution be? Perhaps drop down to a VLC plugin or…
Elben Shira
  • 1,976
  • 2
  • 13
  • 13
102
votes
14 answers

How can I display an RTSP video stream in a web page?

I have an ip camera which provides a live RTSP video stream. I can use VLC media player to view the feed by providing it with the URL: rtsp://cameraipaddress But I need to display the feed on a web page. The camera provider supplied an ActiveX…
elMarquis
  • 6,968
  • 4
  • 34
  • 40
90
votes
2 answers

how to get vlc logs?

I am trying to run rtsp url from the VLC player. But an error appears, and "see logs for details" comes up in a dialog box. How can I enable logs in VLC?
garima
  • 4,934
  • 10
  • 41
  • 76
68
votes
6 answers

What is the difference between RTP or RTSP in a streaming server?

I'm thinking about developing a streaming server and I have the following question, do over RTSP (example url: rtsp://192.168.0.184/myvideo.mpg) or RTP (example url: rtp://192.168.0.184). As I have understood, an RTSP server is mainly used for…
Lobo
  • 3,677
  • 6
  • 32
  • 62
58
votes
3 answers

How to dump raw RTSP stream to file?

Is it possible to dump a raw RTSP stream to file and then later decode the file to something playable? Currently I'm using FFmpeg to receive and decode the stream, saving it to an mp4 file. This works perfectly, but is CPU intensive, and will…
Felix
  • 2,817
  • 5
  • 29
  • 45
45
votes
4 answers

How to process raw UDP packets so that they can be decoded by a decoder filter in a directshow source filter

Long Story: There is an H264/MPEG-4 Source I can able to connect this source with RTSP protocol. I can able to get raw UDP packets with RTP protocol. Then send those raw UDP packets to a Decoder[h264/mpeg-4] [DS Source Filter] But those "raw" UDP…
Novalis
  • 2,123
  • 6
  • 35
  • 60
44
votes
3 answers

Live stream RTMP/RTSP player without using webview (WOWZA server) on Android

I am developing an Android application in which I want to publish as well as stream a video... What I want is: My app records a video and that video is sent to the server The recorded video will be streamed live to another Android device at the…
SweetWisher ツ
  • 7,240
  • 2
  • 27
  • 68
37
votes
4 answers

Receiving RTSP stream using FFMPEG library

I have an IPCamera on my LAN streaming video using RTSP. I have been able to capture and display it successfully using ffplay command: ffplay rtsp://admin:123456@192.168.2.50:7070 (with authentication) So I would like to achieve the same using…
Bhanu Challa
  • 605
  • 1
  • 7
  • 13
36
votes
2 answers

Best C++ RTP/RTSP library

I'm looking for a RTP/RTSP library in C++. I found pjsip but it is more C-style. I'm looking for more OO library.
cubesoft
  • 3,294
  • 7
  • 44
  • 90
36
votes
6 answers

Play RTSP streaming in an Android application

I am trying to develop an Android based application, which can play video from a live stream. This live stream is produced using Wowza Media Server. The URL is: rtsp://tv.hindiworldtv.com:1935/live/getpun I have tried following code in…
SJSSoft
  • 713
  • 2
  • 10
  • 27
35
votes
2 answers

Forcing Android to use RTSP/AVP/TCP interleaved

I am using Android 4.1.2 on Galaxy S3. Currently android mediaplayer always tries RTSP UDP (RTP/AVP/UDP) method to connect with RTSP server. If Android MediaPlayer does not receive the data on its UDP ports..it timesout and then tries RTSP TCP…
ext123
  • 351
  • 3
  • 3
35
votes
3 answers

Decoding Raw H264 stream in android?

I have a project where I have been asked to display a video stream in android, the stream is raw H.264 and I am connecting to a server and will receive a byte stream from the server. Basically I'm wondering is there a way to send raw bytes to a…
will
  • 721
  • 1
  • 9
  • 12
30
votes
3 answers

Embedding a live RTSP stream of H.264 video in a webpage

I have a server providing live H.264 video over a network via RTSP (rtsp://...), and I've been trying to find a way to display the stream to users in their browser (on at least Windows and OS X - Linux is a bonus). I currently have VLC Player…
jstol
  • 801
  • 2
  • 12
  • 27
28
votes
2 answers

Decode android's hardware encoded H264 camera feed using ffmpeg in real time

I'm trying to use the hardware H264 encoder on Android to create video from the camera, and use FFmpeg to mux in audio (all on the Android phone itself) What I've accomplished so far is packetizing the H264 video into rtsp packets, and decoding it…
joebobfrank
  • 945
  • 9
  • 13
28
votes
2 answers

what is difference between rtmp and rtsp protocol?

i just want to know what is the difference between rtsp and rtmp protocol and if there are mp3s on my server and i am playing it in my android using http,how these differs in work. In android if i want to implement rtmp or rtsp ,which is the…
Hitendra
  • 3,090
  • 7
  • 40
  • 67
1
2 3
99 100