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:
From my mac:This works perfect, but now I want to stream into my iphone.
I figured my only option is vlc, I selected 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.
RPI zero command to stream:
Code:
rpicam-vid -t 0 --inline --width 1920 --height 1080 -o udp://[TARGET_DEVICE]:8080
Code:
mpv udp://@:8080 --no-cache --untimed
I figured my only option is vlc, I selected
Code:
udp://@:8080

Any idea how to do this?
Thanks.
Statistics: Posted by White0 — Sat Mar 09, 2024 7:03 pm