Re: How to play IPTV streamer by udpsrc?
tanzhichaoanuo
tanzhichaoanuo at 163.com
Tue May 22 06:52:25 PDT 2012
Hello all:
I have resolved the above problem.
The IPTV multicast package can't be received and played by gstreamer,this
is because udpsrc plugin can't get the net stream,but when I debug in the
kernel,I found the multicast package was dropped in the IP layer because of
IP routing.Why will result this? This is because the source address of the
IPTV stream.
for example:
I use tcpdump -i eth0 ,and get the follow infor:
09:11:55.138926 IP 61.181.150.102.12502 > 225.1.2.2.8034: UDP, length 1348
09:11:55.142901 IP 61.181.150.102.12502 > 225.1.2.2.8034: UDP, length 1348
09:11:55.146890 IP 61.181.150.102.12502 > 225.1.2.2.8034: UDP, length 1348
09:11:55.150871 IP 61.181.150.102.12502 > 225.1.2.2.8034: UDP, length 1348
09:11:55.154911 IP 61.181.150.102.12502 > 225.1.2.2.8034: UDP, length 1348
09:11:55.160492 IP 61.181.150.102.12502 > 225.1.2.2.8034: UDP, length 1348
09:11:55.164337 IP 61.181.150.102.12502 > 225.1.2.2.8034: UDP, length 1348
the source IP addresss was 61.181.150.102,and my local IP address was
192.168.0.100.and the local route table don't include 61.XX.XX.XX
After reconfig the kernel,and select the net options ,reconfig the IP route
infor will resolve this.
Thanks all the same.
zhichao.
--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/How-to-play-IPTV-streamer-by-udpsrc-tp4632303p4649913.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.
More information about the gstreamer-devel
mailing list