Le mercredi 26 juillet 2017 à 06:11 -0700, Mariem a écrit :
> if (socket.isConnected()) {
> socket.send(sendPacket);
> }
> receivePacket = new DatagramPacket(buff, buff.length, IPAddress, PORT);
> socket.receive(receivePacket);
> }
> catch(IOException e) {
> e.printStackTrace();
> }
>
>
> Could you please guide me to connect the pipeline to the client?
Before you do anything, have you made sure to give network access
permission to your application (in your manifest) ?
Nicolas
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel