Questions tagged [rtsp-client]

147 questions
0
votes
2 answers

How can I check if a streaming rtsp on android ends?

I have an application that show a streaming rtsp. How can I check if it ends? Buffer empty? Anything else?
Marco Peca
  • 81
  • 1
  • 6
0
votes
1 answer

Failed to find network address

i installed openRTSP on UBUNTU and try to call url rtsp://simplelive.nexg.tv:554/starplus_mpeg.sdp using the command openRTSP rtsp://simplelive.nexg.tv:554/starplus_mpeg.sdp i am getting the error Failed to get a SDP description for the URL…
mathlearner
  • 7,509
  • 31
  • 126
  • 189
0
votes
1 answer

firewall issue with RTSP server on iOS

I'm trying to set up an rtsp server on my iphone to stream video content(C / objective-C). It works great on local but I can't connect to my iphone from network : ffmpeg -i rtsp://82.101.X.X -f flv test.flv >TCP connection to 82.101.X.X:554 failed:…
Pierre D
  • 93
  • 1
  • 1
  • 6
0
votes
1 answer

What causes the RTSP streaming failure?

I am working on video streaming using RTSP protocol. Sometimes but not always, I observe streaming failure. When the client sends "DESCRIBE", the server responds with the following message. >> from server [398] >> RTSP/1.0 200 OK CSeq:…
user180574
  • 5,681
  • 13
  • 53
  • 94
0
votes
1 answer

How to terminate openRTSP on Windows cleanly and/or send a signal in windows

According to the openRTSP page you must "terminate it cleanly, by signalling it with SIGHUP or SIGUSR1". Those don't exist in Windows so is there a method already coded openRTSP for windows I can instigate, or is there a way to signal in windows?
noelicus
  • 14,468
  • 3
  • 92
  • 111
0
votes
1 answer

Regarding RTSP setup request

We are trying to build a SIP2RTSP gateway for one of our solutions, Where in one of SIP invite is converted to RTSP SETUP request to wowza media Server and then a PlayBack is played from the mediaServer to SipClient. But when the setup request is…
Pradeep
  • 173
  • 2
  • 10
0
votes
2 answers

Android RTSP Client

What are the possible RTSP clients that can Stream live RTSP videos from an IP Camera on Android? Please don't mention me the Android VideoView/MediaPlayer, they have an unbearable buffering delay which causes the whole stream to be delayed for 7-8…
Ahmed Emad
  • 619
  • 10
  • 23
0
votes
1 answer

Video/Audio frame as input to OpenCore

I am not able to use MediaPlayer/VideoView to make RTSP to work in Android. So I have created a client to interact with RTSP server, I have succeeded in doing this. I am able to get the video/audio frame from RTSP server (MySpace) in Android. Now I…
0
votes
1 answer

Processing RTP stream

Here is some debug info from extracting H.264 from RTP: fragmentTypeBits: 7, start_bit: 0, end_bit: 64, RTP payload: 6742E01EDB02C0417845 -> Write SPS fragmentTypeBits: 8, start_bit: 128, end_bit: 64, RTP payload: 68CE30A480 -> Write…
Display Name
  • 349
  • 2
  • 10
  • 19
0
votes
2 answers

RTSP not working when using 3G connection, however it works when using WiFi

I have been working on application to play different radio rtsp, when I try it out on a tablet which only uses wifi(with Android 4.3), I can actually hear the radio stations fine. However when I test it on a mobile ( with Android 2.3 ), I cannot get…
user1388555
  • 23
  • 1
  • 6
-2
votes
1 answer

unable to run the code for Rtsp Play from Github

I am trying to run the rtsp protocol in iphone so i have downloaded the code for RtspPlay from this link : RTSPPLAY Github I am using latest Xcode 4.4.1. But I am facing problem to run this code in my device because of error. Error is:…
user1011291
  • 109
  • 1
  • 2
  • 12
-3
votes
1 answer

live555 asynchronous rtsp client

did someone managed to get live555 rtsp client work asyncronously and wants to share the knowledge or better... code.
Boris
  • 1,311
  • 13
  • 39
1 2 3
9
10