Re: Detect encoding type from rtsp streamings
marc lievens via gstreamer-devel <[email protected]>
| Newsgroups | gmane.comp.video.gstreamer.devel |
|---|---|
| Message-ID | <CAD_M0g7DYcHDsKQUq9OoPzfmzCssOxCCgPc-0ty-uHQiVH5ZNA@mail.gmail.com> |
Hi, I think you can get this info from the SDP info Cheers, marc Op wo 21 jun 2023 om 23:15 schreef vinod kesti via gstreamer-devel < [email protected]>: > uridecodebin can do job for you. > > > > Sent from Yahoo Mail. Get the app <https://yho.com/148vdq> > > > On Wednesday, 21 June, 2023 at 05:45:55 am GMT-5, Alejandro Vazquez via > gstreamer-devel <[email protected]> wrote: > > > Hi, All. > > Is it possible to detect encoding types from rtsp streaming? > I saw that the element typefind can determine the media-type of a > stream but the only examples I found always use a file. > > I use the example from > > https://gstreamer.freedesktop.org/documentation/application-development/advanced/autoplugging.html?gi-language=c > and replace the plugin filesrc with rtspsrc but I get a error. > > So I imagine that It is not possible or that I need something more to > get success. > > Regards. > A. >