|
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? |
|
"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 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....
(09 May '12, 05:59)
tarun
and its too a static port..
(09 May '12, 06:14)
tarun
did you check with 'netstat -na' ?
(09 May '12, 07:06)
Kurt Knochner
ya i checked with netstat -na and here is mine output:- (C) Copyright 1985-2001 Microsoft Corp.
(09 May '12, 07:32)
tarun
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.
(09 May '12, 13:50)
Kurt Knochner
|
