VLC: fluxo de webcam não mostrando

0

Estou tentando transmitir meu feed de webcam pela minha rede, mas o cliente que está recebendo não pode ver e receber o erro: "O VLC não consegue abrir o MRL". Tentei seguir as instruções de aqui .

Eu tentei fazer isso localmente com o firewall do Windows 7 Enterprise desativado usando HTTP como destino. Eu criei o fluxo usando o destino do HTTP na porta 8082 e verifiquei "Exibir localmente". Eu defino a porta http para 8082. Eu posso ver minha câmera aqui bem.

Eu abri outra instância do VLC para ver o stream e apontei para http://127.0.0.1:8082 , mas recebo a mensagem de erro: "O VLC não consegue abrir o MRL ' http://127.0.0.1:8082 '. Verifique o log para detalhes."

Olhando para a janela de depuração de Mensagens (verbose 2), é exibido o seguinte:

main debug: processing request item: http://127.0.0.1:8082, node: Playlist, skip: 0
main debug: resyncing on http://127.0.0.1:8082
main debug: http://127.0.0.1:8082 is at 1
main debug: starting playback of the new playlist item
main debug: resyncing on http://127.0.0.1:8082
main debug: http://127.0.0.1:8082 is at 1
main debug: creating new input thread
main debug: Creating an input for 'http://127.0.0.1:8082'
main debug: using timeshift granularity of 50 MiB, in path 'C:\Usersroc1\AppData\Local\Temp'
main debug: 'http://127.0.0.1:8082' gives access 'http' demux '' path '127.0.0.1:8082'
main debug: creating demux: access='http' demux='' location='127.0.0.1:8082' file='\127.0.0.1:8082'
main debug: looking for access_demux module matching "http": 12 candidates
main debug: no access_demux modules matched
main debug: creating access 'http' location='127.0.0.1:8082', path='\127.0.0.1:8082'
main debug: looking for access module matching "http": 20 candidates
access_http debug: querying proxy for http://127.0.0.1:8082
access_http debug: no proxy
access_http debug: http: server='127.0.0.1' port=8082 file=''
main debug: net: connecting to 127.0.0.1 port 8082
qt4 debug: IM: Setting an input
main warning: connection timed out
access_http error: cannot connect to 127.0.0.1:8082
main debug: net: connecting to 127.0.0.1 port 8082
main warning: connection timed out
access_mms error: cannot connect to 127.0.0.1:8082
main debug: no access modules matched
main error: open of 'http://127.0.0.1:8082' failed
main debug: dead input
main debug: changing item without a request (current 1/2)
main debug: nothing to play
qt4 debug: IM: Deleting the input
main debug: processing request item: http://127.0.0.1:8082, node: Playlist, skip: 0
main debug: resyncing on http://127.0.0.1:8082
main debug: http://127.0.0.1:8082 is at 1
main debug: starting playback of the new playlist item
main debug: resyncing on http://127.0.0.1:8082
main debug: http://127.0.0.1:8082 is at 1
main debug: creating new input thread
main debug: Creating an input for 'http://127.0.0.1:8082'
main debug: using timeshift granularity of 50 MiB, in path 'C:\Usersroc1\AppData\Local\Temp'
main debug: 'http://127.0.0.1:8082' gives access 'http' demux '' path '127.0.0.1:8082'
main debug: creating demux: access='http' demux='' location='127.0.0.1:8082' file='\127.0.0.1:8082'
main debug: looking for access_demux module matching "http": 12 candidates
main debug: no access_demux modules matched
main debug: creating access 'http' location='127.0.0.1:8082', path='\127.0.0.1:8082'
main debug: looking for access module matching "http": 20 candidates
access_http debug: querying proxy for http://127.0.0.1:8082
access_http debug: no proxy
access_http debug: http: server='127.0.0.1' port=8082 file=''
main debug: net: connecting to 127.0.0.1 port 8082
qt4 debug: IM: Setting an input
main warning: connection timed out
access_http error: cannot connect to 127.0.0.1:8082
main debug: net: connecting to 127.0.0.1 port 8082
main warning: connection timed out
access_mms error: cannot connect to 127.0.0.1:8082
main debug: no access modules matched
main error: open of 'http://127.0.0.1:8082' failed
main debug: dead input
main debug: changing item without a request (current 1/2)
main debug: nothing to play
qt4 debug: IM: Deleting the input
    
por Rick 14.02.2014 / 05:46

2 respostas

0

and checked on "Display locally"

desmarque esta opção e você receberá sua meta

    
por 17.04.2014 / 00:18
0

Tente colocar o nome do arquivo para o stream - smth como videostream.asf após o IP da câmera como:

> http://127.0.0.1/videostream.asf

Eu não sei se você está usando GUI da CLI, mas a GUI está adicionando o nome do arquivo que deve solicitar a inserção de senha e nome de usuário em uma nova janela pop-up. Com CLI é um pouco mais complicado ....

    
por 02.07.2014 / 23:57