GNOME Bugzilla – Bug 772643
Handle udp streams from gopro4
Last modified: 2018-05-04 12:40:43 UTC
gopro4 can send a live stream over wifi. It's mpeg-ts over udp, but it contains 12 extra bytes at the beginning of each udp packet. It *looks* like a rtp header ... but it doesn't seem 100% right.
00000000 (0x7fa47c0058e2): 44 00 00 4a 00 00 00 00 00 06 05 24 47 10 11 15 D..J.......$G... 00000010 (0x7fa47c0058f2): 59 93 73 fe a0 98 b9 52 a9 99 91 4c b7 93 7f 6f Y.s....R...L...o (first mpeg-ts packet is at "47 10...")
According to few forums, it's compatible with VLC / FFMPEG of mpeg-ts over UDP. One could check the code there.
(or it works by accident because vlc just ignore those bytes ?)
If someone has a gopro and can provide a patch to support them, they're welcome to re-open this bug.