python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Gstreamer, how to play udp stream using C on android?
I'm trying to play udp stream using Gstreamer on android. (I've used this tutorial from the official Gstreamer website). I can play rtsp and https streams, but when I pass udp uri (like this: udp://@2...
Jan Rozenbajgier
Votes: 0
Answers: 1
Arrange UDP packets
I get my UDP packet with python, I know that data need to start with 2 bytes 55 BB, In addition, the length of the correct data is always 228 bytes but I see in Wireshark that the length changed.
Now...
Ariel Kantorovich
Votes: 0
Answers: 0
UdpFramed with Actix Rust. Can't send messages using SinkWrite
I'm trying to write a Udp Client Actor using Actix. I've followed this example, UDP-Echo, but I can't seem to send a message to the server using the UdpFramed tokio struct.
Here's what I have so far, ...
Fabrex
Votes: 0
Answers: 1