Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 5051

Troubleshooting • How to stream from rpi zero 2 w to iphone through udp

$
0
0
I managed to stream into any UDP device on the network with this command just fine, this is the command

RPI zero command to stream:

Code:

rpicam-vid -t 0 --inline --width 1920 --height 1080 -o udp://[TARGET_DEVICE]:8080
From my mac:

Code:

mpv udp://@:8080 --no-cache --untimed
This works perfect, but now I want to stream into my iphone.
I figured my only option is vlc, I selected

Code:

udp://@:8080
as network stream url, but it thinks is an audio file, I tried a bunch of things chatgpt suggested, like passing the video into ffmpeg with various iterations to no avail, but all I got was a pixelated generative art mess :),

Any idea how to do this?

Thanks.

Statistics: Posted by White0 — Sat Mar 09, 2024 7:03 pm



Viewing all articles
Browse latest Browse all 5051

Trending Articles