Udp Broadcasting of video
-
Hi I've transmitted live video successfully from server to client using udp but now I want to broadcast video to all connected clients using broadcasting technique,here I'm getting problem in transmission of video frame but Multi msgs are broadcasting to all clients easily&successfully. Please tell me why one video frame which were easily sent before, when I didnt use broadcast option, not sending now? where can be problem as in same method I transmitted msgs but when tried to sent frame it didnt. Try to reply ASAP if any one knows. Thanx.
Shanzay
-
Hi I've transmitted live video successfully from server to client using udp but now I want to broadcast video to all connected clients using broadcasting technique,here I'm getting problem in transmission of video frame but Multi msgs are broadcasting to all clients easily&successfully. Please tell me why one video frame which were easily sent before, when I didnt use broadcast option, not sending now? where can be problem as in same method I transmitted msgs but when tried to sent frame it didnt. Try to reply ASAP if any one knows. Thanx.
Shanzay
If you're doing this on your local LAN you should check the settings of any routers or other network devices between the server and client, since broadcast messages are sometimes filtered out. If your application is intended for the internet broadcasting is not an approach that will work, as you can read here[^].
Standards are great! Everybody should have one!