rtsp to hlssink with audio

Michael Prendergast michael at spalk.co
Tue Dec 17 22:39:20 UTC 2019


Hi Jerry,

If you set the GST_DEBUG environment variable to an integer > 0 you will
get more debug output printed to stderr.

There are more variables and ways to use them available here:
https://gstreamer.freedesktop.org/documentation/tutorials/basic/debugging-tools.html

If you are on a *nix system I would recommend:
export GST_DEBUG=5

gst-launch-1.0 playbin uri=rtsp://192.168.2.5 2>&1 | grep 'creating element'


Regards,


Michael


On Wed, Dec 18, 2019 at 9:56 AM Jerry Geis <jerry.geis at gmail.com> wrote:

> If I run
> gst-launch-1.0 playbin uri=rtsp://192.168.2.5
>
> it plays with audio and video.
> How do I "echo" or "export" what pipeline it being built ?
>
> Jerry
>
>>
>> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20191218/1b4a333f/attachment.htm>


More information about the gstreamer-devel mailing list