Questions tagged [rtsp]
26 questions
20
votes
4 answers
How to play rtsp streams in ubuntu?
More specifically, the question is how to play rtsp streams from addresses that have a question mark in them.
I.E: rtsp://some.server.name:554/video_file.wmv?authstring=sOm3StrIN2==¶m=3
I have tried various media players, but couldn't stream…
yaron160
- 648
11
votes
3 answers
Ubuntu 18.04 Webcam streaming problem
I am required to run some video processing algorithms on IP camera stream. I don't have an IP Camera so my idea is to use a webcam as an IP cam for RTSP streaming, which the client machines can acquire and run the algorithms on. I learned that VLC…
Raja Ayaz
- 171
8
votes
3 answers
How can I get the rtsp stream from a V380 wifi smart net camera
I can ping 192.168.15.20 just fine and the camera's online and I can connect to it with the android app I've tried opening rtsp://admin:password123@192.168.15.20:554/live/ch00_1 and this is the result from my vlc log file:
satip debug: try to open…
Mices
- 141
7
votes
2 answers
Unable to play any rtsp Streams - in XUbuntu and Debian
I am unable to play any RTSP-Stream from any XUbuntu/Ubuntu/Debian Live-Stick or my XUbuntu which is running on my Laptop and Desktop.
I have several rtsp-sources:
an RTSP-Stream on my local RaspBerryPi (authentication is not needed)
a stream from…
MikroPower
- 394
6
votes
1 answer
can't build gst-rtsp-server
I am trying to make a rtsp server that can catch a rtsp feed from a onvif camera and then redistribute this stream to everyone that connects to my server.
I created a new Ubuntu 64-bit vm on VMware Workstation using this…
LoukMouk
- 265
4
votes
1 answer
Upgraded to 22.04.2 LTS, now VLC can't open RTSP stream
After upgrading, I can no longer open a stream to my security camera (rtsp://frontcam2/). This worked fine before the upgrade. I can open mpeg files and audio and video work fine on those.
I turned on debug messages, and I got
main debug: net:…
Paul Tomblin
- 616
4
votes
1 answer
Can not play rtsp - Streams with Linux
I am unable to play any rtsp Stream from XUbuntu (21.04 , 20.04) or Debian 11. I have used Live-USB-Sticks to have a fresh system too.
As software I have tried it with mplayer, vlc (3.012), ffmpeg ... but no success.
From my Android device (Tablet…
MikroPower
- 394
3
votes
1 answer
How to use ffmpeg command to record the rtsp stream to wav
I know how to record the rtsp steam to aac, just like:
ffmpeg -i rtsp://192.168.0.192/110 -acodec copy -t 5 -vn voice.aac
But I don't know how to record the rtsp stream to wav. I have tried the below commands, but they can't work
ffmpeg -i…
chen zhijian
- 31
- 1
- 2
3
votes
0 answers
20.10 => 21.04 update broke Gstreamer's plugins? (RTSP streams over VLC won't work, while i.e. mplayer plays them OK)
After updating to 21.04 (hirsute), my VLC broke as for the RTSP stream playback functionality. I suspect this to be related to my gstreamer plug-ins breaking down during the install. Running the RTSP stream with mplayer from command line works fine…
2
votes
0 answers
cabac : decoding error
I am using an IP camera , opened in OpenCV. While displaying the output of the Camera I'm getting errors like ;
[h264 @ 0xd1c440] left block unavailable for requested intra mode at 0 42
[h264 @ 0xd1c440] error while decoding MB 0 42, bytestream…
Sam
- 31
- 4
2
votes
0 answers
gst-rtsp-server
In ubuntu / debian there is a package which is gst-rtsp-server-0.10 which is the gstreamer rtsp server package however the current version in ubuntu seems to be somewhat buggy / unstable
How would I go about getting a new version packaged?
user328189
1
vote
1 answer
Using VLC for stream recording
I need to setup VLC to record RTSP stream from IP-camera to hard drive. Currently I wrote two bash scripts.
First script remove oldest file, if HDD free space is less than 10%.
Second script is infinity loop where VLC runs with the following…
1
vote
2 answers
understanding the syntax for rtsp URL's
By trial and error I was able to display the feed from an RTSP WiFi cam in VLC using the URL:
rtsp://192.168.2.33:554?user=admin&password=&channel=2&stream=1.sdp
However all the examples I find use something…
dave fournier
- 111
- 3
1
vote
1 answer
Has anybody got access to a H264-stream of an IP-Cam over SimpleCV?
I wonder if it's possible to get access of the H264-encoded mainstream of my Hikvision IP-cam DS-2CD2032-I over SimpleCV.
The H264-stream I got in the browser is
rtsp://192.168.1.199:554/ISAPI/streaming/channels/101?auth=YWRtaW46MTIzNDU=
SimpleCV…
empedokles
- 4,023
1
vote
0 answers
Decode Multi-Layer HEVC
I'm trying to decode an HEVC/H.265+ rtsp stream to an image using ffmpeg as follows:
ffmpeg -rtsp_transport tcp -stimeout 10000000 -i 'rtsp://user:passwd@url:port/Streaming/tracks/101?starttime=20210826T130000Z&endtime=20210826T130010Z' -vframes 1…
Sadmi
- 11
- 3