Tagged Questions
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
votes
4answers
46k views
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 ...
13
votes
2answers
462 views
Getting artifacts when trying to read video stream from YouTube
I'm trying to read the video frames from the RTSP stream that I get from YouTube. Here is the link for my test video:
...
10
votes
0answers
933 views
Connect android to local Lan via Phone (Over wifi OR via USB connection) [closed]
I am playing about with RTSP in Android, getting it to stream using Media Player. Now I am wanting to test them locally, but finding it incredibly difficult.
What I have done is run a local Wowza ...
7
votes
4answers
24k views
RTSP client in android
I am writing a RTSP client in Android. I am able to receive the Responses for all the requests
i.e.,
DESCRIBE it sends back the 200 OK
SETUP with transport: RTP/AVP:unicast:client_port=4568:4569 got ...
6
votes
5answers
792 views
rtsp stream capturing
I'm looking for some universal way to dump rtsp stream. I want to figure out, that some rtsp stream is working well and server is sending some watchable video.
openRTSP
At first, google recommends ...
6
votes
3answers
253 views
RTSP streaming of video files to 3gp
One of my friend wants to build a mobile site. He also has a couple of video files that should be streamed on to visitors mobile when chosen. I want to know if there exists a library to stream a video ...
5
votes
2answers
552 views
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 ...
5
votes
1answer
632 views
non http streaming video for iOS devices
I am using wowza to restream source rtsp streams to multiple types of end devices. Due to the buffering restriction with http based streaming, I cannot use it for my application. I need to use RTMP or ...
5
votes
1answer
715 views
How to resume video playback after the surface was destroyed?
I'm working with the media player on a streaming application (RTSP):
Video and sound are played great but when an incoming call pauses the Activity, the Surface is destroyed (I know this because of ...
5
votes
4answers
11k views
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.
Thanks
4
votes
2answers
146 views
How to fix incorrect timestamp calculations? [OpenRtspClient]
My RTSP Source's RTCP SR are not reliable for some of the calculated timestamps of H.264 streams frequently resulting in large negative jumps.
Here is an example from the debug log. See how it jumps ...
4
votes
1answer
811 views
Play Youtube video in MPMoviePlayerController or play RTSP - 3GP link
I've checked on stackoverflow and searched all over the internet but haven't been able to find a solution to my problem.
In my app I need to have control over the way a youtube video is shown. I need ...
4
votes
4answers
869 views
Is there any alternative to libVLC to stream and display rtsp?
i have problem with the GPL license that libVLC only support , is there any alternative ?
something that is lgpl or other none gpl ?
4
votes
1answer
2k views
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?
4
votes
4answers
2k views
RTSP to RTMP streaming
I have an IP camera which is streaming via RTSP and RTP.
Ideally I would like to convert RTSP to RTMP to stream it to LiveStream or similar streaming services.
Can anyone please let me know how may I ...
4
votes
1answer
2k views
Writing custom DirectShow RTSP/RTP Source push filter - timestamping data coming from live sources
I'm writing custom DirectShow source push filter which is supposed to receive RTP data from video server and push them to the renderer. I wrote a CVideoPushPin class which inherits from CSourceStream ...
4
votes
2answers
5k views
rtsp over http over a proxy
I am trying to fetch an RTSP stream over HTTP using a proxy. The behavior of the Real client seems to be a bit hectic: it tries all the possible ports, methods and protocols at once. The only thing ...
3
votes
1answer
468 views
Android Video Streaming - Device supported?
Ok. So there are a bagillion different Android devices. I have a video streaming service, works wonderfully for iOS. My app has a live video feature and a saved video clip playback feature (which ...
3
votes
2answers
2k views
Live555 on Android
I'm trying to get the RTSP video stream play in my Android App using the build-in Videoview/MediaPlayer, but there're always various problems on different ROMs or different network status(UDP packets ...
3
votes
1answer
1k views
Play video in Android from a bytes stream
Is there any way to play a video from a bytes stream in Android?
I'm using an specific communications middleware so I can't just pass the http/rtsp link to the MediaPlayer object.
I was wondering if ...
3
votes
2answers
2k views
Does android support APIs for implementing RTP,RTSP for VoIP and PTT Project?
I am going to make a PTT project on Android. Could you tell me how deep Android supports Voice and Multimedia API (such as RTP,RTSP,VoIP) for developers?
3
votes
2answers
1k views
Reduce video buffering
I'm playing video on Android using media player via RTSP. The player takes about 12s to buffer before it starts playing. Anyone know how I can convince the player to buffer less? I have full ...
3
votes
1answer
779 views
Android VideoView save RTSP stream
I'm playing on my Android Nexus One some videos of a few cisco cameras using a VideoView. While this works fine, I'm unsure if it's possible to save the movie to a file.
I'm opening an URL like ...
3
votes
1answer
1k views
Fast forward/streaming in HTML5 video? RTSP? [closed]
Right now I've got a few .MP4s hosted on Amazon S3. I know that S3 has support for RTMP, which is useful for streaming Flash.
I'd like to accomplish something similar with HTML5 video; my biggest ...
3
votes
4answers
699 views
Verify RTSP service via URL
I am trying to verify that a video service is provided from an URL in python. I am asking does anyone know of any good libraries to use or a way to do this. I have not found much info for this on the ...
3
votes
2answers
2k views
Browser Based Streaming Video/Audio (not progressive download)
I am trying to understand conceptually the best way to deliver real streaming audio and video content. I would want it to be consumed with a web browser, utilizing the least amount of proprietary ...
3
votes
8answers
13k views
Java RTSP client/server library
Is anyone aware about good RTSP client/server Java library?
Search on Google reveals JMF, which is very outdated.
Thanks.
2
votes
0answers
21 views
RTP/RTSP start up latency: Would this method help to reduce it, and if yes, why we don't have it
This is probably not the best forum for such a specialized question, but at the moment I don't know of a better one (open to suggestions/recommendations).
I work on a video product which for the last ...
2
votes
1answer
99 views
RTSP video streaming implementation
I have to write an app in C#. The aplication is a video streaming client-server using rtsp protocol. It is dificult to me to start implementing because i never done before such a big app. If someone ...
2
votes
1answer
70 views
Why does adding a renderer to my DirectShow Filter Graph smooth out audio input to the graph?
I have a DirectShow filter graph in my Delphi 6 application built with the DSPACK component library. The structure of the graph is as follows:
Custom push source audio filter
Sample Grabber
Tee ...
2
votes
1answer
100 views
Red5 with OpenCv - What do you think?
I have a opencv application tracking head from webcam.
I like to have something which will transfer live video stream of webcam to server where opencv program is running.
Opencv program manipulating ...
2
votes
0answers
253 views
MATLAB - capturing video streams (MJPEG, rtsp, mpeg)
Has anyone worked with capturing video streams from IP cameras in MATLAB? For example to grab frames in MATLAB from rtsp://10.10.10.10:554/live.sdp (rtsp stream) or from ...
2
votes
1answer
159 views
Streaming video through RTSP
I am trying to stream videos to Android via RTSP. The streaming works very well on Android 3.0 but for other lower versions the videos doesn't play.
I went through this link ...
2
votes
1answer
115 views
cURL RTSP Download
I'm trying to download .3gp videos online but the URL for these videos starts with rtsp://
Is it possible to use cURL to download these videos? I can't find anything about it online.
2
votes
0answers
116 views
Erlyvideo configuration file [closed]
I am going to use Erlyvideo to turn an RTSP stream into an RTMP steam, making it possible to pick it up in Adobe Flash. However, I'm having some problems finding the right way to configure it. What's ...
2
votes
1answer
139 views
Play back an RTSP in Flash
I have an IP camera streaming video through RTSP, and I am able to pick up the stream in VLC (rtsp://192.168.1.50:554/live.sdp). What I need now is a way to show this stream in a Flash application I ...
2
votes
1answer
425 views
Get RTSP URL from Youtube
I have a video URL like http://www.youtube.com/watch?v=AAAAAAAAAA
How can I get a RTSP URL for this video?
2
votes
2answers
543 views
how to make RTSP server at android phone?
I want send streaming video from android phone to computer server on RTSP.
the server is coded using java.
how can I do that?
2
votes
1answer
780 views
Viewing RTSP video stream through WebView in Android App
My App has a WebView which loads a simple html. However, this html links to a rtsp live video stream and the WebView isn't able to load it, instead it returns a "Web Page Not Available" message. When ...
2
votes
1answer
534 views
How to get Android to play a high quality RTSP stream smoothly?
Does anybody have any luck streaming a high quality video (over 1000kbps) to Android through RTSP?
We currently have low quality video streams (around 200kbps) that work wonderfully over 3G. Now we ...
2
votes
1answer
248 views
Is there a good way to stream video FROM Android to an RTSP server?
I have searched around and haven't really found anything. I would like to send the video from the built in camera to my RTSP server via a stream. When looking for examples, I saw that it might be ...
2
votes
3answers
1k views
Most effective plugin to play Rtsp streams on a webpage with good browser compatibilty
Here is a overview of my code.
User press a record button and it hits the server to start a surveillance stream,and it returns a rtsp url which I want to play on the website.
I have tried vlc plugin, ...
2
votes
2answers
485 views
H.264 RTSP Absolute TIMESTAMP
Is it possible to read an absolute timestamp from an H.264 stream sent trough RTSP from an Axis camera?
It will be necessary to know when the frame has been taken by the camera.
Thanks
Andrea
2
votes
2answers
589 views
Turning an iPhone or iPod into a wireless webcam
I'd like to stream video from the camera on an iOS device to a receiver via wifi, in effect turning the device into a wireless webcam. Is there a way to build a small app that captures video input on ...
2
votes
1answer
1k views
How can I connect to an RTSP h.264 stream on iPhone using objective-c library
I realize that the official supported streaming protocol for the iPhone is HTTP streaming . This is great, but many appliances implement the RTSP protocol to stream video. I have looked around for ...
2
votes
0answers
656 views
Get rtsp stream from Axis camera on Android
I'm trying to show rtsp stream from an Axis camera into a mediaplayer object, here the code:
public class Rtsp extends Activity {
String PATH_TO_STREAM = "rtsp://192.168.131.21/mpeg4/1/media.3gp";
...
2
votes
3answers
228 views
What is the advantage of RTSP over plain HTTP for static files?
Is there any advantage of using RTSP for serving static (not live stream) TS videos?
HTTP looks like better for this purpose and triggers less bugs in client software. Seeking works better, ...
2
votes
2answers
758 views
SIGILL signal is sent to my Android app
In my application I want to be able to play streaming video (by way of RTSP protocol).
I found open RTSP stream: rtsp://red7blue.de/Primetime and tried to play it. But my application is being ...
2
votes
1answer
529 views
rtp and rtsp player integration to browser
I am trying to build a web service that will stream music over a web browser.
I got a server running to open up a web page that says "hello world".
The problem is that I do not understand what I need ...
2
votes
4answers
2k views
Streaming server by RTP or RTSP
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 ...