i made an application that stream an video from a live source to a particular ip address,but when i open the network stream through vlc it says unidentified format.My wireshark shows the following report:-
This program is running on some machines and not running on my machine what might be the cause of the problem? asked 09 May '12, 05:02 tarun edited 09 May '12, 05:16 grahamb ♦ |
One Answer:
"Destination unreachachble (Port unreachable)" means, that there is no service listening on UDP port (18886 ??) on the machine that reports the problem (192.168.0.2). Pleaase check that with "netstat -na" on 192.168.0.2. If it's a dynamic port, then something is wrong with your streaming config. Regards answered 09 May '12, 05:45 Kurt Knochner ♦ |
hey Kurt Thanks for the reply,but i had an query that on machine(192.168.0.2),i ran vlc player to open network stream,so vlc player must be listening that....
and its too a static port..
did you check with 'netstat -na' ?
ya i checked with netstat -na and here is mine output:- (C) Copyright 1985-2001 Microsoft Corp.
I don’t see udp port 18886, so there is no process ‘accepting data’ on that port. I really think this is a VLC config problem.