Hi everyone,
I've set up Mediaportal TV Server on a Windows 11 box, tuner deteced okay, scanned channels, can preview, all seems well - but when I try to use VLC to test RTSP, I'm hitting a wall. (Even with firewall turned off, even with on the same box - VLC returns an error.)
What's the correct syntax for VLC? I've tried (and note that yes, the .x.x is obfuscated, but I am using the correct IP for real
)
rtsp://192.168.x.x:554/stream/channelid=57
rtsp://192.168.1.144:554/stream57
rtsp://192.168.1.144:554/stream/
Note that I assigned channel number 57 to BBC Scotland as a test, as I know that works.
All with (for example)
Your input can't be opened:
VLC is unable to open the MRL 'rtsp://192.168.x.x:554/stream/channelid=57'. Check the log for details.
Feels like I'm very close, but can't get the correct syntax for the RTSP link.
I've tested the port number too - all looks good.
PS C:\WINDOWS\system32> Test-NetConnection -computername 192.168.x.x -port 554
ComputerName : 192.168.x.x
RemoteAddress : 192.168.x.x
RemotePort : 554
InterfaceAlias : Ethernet
SourceAddress : 192.168.x.x
TcpTestSucceeded : True
Any ideas? I'm sure I'm doing something very, very silly...
I've set up Mediaportal TV Server on a Windows 11 box, tuner deteced okay, scanned channels, can preview, all seems well - but when I try to use VLC to test RTSP, I'm hitting a wall. (Even with firewall turned off, even with on the same box - VLC returns an error.)
What's the correct syntax for VLC? I've tried (and note that yes, the .x.x is obfuscated, but I am using the correct IP for real
rtsp://192.168.x.x:554/stream/channelid=57
rtsp://192.168.1.144:554/stream57
rtsp://192.168.1.144:554/stream/
Note that I assigned channel number 57 to BBC Scotland as a test, as I know that works.
All with (for example)
Your input can't be opened:
VLC is unable to open the MRL 'rtsp://192.168.x.x:554/stream/channelid=57'. Check the log for details.
Feels like I'm very close, but can't get the correct syntax for the RTSP link.
I've tested the port number too - all looks good.
PS C:\WINDOWS\system32> Test-NetConnection -computername 192.168.x.x -port 554
ComputerName : 192.168.x.x
RemoteAddress : 192.168.x.x
RemotePort : 554
InterfaceAlias : Ethernet
SourceAddress : 192.168.x.x
TcpTestSucceeded : True
Any ideas? I'm sure I'm doing something very, very silly...
Ireland