rtsp

Can't correctly stream x264 video to mobile via RTSP

Hello! I'm creating mobile version of YouTube-like website. And i'm going to use Darwin Streaming Server for streaming low-res clips compressed with x264 and NeroAAC and hinted with MP4Box. When i'm playing it with VLC player streaming works fine, as expected. When i'm trying to open URL with my HTC Hero, it switches to player mode, the...

how to play rtsp streamming in QT

Hello, I am trying to find a way to play in Qt 4.6 rtsp streaming, that i got from youtube api can it be done somehow? ...

select() hanging indefinitely

I have an application that runs on embedded linux (older kernel, 2.6.18). I'm using Live555. Occasionally when the camera is heavily loaded, my RTSP server (built using Live555) will hang indefinitely--no amount of connecting or cajoling seems to get it to snap out of it, short of resetting the application. I narrowed the hang down to...

Java RTSP get contents

Can I download the contents from an RTSP url in java? Just like we can get contents of an HTTP url as an InputStream... Thanks Chris ...

RTSP requests to a server for streaming data

Can i get a small sample program for sending RTSP requests to a server, I am new to protocols and my application requires streaming live data. Please respond. I need to start with a very small basic example to implement RTSP requests ...

Calculating packet loss, jitter and delay.

I am streaming an rtsp video to Android. How could I calculate network metrics like packet loss, jitter or delay? ...

Android RTSP - MediaPlayer init failure / PVMFFailure

Hello, I have a camera by Cisco and like to stream it's video stream to my android phone. It's coded in MPEG4 so there should be no problem, but it's not working anymore (it worked with another camera a few weeks ago). Any idea what I might try ? I don't know what's wrong here. I/ActivityManager( 79): Starting activity: Intent { cmp=c...

YouTube 3GP link (mobile development)

Hey all! Trying to develop a mobile website. Right now, I'm using the following link to play a YouTube video, however, it requires the YouTube app to be installed on the phone (iPhone, Android, Blackberry, etc.): http://www.youtube.com/v/videoID However, some devices support RTSP natively (without the YouTube app), so, I'd like to do ...

Android VideoView save RTSP stream

Hello, 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 rtsp://192.168.1.22:554/live.sdp How can I save it to the SDcard ? Handle it like a file maybe ... Is that possible ? ...

Streaming live H.264 video via RTSP to iphone does work! w/example

Using FFMPEG, Live555, JSON Not sure how it works but if you look at the source files at http://github.com/dropcam/dropcam_for_iphone you can see that they are using a combination of open source projects like FFMPEG, Live555, JSON etc. Using Wireshark to sniff the packets sent from one of the public cameras that's available to view wi...

Connect android to local Lan via Phone (Over wifi OR via USB connection)

Hey, 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 server and published the RTSP url and I am then entering that URL into the android api demos MediaPlayerDemo.java. However, because it w...

How to link to an RTSP stream on Android phone?

I need to play an RTSP audio stream on an Android phone, linked to from a web-page. What's the simplest way to achieve this? I hope this will be very simple but unfortunately I don't have a phone on which to test. ...

RTSP Client with Qt GUI

Hi, does somebody have instructions, how do to make a RTSP client with Qt? I have already heard of live555, but I don't know how to link it with Qt. Is there another way? I would like to do it with Qt, so that it also runs under Linux and other platformens. ...

Does RTSP live streaming just not work on Android 1.5/1.6?

My main dev phone is a Nexus 1 running 2.2. I have successfully been streaming live video to this device from a Wowza server for several weeks now. I have now taken my application (without modifications) and put it on a Sony Ericsson Xperia running 1.6. The video will not play. I get the following errors: MediaPlayer: Couldn't open fil...

play video from stream on a android MID

Hi,all I want to play streaming-video on a android device(MID),but I can not see and hear anything,Although the data seem have stream into this device. I really do not have any idea what's wrong about my code,for it work normally on other device like HTC hero or xt800 and so on... Following is the log from logcat any suggestion will ...

Interesting rtsp video streams

Are there any cool rtsp streams out there? I am trying to test an app I made and looking at my coworker through a webcam gets real boring fast. ...

RTSP Streaming on ios 4.0?

Hello guys, I am working on an application that runs the live video taken from the server and play it on iphone os4.0 . When I run the application on iOS 4.0,, after few seconds it gets paused, even if i play it it wont work any more. I tried a lot but it doesn't worked. But it is clearly stated in iOS 4.0 documentation that iOS 4.0 su...

How to use Dropcam Library for iPhone app?

Hello All, I just gone through some links and libraries, and got dropcam library for rtsp streaming on iphone. This is the link for library, https://mail.google.com/mail/?ui=2&ik=ff5f45ebb5&view=att&th=12a55cabfa24aac2&attid=0.1&disp=attd&realattid=f_gcli63610&zw But after working on it I am unable to compi...

RTSP Streaming for web server

Hi all, Last few days I am working hard on RTSP streaming directly on iPhone but could not got any solution. Today i came up with another question that, whetherit is possible to stream "rtsp://urlString/filename.sdp" to an http server and then from http to iphone. If it is the way how will it work? Please, do suggest me something for ...

Red5 supports RTSP ?

Hello, I am looking for a way to play a live video stream on android. At this moment I publish webcam from Flash application to Red5 and transcode it there into the second live stream using Ffmpeg. How can I play the second stream on Android ? I tried to transcode the stream into mp4 file, and hint it with MP4Box, but it doesn't work b...