Hi,
I created a batch file in order to stream automatically videos.
It works perfectly except for the 1080p videos (I have only the audio).
Here is my batch file :
start "" "C:\Program Files (x86)\VideoLAN\VLC\vlc.exe" "\myvideo.mpg" --loop :sout=#udp{dst=225.2.1.103:1234} :no-sout-rtp-sap :no-sout-standard-sap :ttl=5 :sout-keep
Do you have any idea ?
Thanks for your help.