Use of Gstreamer RTSP server with Android

Nicolas Dufresne nicolas at ndufresne.ca
Thu Jul 27 13:22:18 UTC 2017


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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 195 bytes
Desc: This is a digitally signed message part
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20170727/436db69d/attachment.sig>


More information about the gstreamer-devel mailing list