List RTSP available streams - rtsp

I have an IP cam (Sricam SP009) and I'm able to access it via VLC using rtsp.
I was wondering if it would be possible to list all its available streams (as far as I know, they are ovinf1 and ovinf2.
Now, is there a way I can discover if there are other streams? I've googled a lot and came up with nothing..
Thanks in advance

Related

How should flet link to RTS web video streams?

What can I do to interface with RTS network video streams or local file video streams? If possible, could you provide examples or development documentation?
For instance, how to concatenate video streams using OpenCV or process output video streams using YOLO?
Thank you, best wishes to you and have a great day! :)
I have read the reference documentation and can't find a suitable implementation for my method, if you can give me a reference. Thanks

Multiple paths for rtsp camera streams on same port using JsMpeg

Actually, I am trying t get multiple cameras streams on the same port with different path names. Is there anyone who implemented the same thing? It would be great if you can share a code example.

Play video from one device to another

I’m looking to essentially use two devices: raspberry pi 3 and Mac 10.15. I am using the pi to capture video from my web cam and I want to use my Mac to kind of extend to the pi so when I use cv2.videocapture I can capture that same video in preferably real-time or something close. I’m programming this using python on bout devices. I thought of putting it on a local server and retrieving it but I have no idea how I could use that with opencv. If someone could provide and explain a useful example, I would greatly appreciate it. Thank you.
To transfer a video stream, you could use instead of a custom solution a RTMP server on the source machine feeding it with the cam source and the target opens the stream and processes it.
A similar approach to mine is widely implemented into IP cameras: They run a RTMP server to make the stream available for phones and PC.

How to broadcast the audio of a web page to an Icecast server?

I'd like to broadcast the audio provided by a web page which, in my case, contains YouTube videos synced with all the other people on this page at the same time.
I'd like to do that with a Debian 8 server without any graphical interface or sound card.
First, I thought I could manage that with Liquidsoap but I didn't find any way to deal with it.
I didn't find anyone trying to do the same thing as me while searching on Google.
Does anyone have an idea?
Thanks.

How to program an audio/video application on network?

I want to make (for fun, challenge) a videoconference application, I have some ideas about this:
1) taking the audio/video streams (I don't know what an audio/video stream is)
2) pass this to a server that lets communicate the clients. I can figure out how to write a server(there are a lot of books and documentation about this) but I really don't know how to interact with the webcam and with the audio/video in general.
I want some links, book, suggestions about the basics of digital audio/video expecially on programming. Please help me!!!
I want to make it run on a Linux platform.
Linux makes video grabbing really nice. As long as you have a driver that outputs the video stream to the /dev/video/v* channels. All you have to do is open up a control connection to the device [an exercise for the OP] and then read in the channel like a file [given the parameters set by the control connection. Audio should be the same way, but don't quote me on it.
BTW: Video streaming from a server is a very complex issue. You have to develop or use an existing protocol. You have to be very aware of networking delays, and adjust the information sent (resize or recompress) to the client based on the link size between the client and the server.

Resources