Questions tagged [rtsp-client]
147 questions
0
votes
0 answers
What is the best way to make multicast video stream: RTSP or RTMFP?
What is the best way to make multicast video stream: RTSP or RTMFP?
And what is the difference between these two methods: RTSP sends video direct to users over protocols IGM & BGP (PIM) for multicast send, but RTMFP uses server in the middle to…

Alex
- 12,578
- 15
- 99
- 195
0
votes
0 answers
Get announce request in Rtsp-Server Gstreamer
I am using rtsp-server module in GStreamer to save in file a stream received from a client with the RECORD RTSP property.
In the server I am using the signal "media_configure" to modify the element "filesink" adding the property "location" and…

ChavesJM
- 183
- 2
- 12
0
votes
1 answer
Live555 SDP received but no data stream received
I tried testH264VideoFramer. And It work fine locally(rtsp://127.0.0.1:8554/testStream). Tested with VLC Player and testRTSPClient
However, If I try to connect remotely. Only SDP data received but no data stream received
Got a SDP description:…

Tim Hsu
- 402
- 5
- 19
0
votes
0 answers
How to send requests to server by gstreamer rtsp client?
I have searched the question about Gstreamer rtsp client for a long time. But no luck.
Now I can display the live stream or the recorded stream by Gstreamer(gstreamer-1.0-android-armv7-1.6.0) from server on Android device, then I want to send…

hhbgk
- 21
- 3
0
votes
2 answers
Libstreaming - use VLC as a RTSP client (1080P resolution)
I'm trying to use VLC as a RTSP client.The rtsp server is based on the libstreaming example1. I'm use Samsung Galaxy S6.
Is it possible to stream 1080p resolution? Then what is the rtsp URL format.

MSJ
- 11
- 1
- 5
0
votes
1 answer
MVC RTSP forwarding request
I'd like to restream my rtsp ip camera to be accessible from outside by make request to my web server. I have play around using ffserver and ffmpeg. But it always gave me about 10 seconds of latency on whatever setting. I have tried -fflags…

Buzz
- 321
- 2
- 3
- 20
0
votes
0 answers
Decrypt RTSP stream Before Play on video view
i am trying to play Encrypted video stream(RTSP) on Android device.it need to be decrypted Before It play.How can we decrypt incoming RTP packets and give it to video view real time?
If anyone can advise me how to fix it, I will be Thankful.

Boban
- 41
- 1
- 8
0
votes
1 answer
Using cURL and rtsp
Using cURL, I get this error
$ ./rtspclient.o rtsp://192.168.1.5:554/streamingVideos_10/Movie8minMedium.mov 2000 0 10
rtsp://192.168.1.5:554/streamingVideos_10/Movie8minMedium.mov
* Protocol rtsp not supported or disabled in libcurl
* Unsupported…

mahmood
- 23,197
- 49
- 147
- 242
0
votes
0 answers
IP camera streaming(rtsp) error on Android studio
I try to get an IP camera view on wifi camera board, directly, using nexus s phone.
Using VideoView, I can get the video on the Internet, http and rtsp address, but I can't get the camera image on the board(rtsp board) through direct wifi…

John
- 1
- 1
0
votes
0 answers
RTSP streaming in windows phone 8 application dont work with xaml media element
I want to stream an RTSP live stream into windows phone 8 app from one of the IP camera.
I am using VS2012, mediaelemnt in xaml. it doesnt stream
i am setting the source of media elemet as below.…
0
votes
1 answer
Saving H264 RTP Packets In Useful Form
I know that it is possible to save RTP h264 streams using Wireshark and VLC. But in order to learn more about video streaming I am trying to do it myself. There are several related questions that make for good reading on this topic:
How to process…

Nick Lima
- 1
- 2
0
votes
1 answer
Failed to create MediaPlayer
I have downloaded the code of -
Experiments in Streaming Content in Java ME by Vikram Goyal
But when trying to run the application, with emulator, after running the Darwin Stream Server
I get the following error…

eyal
- 2,379
- 7
- 40
- 54
0
votes
1 answer
How to use Netty for RTSP server/client
I have added netty 3.2.9.Final jar in maven pom for my java web application. but I really don't know how to use it in my application. I read alot about RTSP protocol but didn't understood how to create or use RTSP server/client using netty.
So can…

Aniket Murtarkar
- 1
- 1
- 3
0
votes
1 answer
Get rtsp error when connection is corrupted?
I using ffmpeg libavformat to record RTSP stream from the Panasonic Camera. I can get both audio and video stream frome that everything is fine until there is a corruption between server and camera.
the "av_read_frame" function did not return…

vominhtien961476
- 317
- 4
- 17
0
votes
1 answer
Customizing RTSP client library for woza
I have downloaded a library from this links its working fine for live streaming with in local network. I am not able to customize this library to communicate with wowza server. Please guide me if anyone knows.
Or else suggest me some other open…

thavasidurai
- 1,972
- 1
- 26
- 51