multicast de internet VLC

3

Eu quero transmitir vídeo usando VLC para que todos possam se conectar ao meu PC e assisti-lo. Há alguma forma de fazer isso? Pelo que entendi eu posso multicast de vídeo apenas na minha rede (mas eu preciso estar disponível na internet). Eu tentei transmitir vídeo especificando apenas porta. Nesse caso, eu poderia conectar-me a partir da rede interna, mas não de fora.

EDITAR

Se eu tentar transmitir via http , não consigo me conectar de fora da minha rede. Eu enviei portas no meu roteador. Minhas opções de streaming por exemplo

:sout=#transcode{vcodec=theo,vb=800,scale=1,acodec=vorb,ab=128,channels=2,samplerate=44100}:http{mux=ogg,dst=:12100/} :sout-keep
    
por ChruS 16.10.2013 / 23:01

1 resposta

1

Há um tutorial em zdwired , que mostra como transmitir por http para a internet:

  1. First of all run your VLC media player and press Ctrl+S on your keyboard, a pop up window will open like the image below. Just add any of your audio or video file from your PC and click Stream.

    enter image description here

  2. In the next window click next. There’s in the destination setup select new destination as HTTP and add it. Remember the port for new destination, default port is 8080 but you can enter your own random port number. Set transcoding option as Video + MP3 and click next.

    enter image description here

  3. In Option setup check box against Stream all elementary streams and click Stream button and here's you completed the setup of stream on the source, in the next steps you'll set to play that stream on destination.

    enter image description here

  4. Now it's time to enjoy your stream on destination machine but you can test it on your PC with two VLC media player running, one as a source of stream and other as the destination, where you'll watch stream. Before going on the next step check your IP address. Hit Windows key enter CMD in search and press Enter, now enter ipconfig in command prompt and hit Enter. There’s you'll see the IP address of your PC.

    enter image description here

  5. Now open new VLC media player if you test it on the same PC and press Ctrl+N. In the network URL field enter your IP address and port as http:// youripaddress : port. Default port is 8080 but if you set your own at the streaming source setup then enter that here and click Play button and there’s your stream starts playing in VLC media player.

    enter image description here

    enter image description here

    You can see in the image movie is streaming. There’s one VLC player stream the movie and other play that stream on IP address of stream source. You can share your media content with your friends live without uploading to internet, just by giving IP address and port to your friends. So enjoy your streaming.

Fonte

    
por 17.10.2013 / 00:48