Hi All, looking for some help to solve my multicasting issues...here is the environment
Laptop running ubuntu 11.10, vlc 2.0, multicasting on local lan thru kr2 router that supports igmp,
Trying to multicast to 239.16.6.6:1234, using following string in vlc
vlc -vvv pvr:///dev/video0 :bitrate=7000000 :maxbitrate=8000000 --sout '#standard{access=udp,mux=ts,dst=239.16.6.6:1234}' --ttl 1 --cr-average 10000
utilizing the hd pvr from hauppage as source device.
vlc starts streaming and shows locally, but when i try to access the stream from a different laptop using vlc it wont connect.
Is there a way in ubuntu to show if it is actually going out??
in media information in vlc it shows the data being processed however nothing being output
in netstat it doesnt show the stream in network services, or multicast.
What else can i use to determine if it is actually going out to network?? and how do i fix this issue.
Any help would be extremely helpful.