IPv6 streaming?

*nix specific usage questions
djstava
Blank Cone
Blank Cone
Posts: 70
Joined: 17 Dec 2009 05:17

IPv6 streaming?

Postby djstava » 31 Mar 2010 10:40

Hi,all
system:ubuntu 9.10

I install teredo and can log on ipv6.google.com
this is ifconfig info:

Code: Select all

eth0 Link encap:Ethernet HWaddr 00:03:25:24:96:39 UP BROADCAST MULTICAST MTU:1500 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:0 (0.0 B) TX bytes:0 (0.0 B) Interrupt:29 Base address:0xe000 lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:16436 Metric:1 RX packets:4247338 errors:0 dropped:0 overruns:0 frame:0 TX packets:4247338 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:1343912884 (1.3 GB) TX bytes:1343912884 (1.3 GB) teredo Link encap:UNSPEC HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00 inet6 addr: fe80::ffff:ffff:ffff/64 Scope:Link inet6 addr: 2001:0:53aa:64c:4d:3acc:c2a8:4f2/32 Scope:Global UP POINTOPOINT RUNNING NOARP MTU:1280 Metric:1 RX packets:894 errors:0 dropped:0 overruns:0 frame:0 TX packets:876 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:500 RX bytes:944676 (944.6 KB) TX bytes:133957 (133.9 KB) wlan0 Link encap:Ethernet HWaddr 00:1f:3c:62:18:69 inet addr:192.168.1.12 Bcast:192.168.1.255 Mask:255.255.255.0 inet6 addr: fe80::21f:3cff:fe62:1869/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:67292 errors:0 dropped:0 overruns:0 frame:0 TX packets:64354 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:45630753 (45.6 MB) TX bytes:14229986 (14.2 MB) wmaster0 Link encap:UNSPEC HWaddr 00-1F-3C-62-18-69-36-32-00-00-00-00-00-00-00-00 UP RUNNING MTU:0 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
I want to use udp to stream some file over ipv6,I've no idea about ipv6,but forced vlc through ipv6 already.Now make this pc as server and client,I should use addess 2001:0:53aa:64c:4d:3acc:c2a8:4f2,right?
And as the client,what address should I use?
udp://?

Looking forward.
djstava

Rémi Denis-Courmont
Developer
Developer
Posts: 15330
Joined: 07 Jun 2004 16:01
VLC version: master
Operating System: Linux
Contact:

Re: IPv6 streaming?

Postby Rémi Denis-Courmont » 31 Mar 2010 11:16

The address of the PC you want to send the stream to...
Rémi Denis-Courmont
https://www.remlab.net/
Private messages soliciting support will be systematically discarded

djstava
Blank Cone
Blank Cone
Posts: 70
Joined: 17 Dec 2009 05:17

Re: IPv6 streaming?

Postby djstava » 01 Apr 2010 04:27

Thanks.
i use rtp protocol to stream over IPv6,it's OK,but not UDP:

vlc git configured by --enable-faad --enable-run-as-root --enable-realrtsp --enable-mozilla --enable-live555 --with-live555-tree=/home/djstava/live --enable-lirc --enable-lua

Code: Select all

[0x9055230] qt4 interface debug: IM: Setting an input [0xb5b03eb8] main access out debug: looking for sout access module: 1 candidate [0xb5b03eb8] main access out debug: net: connecting to [2001]:0 [0xb5b03eb8] main access out error: cannot resolve [2001]:0 : Address family for hostname not supported [0xb5b03eb8] access_output_udp access out error: failed to create raw UDP socket [0xb5b03eb8] main access out warning: no sout access module matching "udp" could be loaded [0xb5b03eb8] main access out debug: TIMER module_need() : 1.347 ms - Total 1.347 ms / 1 intvls (Avg 1.347 ms) [0xb4511828] stream_out_standard stream out error: no suitable sout access module for `udp/ts://2001:0:53aa:64c:205a:1b10:c2a8:4f2:1234' [0xb4511828] main stream out warning: no sout stream module matching "std" could be loaded [0xb4511828] main stream out debug: TIMER module_need() : 2.379 ms - Total 2.379 ms / 1 intvls (Avg 2.379 ms) [0xb4511828] main stream out debug: destroying chain... (name=(null)) [0xb4511828] main stream out debug: destroying chain done [0xb4514370] main stream output error: stream chain failed for `std{access=udp,mux=ts,dst=2001:0:53aa:64c:205a:1b10:c2a8:4f2:1234}' [0xb5b0a9c0] main input error: cannot start stream output instance, aborting [0x8f03440] main playlist debug: finished input [0x8f03440] main playlist debug: dead input [0xb5b0a9c0] main input debug: thread ended [0x8f03440] main playlist debug: changing item without a request (current 0/1) [0x8f03440] main playlist debug: nothing to play [0x8f03440] main playlist debug: no fetch required for (null) (art currently (null)) [0x9055230] qt4 interface debug: IM: Deleting the input
why?
djstava

Rémi Denis-Courmont
Developer
Developer
Posts: 15330
Joined: 07 Jun 2004 16:01
VLC version: master
Operating System: Linux
Contact:

Re: IPv6 streaming?

Postby Rémi Denis-Courmont » 01 Apr 2010 21:55

Because 2001 is not a valid IPv6 address. Make sure you have the latest VLC version.
Rémi Denis-Courmont
https://www.remlab.net/
Private messages soliciting support will be systematically discarded


Return to “VLC media player for Linux and friends Troubleshooting”

Who is online

Users browsing this forum: No registered users and 45 guests