I need some help in implementing Multicast Streaming server over IPv6 preferably in Python. I am able to do so with Datagram servers but since I need to send large amounts of data (images and videos) over the connection, I get an error stating , data too large to send.
Can any one tell me how do I implement a Streaming Socket with multicast that can both send and receive data?
Also, if there is a better way to do than Stream Sockets, please tell.
Thank You.