rtsp

RTSP audio stream works fine on BlackBerry 9000 but there is no sound on BlackBerry 8320

i have this code in java, and i can hear the rtsp audio stream in blackberry 9000, but while i can see in server logs that rtsp stream is being transmitted and i can notice phone getting content i hear no sound on BlackBerry 8320. javax.microedition.media.Player ppp = javax.microedition.media.Manager.createPlayer("rtsp://rtspink;devices...

Download streaming RTSP protocol

Hi, Are there any class or snippet in PHP or C# (better in php if could be), to download video from an streaming source that uses RTSP protocol? Thanks a lot in advance. Best Regards. Jose. ...

QuckTime RTSP/RTP over HTTP and Java

Hello. I have webcam. I can work with it using RTSP/RTP over HTTP tunneling (because only 80 port is opened for me). QuickTime player plays video. I want to catch this video and save it to disc in AVI container using java. Can I use JMF? Does it support "RTSP/RTP over HTTP tunneling" ? I heared about QTJ, but it is windows and mac os ...

RTSP streaming Flash lite 2 application error

I'm developing a RTSP streaming Flash lite 2 application. I'm streaming to drawing server by VLC (port 554) vlc -vvv /video.flv --sout "#transcode{vcodec=h264,vb=360,fps=25,scale=0,acod ec=mp4a,ab=128,channels=2,samplerate=44100}:rtp{ds t=127.0.0.1,port=5004,sdp=file:///C:/Darwin Streaming Server/Movies/myStream.sdp}" When I tried the a...

oEmbed with Mobile devices

I've just found out about oEmbed and was wondering if there is a way to get a mobile link/embedd code by sending the user-agent (or prefered format, like 3gp)? I've might have missed something, but I can't find those options on the oEmbed website. For example (Youtube), I would like to get the 3gp rtsp link for devices that supports t...

RTSP Streaming Servers to broadcast receiving RTP packets from other system

Hi, I am developing a live video streaming application on Nokia N97. I have video and audio buffer in H.263 and AMR format respectively (from live camera source) and want to stream these to some sever that can broadcast it with RTSP. That RTSP broadcast server will be on internet. I need to know which RTSP servers can do this job that c...

Streaming video to Android via RTSP

Hi All I'm trying to stream video to an android phone via rtsp. I think my SDP isn't quite right and there's something in it that the phone doesn't like. Below is the trace from the phone. Any idea what's wrong with the SDP that causes the player to give up? 10-08 14:11:22.657 I/RTSPEngine( 5031): RTSP Server response: 10-08 14:11:...

Flash: Stream a RTSP 3GP video, is it possible?

Situation: I've got a RTSP stream with a 3GP video, users need to watch it in their browser. I can't rely on any proxy setups (RED5/Wozwa etc.) because of scalability. Question: Is it possible to stream it in flash? (I don't mind any dirty hacks :) ) ...

Video: Embed a RTSP 3GP Quicktime seems to be impossible

Situation: I want to embed this stream in my website: rtsp://v8.cache2.c.youtube.com/CiQLENy73wIaGwnUg6yvPB1bKxMYESARFEgGUghzdGFuZGFyZAw=/0/0/0/video.3gp Problem: All my tries to embed fail, only Quicktime logo shows up. Code: <object height="200" width="400" codebase="http://www.apple.com/qtactivex/qtplugin.cab" classid="clsid:02BF25...

Decoding a H.264 video using AVFramework and diplaying it in media player

Hi, I need to decode H.264 format videos which is encoded in the server end. I found similar link which talks about it and this is the task I need to do to decode the video. http://stackoverflow.com/questions/3142439/streaming-live-h-264-video-via-rtsp-to-iphone-does-work-w-example I am not sure whether this is the best way of doing ...

Reduce video buffering

Hi All 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 control over the RTSP server and the SDP it returns. Regards Phil ...

Mplayer crash when playing RTSP and disconnect

Hi, I'm using mplayer for playing RTSP streams (Axis IP Camera), and I would like to know how I can prevent mplayer from crashing when the IP cameras are unreachable (network problem, camera is shutdown, etc...). Currently, mplayer crash with this output: MPlayer interrupted by signal 11 in module: free_demuxer - MPlayer crashed by bad ...

RTSP to RTMP streaming

Hello, 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 convert RTSP to RTMP and then stream it to streaming services? ...

RTSP Audio Clicks/Pops/Peaks/glitches and ticks. (iPhone Streaming) Any advice?

Hi, I'm using some code related to RTSP, RTP to listen to various RTSP Streams Using FFMPEG, it works! BUT The noise is being decoded in such a way that every 10 seconds a glitch in the ASF decoding of the stream occurs, where the Volume Peaks and makes a loud Popping sound. Generally the sound you hear when a packet is corrupted... ...