On Sun, 22 May 2022 at 17:39, lionel mazeyrat <
lionel....@gmail.com> wrote:
> rtspsrc = gst_bin_get_by_name (GST_BIN (pipeline), "r");
> g_signal_connect (rtspsrc, "select-stream", G_CALLBACK (find_backchannel),
>
> perhas with "select-stream" signal. But is it possible with java api ?
In theory you can use GObject::connect directly, although you'll
probably have to use some lowlevel API too. Look for the uses of
those methods through the library for examples.
Really, we need a better way of mapping to arbitrary signals. I've
done some initial work on this already.
> Le dimanche 22 mai 2022 à 17:15:30 UTC+2, lionel mazeyrat a écrit :
>> private static final String PIPELINE_RTSP
>> = "rtspsrc location=%s protocols=tcp latency=%d user-id=%s user-pw=%s ! decodebin ! videoconvert name=videoconvert ! queue ! vp8enc %s ! rtpvp8pay"
>> + " ! queue ! application/x-rtp,media=video,encoding-name=VP8,payload=97 ! webrtcbin. "
>> + " webrtcbin name=webrtcbin bundle-policy=max-bundle";
>>
>> I would like to disable audio from the rtsp stream but I can't figure out how to do this ?
What actually happens here that you're trying to stop?
Best wishes,
Neil
--
Neil C Smith
Codelerity Ltd.
www.codelerity.com
Codelerity Ltd. is a company registered in England and Wales
Registered company number : 12063669
Registered office address : Office 4 219 Kensington High Street,
Kensington, London, England, W8 6BD