[VLC] Local Streaming
Solved
Matth72160
Posted messages
9
Status
Member
-
brupala Posted messages 111133 Registration date Status Member Last intervention -
brupala Posted messages 111133 Registration date Status Member Last intervention -
Hello,
I would like to stream a video screenshot through my local network (PC to PC) using VLC via HTTP on port 8080.
I followed quite a few tutorials, including this one:
https://www.youtube.com/watch?v=KT5cvFtwq8w&app=desktop
or
https://www.01net.com/astuces/diffusez-vos-videos-sur-votre-reseau-local-avec-vlc-567385.html
The streaming works well (it runs).
But when I want to play the stream, nothing happens.
My local IP address is: 10.0.0.3
So I enter: http://@10.0.0.3:8080 (on the same PC for now).
But nothing happens!
Demonstration video showing my problem:
https://www.youtube.com/watch?v=9rpY6vP2pzE&feature=youtu.be
Done with version 2.2.0
- I have disabled the Windows firewall and antivirus protection.
- Opened TCP/UDP port 8080 on the router.
- I tried with 2 other PCs and it's exactly the same.
- I tried with other versions of VLC.
- I tried with my Netgear router and tried without (directly on my box)
If you have any other solutions, I’m open to suggestions.
Thank you in advance.
I would like to stream a video screenshot through my local network (PC to PC) using VLC via HTTP on port 8080.
I followed quite a few tutorials, including this one:
https://www.youtube.com/watch?v=KT5cvFtwq8w&app=desktop
or
https://www.01net.com/astuces/diffusez-vos-videos-sur-votre-reseau-local-avec-vlc-567385.html
The streaming works well (it runs).
But when I want to play the stream, nothing happens.
My local IP address is: 10.0.0.3
So I enter: http://@10.0.0.3:8080 (on the same PC for now).
But nothing happens!
Demonstration video showing my problem:
https://www.youtube.com/watch?v=9rpY6vP2pzE&feature=youtu.be
Done with version 2.2.0
- I have disabled the Windows firewall and antivirus protection.
- Opened TCP/UDP port 8080 on the router.
- I tried with 2 other PCs and it's exactly the same.
- I tried with other versions of VLC.
- I tried with my Netgear router and tried without (directly on my box)
If you have any other solutions, I’m open to suggestions.
Thank you in advance.
2 answers
-
Hi,
http://10.0.0.3:8080 isn't good, http://10.0.0.3:8080 would be better.
or http://localhost:8080 if it's the same PC
--
and ... There you go! -
Yes, I am already trying to do it on the same PC.
So http://localhost:8080 -> same result, it doesn't work.