I have an rtsp network streaming URL that opens and streams correctly on VLC (3.0.17.3) on MacOS (10.15.7).
However, with the VLC version installed on my AppleTV on tvOS 15.5.1, the same URL fails to open.
After the cursor spins for a while, I am returned to the Network Stream page.
The URL is of the following form:
Code: Select all
rtsp://U:P@A.B.C.D:P/axis-media/media.amp
U = Axis camera username
P = Axis camera password
A.B.C.D is ipaddr of Axis camera
P is the port of the Axis camera
The exact same URL opens fine on my laptop version of VLC from File > Open Network...
So all the Axis camera remote side (ipaddr / port / creds / firewall etc.) are tested and working.
Wondering if anyone has had any success with this type of network stream on VLC on tvOS?
Regards