stream a stream by http by command line
Posted: 09 Jun 2023 19:53
Hi, just need some help with command line. I'm trying to stream a stream overt http by command line and after some trying still can't do it. I can do it from the vlc gui but not from command.
From the normal GUI i just go to File-> Open Network... -> her i paste the source http stream (this is an example http://xxxxxxx.xxxx.xxx.:80/play/ksdfsdfndfnlsdfn/ts), then i select stream output: option. Then on Settings button i select the "Display the stream locally" and the "Stream" option (Type HTTP, TTL 1, Address (i leave this blank), Port 1234) and the Encapsulation Method i select MPEG TS.
When i click on open i can see the source stream locally and if i put on another computer open network with the url http://ip_of_the_computer_that_is_streaming:1234 i can see the streaming.
I'm trying to do the same but from command line and is not working here the command:
vlc -vvv http://xxxxxxx.xxxx.xxx.:80/play/ksdfsdfndfnlsdfn/ts —sout=“#standard{access=http,mux=ts,dst=“ip_of_the_computer_that_is_streaming:1234”}”
any ideas?
thx
From the normal GUI i just go to File-> Open Network... -> her i paste the source http stream (this is an example http://xxxxxxx.xxxx.xxx.:80/play/ksdfsdfndfnlsdfn/ts), then i select stream output: option. Then on Settings button i select the "Display the stream locally" and the "Stream" option (Type HTTP, TTL 1, Address (i leave this blank), Port 1234) and the Encapsulation Method i select MPEG TS.
When i click on open i can see the source stream locally and if i put on another computer open network with the url http://ip_of_the_computer_that_is_streaming:1234 i can see the streaming.
I'm trying to do the same but from command line and is not working here the command:
vlc -vvv http://xxxxxxx.xxxx.xxx.:80/play/ksdfsdfndfnlsdfn/ts —sout=“#standard{access=http,mux=ts,dst=“ip_of_the_computer_that_is_streaming:1234”}”
any ideas?
thx